lemmydividebyzero@reddthat.com to Technology@lemmy.worldEnglish · 12 天前systemd has been a complete, utter, unmitigated successblog.tjll.netexternal-linkmessage-square91linkfedilinkarrow-up1240arrow-down194cross-posted to: linux@programming.devlinux@programming.devlinux@lemmy.ml
arrow-up1146arrow-down1external-linksystemd has been a complete, utter, unmitigated successblog.tjll.netlemmydividebyzero@reddthat.com to Technology@lemmy.worldEnglish · 12 天前message-square91linkfedilinkcross-posted to: linux@programming.devlinux@programming.devlinux@lemmy.ml
minus-squareFauxLiving@lemmy.worldlinkfedilinkEnglisharrow-up4·12 天前Use _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.