Hi,

I am trying to nfs mount a drive b/w two solaris 2.6 machines, but it keeps mounting as owned by root, group root. How can I change this?

Here is what I have configured so far:

poseidon (has the drive physically in it)
/etc/dfstab :
share -F nfs -o rw=hephaistos -d "data1" /devo_data1

hephaistos (where i want the drive mounted)
/etc/vfstab:
poseidon:/devo_data1    -       /u03    nfs     -       yes     rw,hard

on hephaistos the /u03 directory was originally created as:
drwxr-xr-x   2 oracle   dba          512 Sep 30  13:55 u03

after the directory is mounted:
drwxr-xr-x   3 root     root         512 Sep 30 14:07 u03

I need the directory to be writeable by the oracle user, how do I achieve this?

Thanks

Chris


_______________________________________________ Solaris-Users mailing list [EMAIL PROTECTED] http://www.filibeto.org/mailman/listinfo/solaris-users

Reply via email to