chkdsk e: /f /r 回车运行就表示修复e盘上的错误,并找到坏扇区恢复可读取的信息.
其它:
[Path} FileName]
指定需要 chkdsk 检查碎片整理的文件或文件集的位置和名称。使用
通配符(* 和 ?)可以指定多个文件。
/f
/v
当检查磁盘时,显示所有目录中每个文件的名称。
/r
找到
坏扇区并恢复可读取的信息。必须锁定磁盘。
/x
仅在 NTFS 上使用。如果必要,首先强制
卸载卷。该驱动器的所有打开句柄都无效。/x 还包含了/f 的功能。
/i
仅随 NTFS 使用。对索引项进行强度较小的检查,降低运行 chkdsk 的所用时间量。
/c
仅随 NTFS 使用。跳过文件夹结构中的周期检查,减少运行 chkdsk 所需的时间量。
/l[:size]
仅随 NTFS 使用。将日志文件的大小更改为由用户输入的大小。如果省略该参数,则 /l 会显示当前日志文件的大小。
/?
$ sudo ntfs-3g /dev/sdb2 ./sdb2 NTFS signature is missing. Failed to mount '/dev/sdb2': Invalid argument The device '/dev/sdb2' doesn't seem to have a valid NTFS. Maybe the wrong device is used? Or the whole disk instead of a partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around? $ $ sudo ntfs-3g /dev/sdb7 ./sdb7 ntfs_mst_post_read_fixup_warn: magic: 0x43425355 size: 4096 usa_ofs: 47152 usa_count: 48338: Invalid argument Actual VCN (0x8000053f79a0700) of index buffer is different from expected VCN (0x0). Failed to mount '/dev/sdb7': Input/output error NTFS is either inconsistent, or there is a hardware fault, or it's a SoftRAID/FakeRAID hardware. In the first case run chkdsk /f on Windows then reboot into Windows twice. The usage of the /f parameter is very important! If the device is a SoftRAID/FakeRAID then first activate it and mount a different device under the /dev/mapper/ directory, (e.g. /dev/mapper/nvidia_eahaabcc1). Please see the 'dmraid' documentation for more details.