Proxmox: 7.3-6, 5.15.85-1-pve
I've got a network share setup in fstab:
If I mount it manually then it works perfectly
When I reboot the server then it doesn't mount. Looking at dmesg, it looks like Proxmox is trying to mount the cifs network share before the network is up, which will obviously fail. In fact, the network appears to be the very last thing done.
Question: How can I control the timing of mounting shares (and/or network) during boot to get things in the correct order?
I've got a network share setup in fstab:
//10.10.1.5/media /media/media cifs credentials=/root/.smbcredentials,iocharset=utf8,gid=0,uid=0,vers=3.0,rw 0 0
If I mount it manually then it works perfectly
mount -a
When I reboot the server then it doesn't mount. Looking at dmesg, it looks like Proxmox is trying to mount the cifs network share before the network is up, which will obviously fail. In fact, the network appears to be the very last thing done.
Question: How can I control the timing of mounting shares (and/or network) during boot to get things in the correct order?