NFS trouble

Danial Thom danial_thom at yahoo.com
Sun Jan 22 08:56:46 PST 2006



--- David Raison <david at ion.lu> wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> 
> Sadly even that simple example doesn't work.
> There's no output of mountd in the syslog and
> showmount -e doesn't
> list any shares either.
> 
> David
> 
> Andrew P. wrote:
> 
> > On 1/22/06, David Raison <david at ion.lu>
> wrote:
> >
> >> -----BEGIN PGP SIGNED MESSAGE----- Hash:
> SHA1
> >>
> >> Hi Andrew
> >>
> >> Right, that's a point I had forgotten to
> post, although not a
> >> very surprising one
> >>
> >> root at lusitania# showmount -e lusitania
> Exports list on lusitania:
> >> root at lusitania#
> >
> >
> > Look for mountd log messages on the server
> (`dmesg -a` should
> > contain them, if you're lucky). Just run
> "/etc/rc.d/mountd reload"
> > and see what gets into syslog.
> >
> > The problem is probably in /etc/exports.
> Start with something
> > simple, like '/mnt/music -ro'
> >
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.2 (GNU/Linux)
> Comment: Using GnuPG with Thunderbird -
> http://enigmail.mozdev.org
> 
>
iD8DBQFD06qn/sLffsMilEkRAqm1AKCGsecn6yTHLZqbfOaDndor2wwPIACgoWtk
> v2fVju7DvuecpHwpQBVyke8=
> =EKUM
> -----END PGP SIGNATURE-----
> 
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
>
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "freebsd-questions-unsubscribe at freebsd.org"
> 

/mnt is usually a mount point, are you sure you
don't have it backwards?

/etc/exports on server1: 

/usr -alldirs -mapall=root:bin 10.1.1.1

mount with:

mount server1:/mnt /usr

This allows a client at 10.1.1.1 to mount /usr
and any decendents.

DT

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


More information about the freebsd-questions mailing list