[UCLA-LUG] NFS
Frederick Lee
phaethon@fire.csua.ucla.edu
Thu, 6 Apr 2000 19:23:19 -0700
On Thu, 06 Apr 2000 18:05:53 -0700, said James Lee <jwlee@ucla.edu>:
>Hi,
>
>Does this mean that I have to recompile the kernel to set up NFS??
>
>[root@cypress network]# mount localhost:/etc /tmp/test
>mount: RPC: Program not registered
>[root@cypress network]#
/etc/rc.d/init.d/portmap start
(RedHat-based)
/etc/init.d/portmap start
(Debian-based)
>
>OR
>
>[root@cypress network]# mount localhost:/etc /tmp/test
>mount: RPC: Unable to receive; errno = Connection refused
>[root@cypress network]#
>
>They are from two different machines...
For nfsd (exporting out from here),
RedHat$ /etc/rc.d/init.d/nfslock start
RedHat$ /etc/rc.d/init.d/nfs start
Debian$ /etc/init.d/nfs-common start
Debian$ /etc/init.d/nfs-server start
-Fred