Me, trying to step into the world of linux

https://feddit.de/post/2244209

Me, trying to step into the world of linux - Feddit

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
An now explain how to setup Kerberos

Oh that’s easy! I have this friendly multi-page PDF that assumes you have an active directory domain already (god rest your soul if you’re raw dogging kerberos and ldap raw) that walks you through the instructions step by step and…

mount.nfs4: access denied by server