Tuesday, October 7, 2008

NFS

Network File System:

You can review NFS in chapter 22. This project is worth two grades one grade for the NFS Server and one grade for the NFS Client.

Step 1:
install first
su --
yum install nfs-utils
chkconfig nfs on
service nfs start

cd /
mkdir sharenet
chown guest sharenet
chgrp guest sharenet
chmod 770 sharenet

Step 2:
download webmin.

RPM suitable for Redhat, Fedora, CentOS, SuSE or Mandrake Linux
http://prdownloads.sourceforge.net/webadmin/webmin-1.550-1.noarch.rpm 16.3 MB

put into your web browser localhost.localdomain:10000
logging into webmin your user is root
then the password is the root password to your system.

webmin setup from the video.

Step 3:
open a new terminal and type
su guest
cd
mkdir nfsclient

Step 4:
Go back to your terminal where you are root
mount localhost:/sharenet /home/guest/nfsclient

Step 5:
Go back to your terminal where you are guest
cd nfsclient
touch whatever
ls

Step 6:
Go back to your terminal where you are root
cd /sharenet
ls

your done show the instructor to be graded

No comments: