@Sanjoooo@feddit.de to linuxmemes@lemmy.world • 2 years agoMe, trying to step into the world of linuxfeddit.deimagemessage-square57fedilinkarrow-up1483arrow-down115
arrow-up1468arrow-down1imageMe, trying to step into the world of linuxfeddit.de@Sanjoooo@feddit.de to linuxmemes@lemmy.world • 2 years agomessage-square57fedilink
minus-square@5redie8@sh.itjust.workslinkfedilink3•2 years agoHow would you do this with fstab? (Working with an smb share which I’m assuming is standard)
minus-square@sudo@lemmy.todaylinkfedilink3•2 years agoYou may want to consider adding nofail and x-systemd.device-timeout opinions on the mount as well if the NFS isn’t critical to the device booting, and speed up your boot process a bit.
How would you do this with fstab? (Working with an smb share which I’m assuming is standard)
I described what I did here.
You may want to consider adding nofail and x-systemd.device-timeout opinions on the mount as well if the NFS isn’t critical to the device booting, and speed up your boot process a bit.
That sounds useful, thank you very much.