Gentoo Archives: gentoo-user

From: Flophouse Joe <flophousejoe-gentoo-user-xdzvn3@××××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] NFS Wont mount
Date: Tue, 14 Nov 2006 22:18:52
Message-Id: Pine.LNX.4.64.0611141709220.30774@becky16.halibutdepot.org
In Reply to: [gentoo-user] NFS Wont mount by timothy johnson
1 On Tue, 14 Nov 2006, timothy johnson wrote:
2
3 > Having a little issue with NFS
4 >
5 > mount 10.250.107.10:/home /mnt/pdc1Home
6 > returns
7 > mount: 10.250.107.10:/home failed, reason given by server: Permission denied
8 >
9 > /etc/exports
10 > /home (no_root_squash,rw)
11
12 Try explicitly listing the IP address of the host(s) that need to be
13 able to mount this filesystem. man exports(5) will give you the
14 details, but you'd probably want something like the following:
15
16 /etc/exports:
17 /home 192.168.1.100(no_root_squash,rw)
18
19 Joe
20 --
21 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] NFS Wont mount timothy johnson <mr2bigjohnson@×××××.com>