| |
Standard mount
Mount point (directory) needs to be created before mounting
an NFS file system. For example,
The NFS directory can be mounted manually:
then run df -h to see if it has been succesfully mounted.
Manual mounting with options other than defaults:
Most Common Options (described in NFS-HOWTO)
To unmount a directory, you can run command
The NFS directories can be mounted at bootup time if they are
included in /etc/fstab file:
When /etc/fstab has been modified, you can run
or reboot the machine
|
|