* [gentoo-user] NFS Wont mount
@ 2006-11-14 22:06 timothy johnson
2006-11-14 22:06 ` timothy johnson
` (3 more replies)
0 siblings, 4 replies; 8+ messages in thread
From: timothy johnson @ 2006-11-14 22:06 UTC (permalink / raw
To: gentoo-user, gentoo-user
[-- Attachment #1: Type: text/plain, Size: 509 bytes --]
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)
/var/log/messages
Nov 14 05:51:32 MOSSPDC1 rpc.mountd: refused mount request from
10.250.108.10 for /home (/): not exported
The only thing special about this box is its a PDC using Samba/LDAP, the
client the I am trying to mount the export on is able to mount exports from
other machines, just not this one.
[-- Attachment #2: Type: text/html, Size: 596 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-user] NFS Wont mount
2006-11-14 22:06 [gentoo-user] NFS Wont mount timothy johnson
@ 2006-11-14 22:06 ` timothy johnson
2006-11-14 22:11 ` Flophouse Joe
` (2 subsequent siblings)
3 siblings, 0 replies; 8+ messages in thread
From: timothy johnson @ 2006-11-14 22:06 UTC (permalink / raw
To: gentoo-user, gentoo-user
[-- Attachment #1: Type: text/plain, Size: 509 bytes --]
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)
/var/log/messages
Nov 14 05:51:32 MOSSPDC1 rpc.mountd: refused mount request from
10.250.108.10 for /home (/): not exported
The only thing special about this box is its a PDC using Samba/LDAP, the
client the I am trying to mount the export on is able to mount exports from
other machines, just not this one.
[-- Attachment #2: Type: text/html, Size: 596 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] NFS Wont mount
2006-11-14 22:06 [gentoo-user] NFS Wont mount timothy johnson
2006-11-14 22:06 ` timothy johnson
@ 2006-11-14 22:11 ` Flophouse Joe
2006-11-14 23:18 ` timothy johnson
2006-11-14 22:17 ` [gentoo-user] " Regis Decamps
2006-11-15 7:24 ` [gentoo-user] " Alan McKinnon
3 siblings, 1 reply; 8+ messages in thread
From: Flophouse Joe @ 2006-11-14 22:11 UTC (permalink / raw
To: gentoo-user
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
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] NFS Wont mount
2006-11-14 22:11 ` Flophouse Joe
@ 2006-11-14 23:18 ` timothy johnson
2006-11-14 23:31 ` Flophouse Joe
0 siblings, 1 reply; 8+ messages in thread
From: timothy johnson @ 2006-11-14 23:18 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 744 bytes --]
Joe, I have tried this and got the same results
On 11/14/06, Flophouse Joe <flophousejoe-gentoo-user-xdzvn3@halibutdepot.org>
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
>
>
[-- Attachment #2: Type: text/html, Size: 1211 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] NFS Wont mount
2006-11-14 23:18 ` timothy johnson
@ 2006-11-14 23:31 ` Flophouse Joe
0 siblings, 0 replies; 8+ messages in thread
From: Flophouse Joe @ 2006-11-14 23:31 UTC (permalink / raw
To: gentoo-user
On Tue, 14 Nov 2006, timothy johnson wrote:
> Joe, I have tried this and got the same results
>
> On 11/14/06, Flophouse Joe <flophousejoe-gentoo-user-xdzvn3@halibutdepot.org>
> wrote:
>>
>> On Tue, 14 Nov 2006, timothy johnson wrote:
>>
>> > 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)
I'm going out on a limb here, but it's worth asking if the spacing in
/etc/exports is "sane". It's notoriously easy to misconfigure NFS due
to an errant space, as whitespace is significant in exports(5).
/home 192.168.1.100(no_root_squash,rw)
means something very different from
/home 192.168.1.100 (no_root_squash,rw)
So, is it possible that there's a misplaced space, anywhere on the line?
You might also get a "sanity check" with the command exportfs(8). This
will parse your /etc/exports as NFS sees it and report back to you how
NFS interprets it.
If those don't turn up any leads, then I don't immediately have any
ideas that spring out.
If you're going into sanity check mode, it never hurts to temporarily
throw out your firewall rulesets on each machine (but I don't really see
how that could be an issue in this case).
Joe
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-user] Re: NFS Wont mount
2006-11-14 22:06 [gentoo-user] NFS Wont mount timothy johnson
2006-11-14 22:06 ` timothy johnson
2006-11-14 22:11 ` Flophouse Joe
@ 2006-11-14 22:17 ` Regis Decamps
2006-11-14 23:18 ` timothy johnson
2006-11-15 7:24 ` [gentoo-user] " Alan McKinnon
3 siblings, 1 reply; 8+ messages in thread
From: Regis Decamps @ 2006-11-14 22:17 UTC (permalink / raw
To: gentoo-user
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)
>
Stupid question: What about /etc/host.allow and /etc/host.deny ?
--
Régis
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] NFS Wont mount
2006-11-14 22:06 [gentoo-user] NFS Wont mount timothy johnson
` (2 preceding siblings ...)
2006-11-14 22:17 ` [gentoo-user] " Regis Decamps
@ 2006-11-15 7:24 ` Alan McKinnon
3 siblings, 0 replies; 8+ messages in thread
From: Alan McKinnon @ 2006-11-15 7:24 UTC (permalink / raw
To: gentoo-user
On Wednesday 15 November 2006 00:06, 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)
>
> /var/log/messages
> Nov 14 05:51:32 MOSSPDC1 rpc.mountd: refused mount request from
> 10.250.108.10 for /home (/): not exported
>
> The only thing special about this box is its a PDC using Samba/LDAP,
> the client the I am trying to mount the export on is able to mount
> exports from other machines, just not this one.
Perhaps you have omitted to do the 'exportfs -ra' step on the server.
Even if the entry is in /etc/exports, it's not actually exported till
you run that command.
alan
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2006-11-15 7:33 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-14 22:06 [gentoo-user] NFS Wont mount timothy johnson
2006-11-14 22:06 ` timothy johnson
2006-11-14 22:11 ` Flophouse Joe
2006-11-14 23:18 ` timothy johnson
2006-11-14 23:31 ` Flophouse Joe
2006-11-14 22:17 ` [gentoo-user] " Regis Decamps
2006-11-14 23:18 ` timothy johnson
2006-11-15 7:24 ` [gentoo-user] " Alan McKinnon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox