Bindmount NTFS usb drive in proxmox + turnkey fileserver

Open terminal in pve nodeCreate a mount point. I placed my mount point in mnt folder. To do thistype: mkdir /mnt/nameofmountpoint. eg. mkdir /mnt/usbdrive Now figure out the hard drive partition by getting the uuid. Follow the command below eg. /dev/sdb1 Edit fstab bytyping nano /etc/fstab In my case I have a ntfs partition. You …