Summary: nfs mount not writable
2007-12-25 5:19:00
thanks to
"Mike Demarco" <mdemarco at suncom.com>
"Saxon, Stuart" <Stuart.Saxon at centrica.co.uk>
<michael.schneider at calispera.com>
Mike suggested to do
Share -F nfs -o rw,root=<hostname or ipaddress of client>
/opt/FrontBase/Backups
This did not make a difference. I then followed the suggestion of Saxon
and Michael.
share -F nfs -o ro,anon=0 /export/install
This worked! Thanks a lot!
Regards,
Andreas
Original posting:
> Dear managers,
>
> I have exported a directory on a Solaris 8 machine as follows
>
> share -F nfs -o rw /opt/FrontBase/Backups
>
> and mounted the directory on a Sol 9 machine with
>
> mount -F nfs 10.0.0.200:/opt/FrontBase/Backups /opt/FrontBase/Backups
>
> mount tells me that the directory is mounted read write.
>
> /opt/FrontBase/Backups on 10.0.0.200:/opt/FrontBase/Backups
> remote/read/write/setuid/xattr/dev=4900003 on Wed Aug 24 14:22:55 2005
>
> However, creating a file as root on the Sol 9 machine fails:
>
> bash-2.05# touch /opt/FrontBase/Backups/Test
> touch: /opt/FrontBase/Backups/Test cannot create
>
> What am I missing?
>
> Thanks a lot!
>
> Regards,
>
> Andreas
> _______________________________________________
> codeprof mailing list
> codeprof at codeprof.com
> http://www.codeprof.com/execute/ask/?codeinfoid=37542
Comments
Got something to say?
You must be logged in to post a comment.

