Re: mu SETUP

From: Michele Andreoli (m.andreoli@tin.it)
Date: Wed Mar 06 2002 - 13:44:24 CET


On Wed, Mar 06, 2002 at 07:32:43AM +0000, LEE EK WEE nicely wrote:
> Hello,
> I'm using NFS on mulinux. It is for own knowledge only. I wanted my
> mulinux box to mount a linux box directory and vice versa. The problems are
> below:
>
> 1. When the linux box NFS mount mulinux, the error
> "mount: RPC: Unable to receive: errno = Conection refused" appears.

muLinux cannot be used as "NFS server"; daemons are missing.

> 2. When mulinux NFS mounts linux, the error
> "mount clntudp_create: RPC: Program not registered" appears.

This is up to the NFS server, RedHat.

> I'm using Redhat 7.1 and mulinux 12r2 with SRV, WKS, X11, and GCC addons.

In order to mount, as client, an NFS volume you need, on the mulinux side,
only of the command "mount" and a working network. Thus, the floppy #1
is enough.

My /etc/exports look like:

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

/home/michele 192.168.1.2(rw,no_root_squash)
/tmp 192.168.1.0/24(rw,no_root_squash)
/mass 192.168.1.3/24(rw,no_root_squash)
/root/ipaq/local 192.168.1.3/24(rw,no_root_squash)

/usr/local 192.168.1.2(rw,no_root_squash)

Modern linuxes use a new command (exportfs?) in order to setup the server
side. Try to get the man page: I do not remember.

Michele

-- 
I keep trying to locate a meeting of Quantum Physicists. But everytime
they set a meeting time, the location changes. And vice versa -- Anonymous
---------------------------------------------------------------------
To unsubscribe, e-mail: mulinux-unsubscribe@sunsite.dk
For additional commands, e-mail: mulinux-help@sunsite.dk


This archive was generated by hypermail 2.1.6 : Sat Feb 08 2003 - 15:27:21 CET