I recently did an inplace upgrade from PVE 5.4 to 6.2. Prior to the upgrade I had external USB drives auto-mounting via an entry in /etc/fstab along these lines:-
Since the upgrade the drives no longer auto-mount. In researching this I've come across a variety of methods to achieve the end goal but much of the information is some years old & not applicable to Proxmox VE 6/Debian 10. So my question is really about what is the most appropriate method to auto mount drives that will survive future updates & version upgrades etc?
Code:
/dev/sdc1 /mnt/rdx auto defaults,noatime,auto,nofail 0 2
Since the upgrade the drives no longer auto-mount. In researching this I've come across a variety of methods to achieve the end goal but much of the information is some years old & not applicable to Proxmox VE 6/Debian 10. So my question is really about what is the most appropriate method to auto mount drives that will survive future updates & version upgrades etc?