Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Jan 2006 08:56:45 -0800 (PST)
From:      Danial Thom <danial_thom@yahoo.com>
To:        David Raison <david@ion.lu>, "Andrew P." <infofarmer@gmail.com>
Cc:        FreeBSD Questions <questions@freebsd.org>
Subject:   Re: NFS trouble
Message-ID:  <20060122165645.28674.qmail@web33314.mail.mud.yahoo.com>
In-Reply-To: <43D3AAA8.7020607@ion.lu>

next in thread | previous in thread | raw e-mail | index | archive | help


--- David Raison <david@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@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@lusitania# showmount -e lusitania
> Exports list on lusitania:
> >> root@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@freebsd.org mailing list
>
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "freebsd-questions-unsubscribe@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 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060122165645.28674.qmail>