I have a USB WD HDD mounted using regular ntfs on the host (proxmox 8.2.2). My goal is to share it with a LXC later and then expose it through nfs and smb to other services. Before I start using the hdd in containers and VMs I want it to be able to sleep for the most of the day (yes, I want it to sleep. I am aware of what that implies for wear & tear).
Here is how I mount it on the host in
Read more
Here is how I mount it on the host in
/etc/fstab/
:
Code:
UUID=E432716D32714598 /mnt/BackupDisk ntfs...
Read more