Share Ubuntu Folders to Specifical computer with NFS
This post was written by admin on October 22, 2009
Posted Under: Internet
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:
- How to share folder between VirtualBox Host and Virutal Machines(Guests)
- How to Share Ubuntu Home Directory with Windows
- Ubuntu Tip:Quickly open Folders/Special Locations in Ubuntu Desktop
- Sharing Folders in Ubuntu 9.10(karmic) with Ubuntu One
- Share Firefox bookmarks/history/tabs between Ubuntu,Windows 7/Vista/XP
Tags: Internet
