|
|
第 1 帖 | |
|
|
标题: [FC6]用ntfs-3g解决ntfs挂载,以及移动硬盘NTFS分区自动挂载问题。可完美读写 ntfs-3g是一个用于读写NTFS分区的用户态文件系统(FUSE)。
优点是支持NTFS的完美读写,安装/配置简单,而且已经进入Fedora Extras。 缺点是因为是用户态文件系统,所以大量IO有明显的CPU资源占用。 FC6 步骤: 1、确认官方yum仓库可以使用,并无其他冲突的仓库存在 2、运行: 代码:
内容: 代码:
代码:
/dev/hda1 /mnt/c ntfs-3g defaults 0 0 #尝试移动硬盘的NTFS分区, 插入移动硬盘即可,并看下中文情况。 P.S:谁测试一下移动硬盘含有多个NTFS分区的情况,据HUAHUA说有问题
__________________
Lacrimosa: sony VGN-NR21S, Intel(R) Core(TM)2 Duo CPU T5450 @ 1.66GHz, 2G Memory, 250G Harddisk cocteau:NEC Versa E2000 256M plus HY512M DDR333,40G mojave:Athlon 1G,MSI KT133A,40G IBM腾龙(已阵亡), 160G segate, 256M+128M SD133 cl3 HY mail:hellwolf.misty AT gmail.com [url]http://hellwolf.cublog.cn/[/url] google talk:hellwolf.misty AT gmail.com 此帖于 06-10-28 14:06 被 hellwolf 编辑. |
|
|
|
|
|
|
|
第 2 帖 | |
|
|
哈哈 ,我正寻找解决之道呢!
谢谢~~ |
|
|
|
|
|
|
|
第 3 帖 | |
|
|
我用楼主的方法没有解决啊?不知道是怎么回事
|
|
|
|
|
|
|
|
第 4 帖 | ||
|
|
引用:
|
||
|
|
|
||
|
|
第 5 帖 | |
|
|
我再按楼主的方法试一下,看看情况如何吧
|
|
|
|
|
|
|
|
第 6 帖 | |
|
|
defaults,umask=000
|
|
|
|
|
|
|
|
第 7 帖 | |
|
|
确实不错。你今早给我搞的
![]() |
|
|
|
|
|
|
|
第 8 帖 | |
|
|
嘿嘿,好家伙...
|
|
|
|
|
|
|
|
第 9 帖 | |
|
|
移动硬盘的ntfs分区的加载是通过D-Bus从先由HAL处理再到gnome-mount挂到桌面上,其挂载的选项在gconf的
/system/storage/default_options/ntfs/mount_options键值中设置。 默认好像是umask=0222。 如果使用ntfs-3g而不是kmod-ntfs,建议与/system/storage/default_options/vfat/mount_options的键值相似,改为: [uid=] 这样系统的挂载方式就是(我猜): mount /dev/hdcX /media/xxx -o uid=XXX 当插入移动硬盘时,XXX就是当前用户的uid。这样操纵ntfs的移动硬盘的方式就和vfat格式的移动硬盘一致了。 P.S. gnome-umount 好像有个bug:中文label的移动介质(U盘,移动硬盘,光盘),介质自动挂载后,在卸载时会无法删除/media下的对应的中文临时目录。 还有,在SELinux强制模式下,可能需要更改一些执行文件(/sbin/mount.ntfs??)的安全上下文……
__________________
Lenovo Thinkpad X200+F10 |
|
|
|
|
|
|
|
第 10 帖 | |
|
|
楼主,当我设置了开机自动挂载的时候出现如下错误信息:fusermount: failed to open /dev/fuse: No such file or directory ,请问该怎么办?
|
|
|
|
|
|
|
|
第 11 帖 | |
|
|
问题已解决,取消 selinux就可以正常开机挂载
|
|
|
|
|
|
|
|
第 12 帖 | |
|
|
我的系统进行mount 时,报如下错误,请各位高手帮忙
Failed to mount '/dev/hda5': Operation not supported Mount is denied because the NTFS journal file is unclean. Choices are: A) Shutdown Windows properly. B) Click the 'Safely Remove Hardware' icon in the Windows taskbar notification area before disconnecting the device. C) Use 'Eject' from Windows Explorer to safely remove the device. D) If you ran chkdsk previously then boot Windows again which will automatically initialize the journal. E) Run 'ntfsfix' on Linux which will reset the NTFS journal. F) Mount the volume read-only by using the 'ro' mount option.
__________________
权势女人这东西,都得有命才能享受的 |
|
|
|
|
|
|
|
第 13 帖 | |
|
|
汗啊,原来是我的Windows 系统休眠造成的,这也能影响....
|
|
|
|
|
|
|
|
第 14 帖 | |
|
|
如果要挂载分区设置为只读,应该怎样mount? 谢谢
|
|
|
|
|
|
|
|
第 15 帖 | |
|
|
真的能写,哈哈,不错阿
|
|
|
|
|
|