Share Ubuntu Folders to Specifical computer with NFS

This post was written by admin on October 22, 2009
Posted Under: Internet

First,type following in terminal to install NFS:

sudo apt-get install nfs-common
sudo apt-get install nfs-kernel-server

Edit /etc/exports by :

sudo gedit /etc/exports

Using this command to configure the folder you want to share:

/home/armnfs    192.168.1.6(rw)

this will share /home/armnfs folder,and only 192.168.1.6 can access to this folder.”(rw)” means write and ready permission.
Now,start NFS:

/etc/init.d/nfs-kernel-server start

In the computer(192.168.1.6),use this to mount the shared folder:

mount 192.168.1.5:/home/armnfs  /mnt/arm

Related posts:

  1. How to share folder between VirtualBox Host and Virutal Machines(Guests)
  2. Ubuntu Tip:Quickly open Folders/Special Locations in Ubuntu Desktop
  3. Sharing Folders in Ubuntu 9.10(karmic) with Ubuntu One
  4. View Hidden Files and Folders in ubuntu File Browser
  5. How to Share Ubuntu Home Directory with Windows

    Tags:

    Add a Comment

    required, use real name
    required, will not be published
    optional, your blog address