lemmydividebyzero@reddthat.com to Technology@lemmy.worldEnglish · 3 months agosystemd has been a complete, utter, unmitigated successblog.tjll.netexternal-linkmessage-square80linkfedilinkarrow-up1242arrow-down196cross-posted to: linux@programming.dev
arrow-up1146arrow-down1external-linksystemd has been a complete, utter, unmitigated successblog.tjll.netlemmydividebyzero@reddthat.com to Technology@lemmy.worldEnglish · 3 months agomessage-square80linkfedilinkcross-posted to: linux@programming.dev
minus-squareFauxLiving@lemmy.worldlinkfedilinkEnglisharrow-up4·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.
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.