Displaying 1 result from an estimated 1 matches for "3d777".
Did you mean:
3777
2006 Jun 02
0
How to change permistion after mounting windows patition
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=3Dadministrator,password=3D"",fmask=3D777,dmask=3D777 =
//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:
chm...