--- Komal <[EMAIL PROTECTED]> wrote:

> > The permissions of your mount point
> (/mnt/my_network)
> > should allow write access to the concerned
> user(s).
> >
> > HTH.
> >
> > Nadiem.
> 
> Hi Nadiem,
> 
> No. My question is after mounting remote share on
> Linux box only root
> has read and write access and normal user can only
> read the content
> .How to provide normal user read and write access.
> Should I create
> group name project and add the users to project, set
> user�s primary
> group to project and chgrp of /mn/share to project
> where I will mount
> window's share?
> 
> Regards,
> 
> Komal

Modify your options in fstab as follows:
 
//192.168.0.1/linux /mnt/my_network_share/linux smbfs
username=myusername,password=mypassword,dmask=707,fmask=707,defaults
0 0

This will serve your purpose, but you could still 
modify 707 to increase security. You could create a
group "project" and modify the 707 above to 774 for
example.

HTH.

Nadiem.


                
__________________________________ 
Yahoo! Mail Mobile 
Take Yahoo! Mail with you! Check email on your mobile phone. 
http://mobile.yahoo.com/learn/mail 

-- 
http://mm.ilug-bom.org.in/mailman/listinfo/linuxers

Reply via email to