thanks cspangen but how can i see whether my nfsd server is running or not.
and one more thing....
if i run "rpcinfo -p" the result comes like this...
programs vers proto port
100000 2 tcp 111 portmapper
100000 2 udp 111 portmapper
does it have anything to do with my nfs?
Main Topics
Browse All Topics





by: cspangenPosted on 2003-03-10 at 14:25:29ID: 8106490
on the computer you what to share a directory.
rt local_directory_to_import_ to rsize=8192,wsize=8192,time o=14,intr
edit /etc/fstab and add
CGJung:/media/cdrom /nfscdrom nfs
rsize=8192, wsize=8192, timeo=14,intr
This imports the CGJung:/media/cdrom directory as /nfscdrom on the local host. The CGJung is my computer host name. Yours would be 10.0.0.1 or 10.0.0.2
so you would do
10.0.0.1:directory_to_impo
On the computer you want to export the/media/cdrom directory. /media/cdrom
Edit the /etc/exports
and add a line to export the directory.
add the following line.
/media/cdrom voyager (ro insecure)
The directory to export is /media/cdrom
voyager is computer that is allowed to import the directory.
make sure that the nfsd server is running.
This will automatically try and mount the directory on boot. If you do not what it to auto mount the directory add noauto on the line in the fstab file that imports the file after the file system type nfs.
Carl
Carl