|
|
双系统,用ghost 恢复一遍后,开机,就是不能加载 ntfs 分区
用: mount -t ntfs -o umask=000,nls=utf8 /dev/sda1 /mnt/windowsc
在恢复以前能用现在就是不行了,出现如下错误提示: mount -t ntfs -o umask=000,nls=utf8 /dev/sda1 /mnt/windowsc
$LogFile indicates unclean shutdown (0, 0)
Failed to mount '/dev/sda1': 不支持的操作
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. |
|