lemmydividebyzero@reddthat.com to Technology@lemmy.worldEnglish · 6 months agosystemd has been a complete, utter, unmitigated successblog.tjll.netexternal-linkmessage-square87linkfedilinkarrow-up1240arrow-down197cross-posted to: linux@lemmy.ml
arrow-up1143arrow-down1external-linksystemd has been a complete, utter, unmitigated successblog.tjll.netlemmydividebyzero@reddthat.com to Technology@lemmy.worldEnglish · 6 months agomessage-square87linkfedilinkcross-posted to: linux@lemmy.ml
minus-squareFauxLiving@lemmy.worldlinkfedilinkEnglisharrow-up4·6 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.
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.