I am trying to figure out how to mount a folder to /deb/sdb to store ISO images in that directory. When I try that, I get the following error. Can anyone help?
root@pve:~# mount /dev/sdb ~/ISOStorage/
mount: /root/ISOStorage: unknown filesystem type 'LVM2_member'.
root@pve:~#
The reasoning behind this is that I want to be able to cd into a directory and wget the ISOs from the web for the OSs that I want to create a VM for.
Thanks for your help.
root@pve:~# mount /dev/sdb ~/ISOStorage/
mount: /root/ISOStorage: unknown filesystem type 'LVM2_member'.
root@pve:~#
The reasoning behind this is that I want to be able to cd into a directory and wget the ISOs from the web for the OSs that I want to create a VM for.
Thanks for your help.