as root do this on the server 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 On Wed, 16 Jul 2003, Richard Crawford wrote: > We have a single Ultra-10 server running Solaris 9, and a bunch of > SunBlade 100 workstations. On the server is a share for our web > development work, and we would like to be able to mount that share onto > the workstations so that we can all do our web development directly onto > that share. > > Is there a way to mount the shared drive without logging in to each > workstation as root? That's the only solution I've seen so far. > > _______________________________________________ > Solaris-Users mailing list > [EMAIL PROTECTED] > http://www.filibeto.org/mailman/listinfo/solaris-users > -- Asif Iqbal http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=0x8B686E08 There's no place like 127.0.0.1 _______________________________________________ Solaris-Users mailing list [EMAIL PROTECTED] http://www.filibeto.org/mailman/listinfo/solaris-users
