lemmydividebyzero@reddthat.com to Technology@lemmy.worldEnglish · 22 days agosystemd has been a complete, utter, unmitigated successblog.tjll.netexternal-linkmessage-square71linkfedilinkarrow-up140arrow-down124
arrow-up116arrow-down1external-linksystemd has been a complete, utter, unmitigated successblog.tjll.netlemmydividebyzero@reddthat.com to Technology@lemmy.worldEnglish · 22 days agomessage-square71linkfedilink
minus-squarecaseyweederman@lemmy.calinkfedilinkEnglisharrow-up0·21 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.
minus-squareFauxLiving@lemmy.worldlinkfedilinkEnglisharrow-up3·21 days 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.