Hello all,
New to proxmox and loving it on my Supermicro server with Xeon D-1541.
I am having trouble with auto-mounting a CIFS share from my NAS, though. I have the following line in the node's /etc/fstab:
//mynas/media /mnt/bindmounts/media cifs rw,credentials=/home/.smbcredentials-mynas,vers=3.0,noperm,auto 0 0
When running mount -a manually, it mounts no problem and stays mounted. But upon restart, it does not automatically mount. Suspecting some kind of issue with the network interface not being up when attempting to mount, I have tried adding the _netdev option to remedy this, but to no avail.
It's not an issue if the mount is delayed by a few minutes, but I really want it to come up automatically so I don't have to manually mount it when restarting.
Any ideas why it is not automatically mounting or what to look at to troubleshoot it? Or some way to delay the mount by a small amount of time to give the rest of the system time to come up?
Thanks for this great software product.
New to proxmox and loving it on my Supermicro server with Xeon D-1541.
I am having trouble with auto-mounting a CIFS share from my NAS, though. I have the following line in the node's /etc/fstab:
//mynas/media /mnt/bindmounts/media cifs rw,credentials=/home/.smbcredentials-mynas,vers=3.0,noperm,auto 0 0
When running mount -a manually, it mounts no problem and stays mounted. But upon restart, it does not automatically mount. Suspecting some kind of issue with the network interface not being up when attempting to mount, I have tried adding the _netdev option to remedy this, but to no avail.
It's not an issue if the mount is delayed by a few minutes, but I really want it to come up automatically so I don't have to manually mount it when restarting.
Any ideas why it is not automatically mounting or what to look at to troubleshoot it? Or some way to delay the mount by a small amount of time to give the rest of the system time to come up?
Thanks for this great software product.