Tuesday, February 27, 2018

automount nfs share on boot




You just mounted nfs share in a directory.

Now you wish to make this permanent by updating etc/fstab.


You can do this:

 cat /proc/mounts   | tail -1 >> /etc/fstab

Here, we update last entry into fstab.

check /etc/fstab and adjust according to your needs.


No comments:

Post a Comment