Kali Linux不能访问xx卷
Kali Linux不能访问**卷
我的系统是安装到u盘的,今天想访问我的主系统分区,结果不行了。
点击显示不能访问 73 GB 卷
Error mounting /dev/sdb6 at /media/root/82709A2C709A2747: Command-line `mount -t "ntfs" -o
"uhelper=udisks2,nodev,nosuid,uid=0,gid=0,dmask=0077,fmask=0177" "/dev/sdb6" "/media/root/82709A2C709A2747"'
exited with non-zero exit status 14: The disk contains an unclean file system (0, 0).
Metadata kept in Windows cache, refused to mount.
Failed to mount '/dev/sdb6': 不允许的操作
The NTFS partition is in an unsafe state. Please resume and shutdown
Windows fully (no hibernation or fast restarting), or mount the volume
read-only with the 'ro' mount option.
终端輸入 fdisk -l (sudo),显示
Disk /dev/sdb: 298.1 GiB, 320072933376 bytes, 625142448 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x9e14188d
Device Boot Start End Sectors Size Id Type
/dev/sdb12048 2459647 2457600 1.2G 7 HPFS/NTFS/exFAT
/dev/sdb2 * 2459648 307527679 305068032 145.5G 7 HPFS/NTFS/exFAT
/dev/sdb3 307529728 604659711 297129984 141.7G f W95 Ext'd (LBA)
/dev/sdb4 604659712 625139711 20480000 9.8G 7 HPFS/NTFS/exFAT
/dev/sdb5 307531776 461297663 153765888 73.3G 7 HPFS/NTFS/exFAT
/dev/sdb6 461301760 604659711 143357952 68.4G 7 HPFS/NTFS/exFAT
Partition table entries are not in disk order.
Disk /dev/sda: 223.6 GiB, 240057409536 bytes, 468862128 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x079c079b
Device Boot Start End Sectors Size Id Type
/dev/sda1 * 64 127863297 12786323461G 7 HPFS/NTFS/exFAT
/dev/sda2 127864832 128856063991232 484M 27 Hidden NTFS WinRE
/dev/sda3 128857472 468862127 340004656 162.1G 7 HPFS/NTFS/exFAT
Disk /dev/sdc: 29.1 GiB, 31212699648 bytes, 60962304 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x40d620d4
Device BootStart End Sectors Size Id Type
/dev/sdc1 *2048 58388479 58386432 27.9G 83 Linux
/dev/sdc2 58390526 60960767 2570242 1.2G 5 Extended
/dev/sdc5 58390528 60960767 2570240 1.2G 82 Linux swap / Solaris
**终端輸入ntfsfix /dev/sda5 (sudo) **
#5为WINDOWS分区
Mounting volume... The disk contains an unclean file system (0, 0).
Metadata kept in Windows cache, refused to mount.
FAILED
Attempting to correct errors...
Processing $MFT and $MFTMirr...
Reading $MFT... OK
Reading $MFTMirr... OK
Comparing $MFTMirr to $MFT... OK
Processing of $MFT and $MFTMirr completed successfully.
Setting required flags on partition... OK
Going to empty the journal ($LogFile)... OK
Checking the alternate boot sector... OK
NTFS volume version is 3.1.
NTFS partition /dev/sdb5 was processed successfully.
然后重新加载就行了。
最后由 不一样的少年 编辑于2016年05月17日 23:17