lemmydividebyzero@reddthat.com to Technology@lemmy.worldEnglish · 11 days agosystemd has been a complete, utter, unmitigated successblog.tjll.netexternal-linkmessage-square91linkfedilinkarrow-up1240cross-posted to: opensource@programming.devlinux@programming.devlinux@programming.devlinux@lemmy.ml
arrow-up1240external-linksystemd has been a complete, utter, unmitigated successblog.tjll.netlemmydividebyzero@reddthat.com to Technology@lemmy.worldEnglish · 11 days agomessage-square91linkfedilinkcross-posted to: opensource@programming.devlinux@programming.devlinux@programming.devlinux@lemmy.ml
minus-squareFauxLiving@lemmy.worldlinkfedilinkEnglisharrow-up4·11 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.
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.