|
Basic NFS share, mount, auto mount |
|
|
|
|
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)  2. Start the nts server /etc/init.d/nfs start 3. Next set nfs server to start on boot chkconfig nfs on
 4. Now make it auto mount on boot nano /etc/fstab 192.168.0.1:/home /home nfs rw,bg,hard,intr 0 0
 5. If you just want to mount a drive temporarily then run the following command. mount -t nfs 192.168.0.1:/home /home
 6. And of course to unmount it umount /home
BookMarking:
cell1
|
|
cell3 |
|
cell4
|
|
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 )
|