Here’s how to mount an nfs share:
#cat /etc/systemd/system/mnt.data.mount [Unit] Description=nfs mount script [Mount] What=192.168.0.30:/mnt/tank/Media Where=/mnt/data Type=nfs4 [Install] WantedBy=remote-fs.target
Meanwhile I found a solution using fstab.
What’s the advantage of using a systemd script?
I’ll probably switch to simple script, since I don’t like the idea of my laptop shouting my NAS access credentials into any available random network on startup.
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.
Googling an issue and copy pasting the first terminal code you see on the first result.
Best practice
I saw that you figured it out using
fstab
. Since it’s a network share, you may wanna check outautofs
too.I’ll definetly look deeper into this, thank you very much.
Me, trying to create a compressed tar archive
Compress Zee Vucking Files: tar -czvf out.tar files.
I know the image you mean, but I can’t find it.