分页: 1 / 1

ntfs 3g 挂载失败

发表于 : 2007-06-10 11:44
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.

Re: ntfs 3g 挂载失败

发表于 : 2007-06-10 12:20
andrew_t
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程序。

发表于 : 2007-06-10 12:50
wan_2004
谢谢

发表于 : 2007-06-10 12:52
wan_2004
我用的7.04般他把我硬盘认成了SCSI的
我的 是PATA的 我晕

发表于 : 2007-06-10 22:34
XDG3669
看来对ntfs读写仍然不够稳定!

发表于 : 2007-06-10 23:47
andrew_t
wan_2004 写了:我用的7.04般他把我硬盘认成了SCSI的
我的 是PATA的 我晕
这个新的驱动统一识别硬盘我觉得挺好啊

发表于 : 2007-06-11 10:24
edelweiss
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

发表于 : 2007-06-12 12:32
wan_2004
我知道原因了
因为我在 WIN下非正常关机(停电了)所以才不认的 我还特地试了一下
用磁盘工具修复一下就好了