After I executed:
ntfsfix /dev/sda1
It gets stuck.
The last output line in the Terminal is:
Going to empty the journal ($LogFile)... OK
And a blinking cursor.
Mounting ro is possible, File system seems to be OK but Windows can't start.
:
root@sysresccd /root % ntfsfix /dev/sda1
Mounting volume... The disk contains an unclean file system (0, 0).
Metadata kept in Windows cache, refused to mount.
Failed to sync device /dev/sda1: Input/output error
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
Failed to sync device /dev/sda1: Input/output error
Failed to fsync device /dev/sda1: Input/output error
Checking the alternate boot sector... OK
NTFS volume version is 3.1.
NTFS partition /dev/sda1 was processed successfully.
Failed to sync device /dev/sda1: Input/output error
Failed to fsync device /dev/sda1: Input/output error
Failed to unmount partition
root@sysresccd /root %
Booting a windows rescue cd and executing something resutls in errors. Chkdsk in an I/O error.
The disk is a SSD an in good conditions (CrystalDiskInfo)
Failed to sync device /dev/sda1: Input/output error
here. Also, When tryingchkdisk
via a windows recovery disk, it told me that chkdisk can not be run on RAW partitions. – Ruzihm Apr 19 '19 at 17:59