Comment on systemd has been a complete, utter, unmitigated success
caseyweederman@lemmy.ca 6 days agoMy nfs mounts always add 1:45 to my boot even though I added _netdev to their lines in fstab. I don’t get it.
Comment on systemd has been a complete, utter, unmitigated success
caseyweederman@lemmy.ca 6 days agoMy nfs mounts always add 1:45 to my boot even though I added _netdev to their lines in fstab. I don’t get it.
FauxLiving@lemmy.world 6 days ago
Use
_netdev,nofail,x-systemd.device-timeout=10snofail doesn’t interrupt the boot and 10 seconds is a more sane timeout. You can also use
x-systemd.automountAnd it will automatically mount the directory the first time it is accessed.