Tuesday, May 31, 2016

Mount NFS drive

  1. Configure and enable the NFS server
  2. Do the following command in the client
  • mount -t nfs <ip-address>:nfs/<path/of/nfs> </folder/mount/point>
    • e.g. mount -t nfs 192.168.6.1:/nfs/domainuserdata /usersfolder

No comments:

Post a Comment