> > You need to either run the mount command as user "reader"
> > (assuming that's who should be able to r/w the mount).
> 
> I'm running it as root because user fails like this:
> reader > mount -Fsmbfs //harvey/harvey-e /mnt/harvey-e
> Password:
> mount: mount_smbfs: /mnt/harvey-e: Not owner
> 
> Should user be able to do that?  If so how is it done?

You can only mount on directories you own.
As root, do "chown reader /mnt/harvey-e"
then as "reader" run:
  /usr/sbin/mount -F smbfs //harvey/harvey-e /mnt/harvey-e



_______________________________________________
cifs-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/cifs-discuss

Reply via email to