Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Setup Automatic Mounting on Startup

Make the directories for fstab,

Code Block
languagebash
sudo su - serveradmin
mkdir -p mnt/guest.public
exit
cd /home/serveradmin
sudo mv ./mnt/ /opt/

...

Code Block
languagebash
sudo cp /etc/fstab /ect/fstab.v0.0

Add the following to the bottom of the file,

Code Block
languagebash
# Mount NFS drive
192.168.0.5:/volume1/guest.public /opt/mnt/guest.public/ nfs4

Reboot the machine...

Troubleshooting

..

References

...