当前位置: 技术问答>linux和unix
为什么不能更改mount后fat32分区的文件属性和所有权?
来源: 互联网 发布时间:2015-08-21
本文导语: 我有一个fat32分区,使用mount -t vfat /dev/hda1 winc 加载后里面的文件所有者都是root, 想改变所有权,用chown administrator:administrator film 出现错误提示: chown: changing ownership of `film': Operation not permitted 想改变文...
我有一个fat32分区,使用mount -t vfat /dev/hda1 winc 加载后里面的文件所有者都是root,
想改变所有权,用chown administrator:administrator film 出现错误提示:
chown: changing ownership of `film': Operation not permitted
想改变文件为可写时用chmod 777 film 出现错误提示:
chmod: changing permissions of `film' (requested: 0777, actual: 0755): Operation not permitted
请问怎样才能更改这个分区的文件/文件夹属性和所有者?
想改变所有权,用chown administrator:administrator film 出现错误提示:
chown: changing ownership of `film': Operation not permitted
想改变文件为可写时用chmod 777 film 出现错误提示:
chmod: changing permissions of `film' (requested: 0777, actual: 0755): Operation not permitted
请问怎样才能更改这个分区的文件/文件夹属性和所有者?
|
mount -t vfat -o umask=000 /dev/hda1 winc
用umask作屏蔽即可,如上意为 权限777
用umask作屏蔽即可,如上意为 权限777
|
administrator 是你建立的组和用户?没有的话,建立
|
另外 ,你是root?
而且,fat32是否只读(虽然不太可能)?
而且,fat32是否只读(虽然不太可能)?
您可能感兴趣的文章:
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。