lemmydividebyzero@reddthat.com to Technology@lemmy.worldEnglish · 2 months agosystemd has been a complete, utter, unmitigated successblog.tjll.netexternal-linkmessage-square72linkfedilinkarrow-up176arrow-down143cross-posted to: [email protected]
arrow-up133arrow-down1external-linksystemd has been a complete, utter, unmitigated successblog.tjll.netlemmydividebyzero@reddthat.com to Technology@lemmy.worldEnglish · 2 months agomessage-square72linkfedilinkcross-posted to: [email protected]
minus-squareEryn6844@piefed.blahaj.zonelinkfedilinkEnglisharrow-up0·2 months agocan someone please tell me how to make .mount files start at boot for smb shares ffs? is the only thing systemd is failing for me.
minus-squaredarcmage@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up1·2 months agohttps://wiki.archlinux.org/title/Samba#As_systemd_unit That’s the guide I followed on my desktop and laptop.
minus-squarecaseyweederman@lemmy.calinkfedilinkEnglisharrow-up0·2 months 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·2 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.
can someone please tell me how to make .mount files start at boot for smb shares ffs? is the only thing systemd is failing for me.
https://wiki.archlinux.org/title/Samba#As_systemd_unit
That’s the guide I followed on my desktop and laptop.
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.