ntfs 3g 挂载失败

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
回复
wan_2004
帖子: 41
注册时间: 2007-06-02 17:20

ntfs 3g 挂载失败

#1

帖子 wan_2004 » 2007-06-10 11:44

ntfs 3g 挂载失败
==
挂载 /media/c 失败。

$LogFile indicates unclean shutdown (0, 0)
Failed to mount '/dev/sda5': Operation not supported
Mount is denied because NTFS logfile is unclean. Choose one action:
Boot Windows and shutdown it cleanly, or if you have a removable
device then click the 'Safely Remove Hardware' icon in the Windows
taskbar notification area before disconnecting it.
Or
Run ntfsfix version 1.13.1 on Linux unless you have Vista.
Or
Mount the NTFS volume with the 'ro' option in read-only mode.
andrew_t
帖子: 614
注册时间: 2006-12-14 3:00

Re: ntfs 3g 挂载失败

#2

帖子 andrew_t » 2007-06-10 12:20

wan_2004 写了:ntfs 3g 挂载失败
==
挂载 /media/c 失败。

$LogFile indicates unclean shutdown (0, 0)
Failed to mount '/dev/sda5': Operation not supported
Mount is denied because NTFS logfile is unclean. Choose one action:
Boot Windows and shutdown it cleanly, or if you have a removable
device then click the 'Safely Remove Hardware' icon in the Windows
taskbar notification area before disconnecting it.
Or
Run ntfsfix version 1.13.1 on Linux unless you have Vista.
Or
Mount the NTFS volume with the 'ro' option in read-only mode.
移动硬盘把?
其实提示信息说的很清楚了,Mount is denied because NTFS logfile is unclean,一般都是因为在windows下不安全的拔出引起的。解决办法后面也说了,第一种就是插入到windows机器上,然后安全拔出就可以了。第二种我没试过,应该是运行ntfsfix程序。
wan_2004
帖子: 41
注册时间: 2007-06-02 17:20

#3

帖子 wan_2004 » 2007-06-10 12:50

谢谢
wan_2004
帖子: 41
注册时间: 2007-06-02 17:20

#4

帖子 wan_2004 » 2007-06-10 12:52

我用的7.04般他把我硬盘认成了SCSI的
我的 是PATA的 我晕
XDG3669
帖子: 380
注册时间: 2006-07-10 22:50

#5

帖子 XDG3669 » 2007-06-10 22:34

看来对ntfs读写仍然不够稳定!
andrew_t
帖子: 614
注册时间: 2006-12-14 3:00

#6

帖子 andrew_t » 2007-06-10 23:47

wan_2004 写了:我用的7.04般他把我硬盘认成了SCSI的
我的 是PATA的 我晕
这个新的驱动统一识别硬盘我觉得挺好啊
edelweiss
帖子: 97
注册时间: 2006-12-17 13:52

#7

帖子 edelweiss » 2007-06-11 10:24

If you get this error :
Code:
LogFile indicates unclean shutdown (0, 0)
Failed to mount '/dev/hdc1': Operation not supported
Mount is denied because NTFS logfile is unclean. Choose one action:
Boot Windows and shutdown it cleanly, or if you have a removable
device then click the 'Safely Remove Hardware' icon in the Windows
taskbar notification area before disconnecting it.
Or
Run 'ntfsfix' on Linux unless you have Vista, then mount NTFS with
the 'force' option read-write, or with the 'ro' option read-only.
Or
Mount the NTFS volume with the 'ro' option in read-only mode.

boot windows, and then shutdown and boot ubuntu (100% guarentee of success).
If you don't dual boot, get ntfsfix from the ntfsprogs package, run it on the windows device, and add the 'force' option in /etc/fstab for your windows device.
这是在一个外国网站上看到的,关键是安装ntfsprogs,然后再运行ntfsfix
以下是我在fstab文件的修改

代码: 全选

UUID=DE78386C78384595 /Files ntfs-3g   silent,umask=0,locale=zh_CN.utf8,uid=1000,gid=100 0 0
wan_2004
帖子: 41
注册时间: 2007-06-02 17:20

#8

帖子 wan_2004 » 2007-06-12 12:32

我知道原因了
因为我在 WIN下非正常关机(停电了)所以才不认的 我还特地试了一下
用磁盘工具修复一下就好了
回复