Topic: [Solved] Trying to check my corrupted dual-booted Windows 10 partition
I tried to check my Windows 10 partition because it corrupted when I dual-booted my Windows 10 with Endeavour, but it just gave me the following error:
GParted 1.3.1
configuration --enable-libparted-dmraid --enable-online-resize
libparted 3.4
========================================
Device: /dev/sda
Model: ATA TOSHIBA MQ01ABF0
Serial: 97TLT5LYT
Sector size: 512
Total sectors: 976773168
Heads: 255
Sectors/track: 2
Cylinders: 1915241
Partition table: gpt
Partition Type Start End Flags Partition Name File System Label Mount Point
/dev/sda1 Primary 2048 1023999 hidden, diag Basic data partition ntfs Recovery
/dev/sda2 Primary 1024000 1228799 boot, esp EFI system partition fat32
/dev/sda3 Primary 1228800 1261567 msftres Microsoft reserved partition unknown
/dev/sda4 Primary 1261568 651020287 msftdata Basic data partition ntfs
/dev/sda8 Primary 651020288 659304447 swap linux-swap
/dev/sda6 Primary 659304448 660942847 boot, esp fat32 /boot/efi
/dev/sda7 Primary 660942848 975628287 ext4 /
/dev/sda5 Primary 975628288 976771071 hidden, diag ntfs
========================================
Check and repair file system (ntfs) on /dev/sda4 00:00:03 ( ERROR )
calibrate /dev/sda4 00:00:03 ( SUCCESS )
path: /dev/sda4 (partition)
start: 1261568
end: 651020287
size: 649758720 (309.83 GiB)
check file system on /dev/sda4 for errors and (if possible) fix them 00:00:00 ( ERROR )
ntfsresize -i -f -v '/dev/sda4' 00:00:00 ( ERROR )
ntfsresize v2017.3.23 (libntfs-3g)
Failed to read last sector (869509111): Invalid argument
HINTS: Either the volume is a RAID/LDM but it wasn't setup yet,
or it was not setup correctly (e.g. by not using mdadm --build ...),
or a wrong device is tried to be mounted,
or the partition table is corrupt (partition is smaller than NTFS),
or the NTFS boot sector is corrupt (NTFS size is not valid).
ERROR(22): Opening '/dev/sda4' as NTFS failed: Invalid argument
The device '/dev/sda4' doesn't have a valid NTFS.
Maybe you selected the wrong partition? Or the whole disk instead of a
partition (e.g. /dev/hda, not /dev/hda1)? This error might also occur
if the disk was incorrectly repartitioned (see the ntfsresize FAQ).
I also tried "Attempt Data Rescue" but it just gave me
No file systems found on /dev/sda
The disk scan by gpart did not find any recognizable file systems on the disk.
I'm new to Linux and I don't know what to do.