Hello everybody:
I beg your help. : )
The windows version is windows 2003, and I share a folder with full control 
permission. The folder name is "asdf". And I use the command to mount below:

mount -t smbfs -o username=administrator,password="",fmask=777,dmask=777  
//windows/asdf /mnt/winnt

everything is Ok, and I can use any user to do what i want in the /mnt/winnt/ 
in Linux, such as adding files, deleteing files, move and copy, but I cann't 
change the files permission in the /mnt/winnt , even the root. I use the 
command below:

chmod -x files

And I get a such error message:

chmod: changing permissions of 'a' (requested: 0666, actual: 0777): operation 
not permitted

How can I change the permission after I mounted the filesystem?
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba

Reply via email to