On 11/14/06, Flophouse Joe <[EMAIL PROTECTED]
> wrote:
On Tue, 14 Nov 2006, timothy johnson wrote:
> Having a little issue with NFS
>
> mount 10.250.107.10:/home /mnt/pdc1Home
> returns
> mount: 10.250.107.10:/home failed, reason given by server: Permission denied
>
> /etc/exports
> /home (no_root_squash,rw)
Try explicitly listing the IP address of the host(s) that need to be
able to mount this filesystem. man exports(5) will give you the
details, but you'd probably want something like the following:
/etc/exports:
/home 192.168.1.100(no_root_squash,rw)
Joe
--
gentoo-user@gentoo.org mailing list