--- David Raison <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> > 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 > >> > >> [EMAIL PROTECTED] showmount -e lusitania > Exports list on lusitania: > >> [EMAIL PROTECTED] > > > > > > 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----- > > _______________________________________________ > [email protected] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "[EMAIL PROTECTED]" > /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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
