Hello, I'm rebuilding my proxmox server and trying to re-add my data disks as directories then using mount points to pass them to VM's / Containers. I'd just like some input about if the method I'm using for auto mounting my physical HDD's to the data centre level is correct. It did work for my previous server but there was a small issue where after starting the vm I'd have a communication issue and have to stop it. Starting it again afterwards had no problems and it booted properly, but I've always suspected it was due to the way the disks were mounted.
The method I used is:
mkdir /hdd-mount
mount /dev/sda1 /hdd-mount
nano /etc/fstab
/dev/sda1 /hdd-mount ext4 defaults 0 0
Any feedback would be really helpful. Thanks!
The method I used is:
mkdir /hdd-mount
mount /dev/sda1 /hdd-mount
nano /etc/fstab
/dev/sda1 /hdd-mount ext4 defaults 0 0
Any feedback would be really helpful. Thanks!