Hi...

I have a problem with nfs. It always worked, so I don't know what is
failing now.

I have a server running 2.6.11-rc3-mm2. I try to export a dir via nfs:

/etc/exports:
  /raid belly.cps.unizar.es(ro,insecure,no_root_squash,no_subtree_check)

nada:/proc/fs/nfs# exportfs -v 
/raid           
belly.cps.unizar.es(ro,wdelay,insecure,no_root_squash,no_subtree_check)

So it looks ok...

But when I try to mount it from OSX:

belly:~ root# mount nada:/raid ./w
mount_nfs: can't access /raid: Permission denied

But the server shows it got mounted:
nada:/var/lib/nfs# cat rmtab
155.210.152.151:belly.cps.unizar.es:0x00000001
belly.cps.unizar.es:/raid:0x00000001

If I now restart nfs:
nada:/var/lib/nfs# service nfs restart
Shutting down NFS mountd:                                       [  OK  ]
Shutting down NFS daemon:                                       [  OK  ]
Shutting down NFS services:                                     [  OK  ]
Starting NFS services:                                          [  OK  ]
Starting NFS daemon:                                            [  OK  ]
Starting NFS mountd:                                            [  OK  ]
nada:/var/lib/nfs# cat /proc/fs/nfs/exports
# Version 1.1
# Path Client(Flags) # IPs

Nothing ?

What is wrong with this setup ?

Kernel is 2.6.11-rc3-mm2, nfs-utils-1.0.7.

TIA

--
J.A. Magallon <jamagallon()able!es>     \               Software is like sex:
werewolf!able!es                         \         It's better when it's free
Mandrakelinux release 10.2 (Cooker) for i586
Linux 2.6.11-jam1 (gcc 3.4.3 (Mandrakelinux 10.2 3.4.3-3mdk)) #1


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to