為什么chmod無法更改fat32分區(qū)文件權(quán)限!
為什么chmod無法更改fat32分區(qū)文件權(quán)限!
而改ext2分區(qū)上的文件倒是可以的?。。?br>
我是在自建 user1帳戶中使用chmod命令?。?!
/mnt/wine是我的fat32分區(qū)
[user1@localhost ~]$ su
口令:
[root@localhost user1]# cd /mnt/wine
[root@localhost wine]# cd movie
[root@localhost movie]# ls -l 1.wma
-rwxr-xr-x 1 root root 432819 2001-01-01 1.wma
[root@localhost movie]# chmod -c 777 1.wma
“1.wma” 的權(quán)限模式已更改為 0777 (rwxrwxrwx)
[root@localhost movie]# ls -l 1.wma
-rwxr-xr-x 1 root root 432819 2001-01-01 1.wma
#上面是在我的fat32分區(qū)上文件屬性,并沒有改變權(quán)限!!
[root@localhost movie]# cd /tmp
[root@localhost tmp]# ls -l mapping-root
srwxr-xr-x 1 root root 0 03-16 17:01 mapping-root
[root@localhost tmp]# chmod -c 777 mapping-root
“mapping-root” 的權(quán)限模式已更改為 0777 (rwxrwxrwx)
[root@localhost tmp]# ls -l mapping-root
srwxrwxrwx 1 root root 0 03-16 17:01 mapping-root
#上面是在我的ext2分區(qū)上的,即根目錄下的tmp文件夾下,就可以改變權(quán)限?。。?/font>
在fstab文件中,我用了user,rw參數(shù)也不行!??!
/dev/hdb1 /mnt/wine vfat user,rw,codepage=936,iocharset=cp936 0 0
怎么辦,各位大俠!?。?
本站僅提供存儲服務(wù),所有內(nèi)容均由用戶發(fā)布,如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請
點擊舉報。