När jag körde XP fryst sig hela datorn tills jag stängde av hårddisken, i Vista så händer det inget, får upp säker borttagning men det funkar inte.
Testade den nu i Linux, har försökt mounta med force på:
Kod: Markera allt
chrille@chrille-l:~$ sudo mount -t ntfs-3g /dev/sdb1 /media/extern -o force
$LogFile indicates unclean shutdown (0, 0)
WARNING: Forced mount, reset $LogFile.
ntfs_attr_pread: ntfs_pread failed: Input/output error
Failed to read NTFS $Bitmap: Input/output error
NTFS is either inconsistent, or you have hardware faults, or you have 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 you have SoftRAID/FakeRAID then first you must activate
it and mount a different device under the /dev/mapper/ directory, (e.g.
/dev/mapper/nvidia_eahaabcc1). Please see the 'dmraid' documentation
for the details.
Failed to sync device /dev/sdb1: Input/output error
Failed to close volume /dev/sdb1: Input/output error
Kod: Markera allt
chrille@chrille-l:~$ sudo ntfsfix /dev/sdb1
Mounting volume... 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)... Failed to empty $FILE_LogFile/$DATA: Input/output error.
FAILED
Failed to reset $LogFile: Input/output error.
chrille@chrille-l:~$ sudo mount -t ntfs-3g /dev/sdb1 /media/extern -o ro
Men då den är i read-only mode och fortfarande inte fungerar i Windows så gör den inte så mycket nytta.
Finns det något sätt att ordna till detta utan att behöva formatera den?