<font face="Arial, Helvetica, sans-serif"><br>
What I meant was literally the command "mount", eg <br>
<br>
--- ok...i see...hihi....here it is<br>
oedha@The-ELF:/media$ sudo mount -a<br>
Password: <br>
oedha@The-ELF:/media$ mount<br>
/dev/sda3 on / type ext3 (rw,errors=remount-ro)<br>
proc on /proc type proc (rw,noexec,nosuid,nodev)<br>
/sys on /sys type sysfs (rw,noexec,nosuid,nodev)<br>
varrun on /var/run type tmpfs (rw,noexec,nosuid,nodev,mode=0755)<br>
varlock on /var/lock type tmpfs (rw,noexec,nosuid,nodev,mode=1777)<br>
udev on /dev type tmpfs (rw,mode=0755)<br>
devshm on /dev/shm type tmpfs (rw)<br>
devpts on /dev/pts type devpts (rw,gid=5,mode=620)<br>
lrm on /lib/modules/2.6.22-14-generic/volatile type tmpfs (rw)<br>
/dev/sda1 on /media/sda1 type fuseblk (rw,nosuid,nodev,noatime,allow_other,default_permissions,blksize=4096)<br>
/dev/sda2 on /media/sda2 type fuseblk (rw,nosuid,nodev,noatime,allow_other,default_permissions,blksize=4096)<br>
securityfs on /sys/kernel/security type securityfs (rw)<br>
//192.168.1.100/shared on /media/x type cifs (rw,mand)<br>
oedha@The-ELF:/media$ <br>
<br>
<br>
<br>
Okay, so it's mounting it in such a way now that root has ownership of<br>
everything and the associated group is users.&nbsp; This is good.&nbsp; Can you<br>
please try writing to the share as root, eg:<br>
<br>
&nbsp;&nbsp;&nbsp; sudo touch /media/x/testfile<br>
<br>
--- yes...it appears on x but .....ro mode :) :(<br>
<br>
If testfile appears on /media/x/ then we know it's just a local permission<br>
issue which we can alter with the fstab.&nbsp; You then just need to change the<br>
mount options so that the users group has rwx on all files too.&nbsp; Add the<br>
option<br>
&nbsp;&nbsp;&nbsp; fmask=0775,dmask=0775<br>
<br>
the output was :<br>
oedha@The-ELF:/media$ sudo mount -a<br>
WARNING: CIFS mount option 'fmask' is deprecated. Use 'file_mode' instead.<br>
WARNING: CIFS mount option 'dmask' is deprecated. Use 'dir_mode' instead.<br>
Password: <br>
oedha@The-ELF:/media$ ls -l x<br>
<br>
-- and i changed to file_mode and dir_mode like below :<br>
//192.168.1.100/shared /media/x cifs rw,uid=root,gid=users,file_mode=0775,dir_mode=0775 0 0<br>
<br>
and still the same = ro mode<br>
<br>
You're right you do need the smbfs package installed, in order that the<br>
smbmount command is available.&nbsp; All of these options are available by<br>
looking at its manpage:<br>
<br>
&nbsp;&nbsp;&nbsp; man smbmount <br>
<br>
-- i have read this man before.....and tried the options out......but still...like usual...ro mode<br>
i wonder : is it related to the size ? since this x is up to 100Gb and my HD is only 60GB ( since linux made everything as file ), i also tried to point to the smallest folder.......it's the same result = ro mode<br>
<br>
<br>
thanks gavin........for being patient<br>
regards;<br>
~E~<br>
</font><br>
<div class="AOLPromoFooter">
<hr style="margin-top:10px;" />
More new features than ever.  Check out the new <a href="http://o.aolcdn.com/cdn.webmail.aol.com/mailtour/aol/en-us/text.htm?ncid=aimcmp00050000000001" target="_blank">AIM(R) Mail</a>!<br/>
</div>