首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 操作系统 > UNIXLINUX >

ntfs不支持写入?该怎么解决

2012-03-14 
ntfs不支持写入?已经选上了* NTFS file system support[*]NTFS write support执行mount -t ntfs -o nls

ntfs不支持写入?
已经选上了
  <*> NTFS file system support  
  [*] NTFS write support  
执行mount -t ntfs -o nls=utf8 /dev/sda3 /mtd挂载没问题
但是写文件就不行。

[解决办法]
ntfs 方式挂载是只读的, 想要可读写,要使用 

ntfs-3g 命令来挂载。
[解决办法]
man ntfs-3g
那个安装选项应当是 mount -t ntfs-3g -o locale=<...>
不要用nls

热点排行