On Mon, 2001-09-10 at 12:39, Ray Curtis wrote:
> 

> Then if I:
> cd /net/bugs/home <-- when I do a 'ls' nothing is displayed and in the
> logs nothing.

What happens if you "cd /net/bugs/etc"? Probably works doesn't it?


>  I do see on local host using the mount command:
> bugs.ccux.com:/ on /net/bugs type nfs (rw,soft,intr,addr=192.168.1.1)
> 
> It just appears it is not mounting any other partition except the top
> level using Autofs, however all is fine using NFS.

If I recall correctly you need to share filesystems with autofs.

Example:
Machine one shares with this line in /etc/exports:
/data   *(rw,no_root_squash)

Machine two mounts with this line in /etc/auto.net
pilsner         -rw,soft        pilsner:/data


Works fine for me. I don't share root filesystems though. I believe the
solution is to add the whole partition list in /etc/exports on the
machine that is serving.

autofs works via nfs. NFS alone is simply persistent, autofs takes care
of doing the nfsmounts and unmounts.

> I must be doing something dumb here today,
> 
> Thanks for suggestions,
> 
> 
-- 
Christopher Keller
Systems Engineer
BeamReach Networks -- Sunnyvale, CA



_______________________________________________
Seawolf-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/seawolf-list

Reply via email to