as root do this on the serverThat's where I had gotten to. Thanks.
add this to your /etc/dfs/dfstab file
share -F nfs -o ro /path/to/sharefolder save and exit. Now run /etc/init.d/nfs.server start
now on remote client as root mount server:/path/to/sharefolder /localsharedfolder
now you can access /localsharedfolder from the remote client locally as a user.
To add it to the client machine permanently modify the /etc/vfstab as root
My boss, however, is determined that there is a way to do it without logging in as root on the client machine. In reading the manual for Share, I found the following example:
# shre -F nfs -o rw=usera,userb /somefs
and says that you can limit the mounting to certain users... which makes me think that you can mount to the share as a non-root user.
_______________________________________________ Solaris-Users mailing list [EMAIL PROTECTED] http://www.filibeto.org/mailman/listinfo/solaris-users
