@lemmydividebyzero@reddthat.com to Technology@lemmy.worldEnglish • 3 months agosystemd has been a complete, utter, unmitigated successblog.tjll.netexternal-linkmessage-square89fedilinkarrow-up1239arrow-down198cross-posted to: linux@lemmy.ml
arrow-up1141arrow-down1external-linksystemd has been a complete, utter, unmitigated successblog.tjll.net@lemmydividebyzero@reddthat.com to Technology@lemmy.worldEnglish • 3 months agomessage-square89fedilinkcross-posted to: linux@lemmy.ml
minus-squarecaseyweedermanlinkfedilinkEnglish1•3 months 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.
minus-square@FauxLiving@lemmy.worldlinkfedilinkEnglish4•3 months agoUse _netdev,nofail,x-systemd.device-timeout=10s nofail doesn’t interrupt the boot and 10 seconds is a more sane timeout. You can also use x-systemd.automount And it will automatically mount the directory the first time it is accessed.
My nfs mounts always add 1:45 to my boot even though I added _netdev to their lines in fstab. I don’t get it.
Use
nofail doesn’t interrupt the boot and 10 seconds is a more sane timeout. You can also use
And it will automatically mount the directory the first time it is accessed.