Main Menu
Home
Search
Support
How To's
OpenWiki
Contact Us
Users Blogs
User HowTo's
Announcements
Google Translation

 

 

 

 

Basic NFS share, mount, auto mount PDF Print E-mail
User Rating: / 0
PoorBest 
Written by Paul Matthews   

Name: Fedora
HomePage: http://fedora.redhat.com
Function: Fedora Core is a free operating system that offers the best combination of stable and cutting-edge software that exists in the free software world.

 

1. Make a share

nano /etc/exports

/home 192.168.0.0/255.255.255.0(rw)

 

Basic NFS share mount auto mount Fedora

2. Start the nts server

/etc/init.d/nfs start

3. Next set nfs server to start on boot

chkconfig nfs on

 

Basic NFS share mount auto mount Fedora

4. Now make it auto mount on boot

nano /etc/fstab

192.168.0.1:/home /home nfs rw,bg,hard,intr 0 0

 

Basic NFS share mount auto mount Fedora

5. If you just want to mount a drive temporarily then run the following command.

mount -t nfs 192.168.0.1:/home /home

 

Basic NFS share mount auto mount Fedora

6. And of course to unmount it

umount /home

 

Basic NFS share mount auto mount Fedora

 


BookMarking:

 

cell1

cell3 Submit to del.icio.us
cell4
AddThis Social Bookmark Button

 


Trouble Shooting:


Go to the wiki page

Go to the 'Contact Us ' Forum

Go to the how-to's Support Forum


External Links:

 

http://fedora.redhat.com/

Last Updated ( Sunday, 03 June 2007 )
 
< Prev   Next >