Re: NFS trouble

2006-01-22 Thread David Raison
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ok, first time I tried to export something different than an ext2fs device. It works. Now what I don't know is whether this has something to do with it being an ext2 fs or with the permissions. (regular users not being able to mount ext2 filesystems)

Re: NFS trouble

2006-01-22 Thread David Raison
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > David, > Could you do ls -l /mnt, and include your fstab as well as your /etc/exports file? This is very important because maybe the issue lies with permissions of the files and directories, as well as whether or not those are the actual mountpoint

Re: NFS trouble

2006-01-22 Thread Danial Thom
--- David Raison <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Sure thing, but I wish to share my external usb > hdds which are mounted > @ those mountpoints. > > > /mnt is usually a mount point, are you sure > you don't have it > > backwards? > > > /etc/exp

Re: NFS trouble

2006-01-22 Thread Garrett Cooper
David Raison 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: ---

Re: NFS trouble

2006-01-22 Thread David Raison
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sure thing, but I wish to share my external usb hdds which are mounted @ those mountpoints. > /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 wi

Re: NFS trouble

2006-01-22 Thread Danial Thom
--- 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,

Re: NFS trouble

2006-01-22 Thread David Raison
-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-

Re: NFS trouble

2006-01-22 Thread Andrew P.
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]

Re: NFS trouble

2006-01-22 Thread David Raison
-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] Andrew P. wrote: > `showmount -e lusitania`? > > -BEGIN PGP SIGNAT

Re: NFS trouble

2006-01-22 Thread Andrew P.
`showmount -e lusitania`? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

NFS trouble

2006-01-22 Thread David Raison
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi folks, I need to set up an nfs server on one of my machines, and so far I've been pretty unsuccessful ;( I'd like to access the nfs shares with some macOSX and a linux box. I followed the guidelines in both the linux and freeBSD nfs howtos, but to