[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Remote Mounting



I'm trying to mount the directory /hoem/mike on /home/mike/t on a local system.

I set the files below, then ran /usr/sbin/rpc.portmap on the server, and 
mount -a on the local system. I get the following error message:

mike-ras# mount -a
mount clntudp_create: RPC: Program not registered

Any Ideas?

-----------------------------------------------------------------------------
----------------
/etc/exports on server:
----------------
# /etc/exports: the access control list for filesystems which may be exported
#               to NFS clients.  See exports(5).

/home/mike      192.186.0.2(rw)

----------------
fstab on client machine:
----------------
# /etc/fstab: static file system information.
#
# <file system>     <mount point>   <type>  <options>   <dump>  <pass>
/dev/hda2               /               ext2    defaults    0       1
/dev/hda3               none            swap    sw          0       0
/dev/hda1               /dos            msdos   defaults    0       1
192.168.0.1:/home/mike  /home/mike/t    nfs
proc                /proc           proc    defaults    0       0
----------------




--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-user-request@lists.debian.org . 
Trouble?  e-mail to templin@bucknell.edu .


Reply to: