pvesm set Your8TBStorageID --is_mountpoint yes or otherwise the directory storage won't handle the folder it's pointed at as a mountpoint and won't fail if it's not mounted, resulting in problems like you see now.Thats good and how it should be. That way you don't accidentally write ackups to your root filesystem until its 100% full when PVE would stop working because the root filesystem would switch to read-only.thank you.
I did this
"pvesm set USB8Tb --is_mountpoint yes"
now when I go to Backup I get this error
View attachment 38600
1.) You need to mount a filesystem, not the block device itself. "/dev/sdd" is your disk. You need to mount a partition with a filesystem on it. If you for example want to mount the filesystem of type "ext4" on the first partition you could runand when I try to "mount /dev/sdd /Usb8Tb" I get error
View attachment 38601
mount -t ext4 /dev/sdd1 /USB8Tbapt update && apt install ntfs-3g). NTFS is Microsoft propietary and not optimized for linux, so in case you don't also need to attach that USB-HDD to a Windows machine I would wipe that disk, partition it and format it with ext4 or xfs.We use essential cookies to make this site work, and optional cookies to enhance your experience.