Why isn’t my hard drive and CD-ROM automounting on boot?

0
4
Asked By TechWizard42 On

I'm having trouble with my Jellyfin server on a Proxmox node where my hard drive and CD-ROM aren't automounting when I boot the system. After a reboot, none of the drives are mounted. However, running 'mount -a' manually works fine and mounts both the hard drive and CD-ROM without any issues. I've checked my fstab file that looks like this:

UUID=54fe9053-af64-4c9d-8fec-9fdb1ff3274f /mnt/hdd_sdb ext4 defaults,_netdev 0 2
UUID=43a7776c20284745 /mnt/sr0 iso9660 ro,user,auto,exec,utf8,_netdev 0 0

Any suggestions on what might be causing this problem?

2 Answers

Answered By ByteSizedNerd On

Are you sure you need the '_netdev' option for your local filesystem? I can't recall needing that for non-network drives. You might be able to remove it and see if that solves your issue.

Answered By DataDynamo99 On

The '_netdev' option is typically used to delay mounting until the network is ready, which is more for VMs. If your drives are local, it’s likely unnecessary, and removing it could help with the automount issue.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.