Changes

Jump to: navigation, search

NAD710 Lab 6

72 bytes added, 09:53, 18 March 2009
NFS Client Setup
* Boot up another Linux machine. If you are doing this lab in T2107, please boot to Fedora Core 8.
* Login to the HOST as a regular user (joker if you are working in lab T2107).
* Open a terminal window and swith switch to super user with the command "su -"
* Enter the command <pre>rpcinfo -p</pre>
* If the portmapper is running, you can turn it off with the command "service portmap stop".(You do not need portmapper running on the NFS client machine.)* On the NFS client machine, you need the NFS virtual file system driver in order to be able to access the exported directory on the NFS server. Most Linux system compiled the NFS file system driver as a Loadable Kernel module. Try the following command to check whether the NFS file system module has been installed:
[root@localhost root]# cat /proc/filesystems | grep nfs
* If the command produces no output, use the following command to load the nfs module:
1
edit

Navigation menu