[PLUG] smbmount Queestion continued

Josh Zeckser barkingcorndog at comcast.net
Wed Jun 1 15:57:39 UTC 2005


On Tue, 2005-05-31 at 15:35 -0700, William A Morita wrote:
> Group,
> 
> I have put into /etc/fstab the line:
> 
> //server/datashare  /share smbfs   username=guest,rw  0 0
> 
> While this does mount the volume, the result is that non-root accounts do
> not have read/write access.

Bill, 

    I think you need something like: 

//server/datashare    /share    smbfs    username=guest,rw,gid=500    0
0

Where 500 is your common gid (users or something).

-josh






More information about the PLUG mailing list