https://bbs.archlinux.org/viewtopic.php?id=176871php
There's good suggestions in Mounting NFS Not Working At Boot There's also good advice in NFS Automatic Mount Handling Notable suggestions for your perusal:linux
- Utilize a systemd unit file to mount your NFS shares with dependencies specified on your network and rpc.statd
- Utilize autofs or systemd automount facilities (see systemd.automount(5)) to mount the shares when you need them (and, presumably, after your network is fully functional)
- Use NetworkManager dispatcher to execute a script that mounts the NFS shares when your network comes up
- And of course, parting ways with systemd to return to sysvinit. Hope this helps or at least gets you headed in the right direction.
Autofs掛載: https://wiki.ubuntu.com.cn/UbuntuHelp:Autofsubuntu