Stefano Colombo
Guest
|
Posted:
Wed Feb 25, 2004 12:29 am Post subject:
NFS mount problem |
|
|
We've the following problem
An HP NAS with Windows 2003 Storage edition , one ( by now ) UNIX client
HP-UX .
The nas is part of a win2K domain .
I've created a domain user "root" a domain group "grp-ux-root" and another
domain group "grp-ux-sys"
I've created on the nas a passwd and a group file as follow
passwd:
root:/af/4dEOdgkpY:0:3::/:/sbin/sh
nobody:*:-2:-2::/:
group:
root::0:root
sys::3:root,uucp
users::100:
On the UNIX box I've created an empty directory /test ( logged as root )
drwxrwxrwx 2 root sys 96 Dec 7 21:15 test
On the NAS I've created a directory " testunix" and NFS shared it.
When I mount the NFS Share from the UNIX box the permissions on the "test"
directory change as follow and access i denied
drwx------ 2 nobody 100 64 Feb 24 20:16 test
What is wrong ?
Any help is greatly appreciated |
|