"An error occurred while accessing 'Seagate Backup Plus Drive', the system responded: The requested operation has failed.: Error mounting: mount exited with exit code 1: helper failed with: $MFTMirr does not match $MFT (record 0). Failed to mount '/dev/sdb1': 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"
That had my final research on it to start my business, I was hours away from finally starting up a business project, that was days of work and all kinds of one of a kind personal data on it I can't reproduce.
I'm using a live CD, version 2 something, and have no internal hard drive. What do I do?
External hard drive corrupted after power failure
-
- Ronin
- Posts: 1
- Joined: 21 Apr 2014, 10:28
- Distribution: porteus
- Location: US
-
- Full of knowledge
- Posts: 2006
- Joined: 17 Jun 2013, 13:17
- Distribution: Porteus 3.2.2 XFCE 32bit
- Location: Germany
Re: External hard drive corrupted after power failure
since it is NTFS, you may have the greatest luck using CHKDSK from a Windows installation.
http://wmarkito.wordpress.com/2010/12/2 ... -record-0/
http://wmarkito.wordpress.com/2010/12/2 ... -record-0/
- fanthom
- Moderator Team
- Posts: 5619
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
- Contact:
Re: External hard drive corrupted after power failure
@corrupteddata
if your data are really important then please do a backup of entire drive before you do anything with it. please connect second external drive and run:
where sdX is the faulty drive and sdY is the one used for a backup.
if dd interrupts while reading then you'll have to use ddrescue instead:
http://www.gnu.org/software/ddrescue/
once you have a backup done then please disconnect the faulty drive immediately and start performing recovery tasks on the backup image (do a copy of it first) and not the drive.
if your data are really important then please do a backup of entire drive before you do anything with it. please connect second external drive and run:
Code: Select all
dd if=/dev/sdX of=/mnt/sdY/backup.img
if dd interrupts while reading then you'll have to use ddrescue instead:
http://www.gnu.org/software/ddrescue/
once you have a backup done then please disconnect the faulty drive immediately and start performing recovery tasks on the backup image (do a copy of it first) and not the drive.
Please add [Solved] to your thread title if the solution was found.