Ubuntu does not come with nfs server so we need to install it:
$ sudo apt-get install nfs-kernel-server
Then we can mount nfs shares like this:
$ sudo mount 1.2.3.4:/home /home/user/nfs/home
to check whether the share mounted successfully:
mount -t nfs
more info
No comments:
Post a Comment
If you like this post, please leave a comment :)