Unable to mount external hard drive - Damaged file system and MFT
I get the following error when i try to mount my external hard drive.
UNABLE TO MOUNT
Error mounting /dev/sdc1 at /media/khalibloo/Khalibloo2: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,dmask=0077,fmask=0177" "/dev/sdc1" "/media/khalibloo/Khalibloo2"' exited with non-zero exit status 13: ntfs_attr_pread_i: ntfs_pread failed: Input/output error
Failed to read of MFT, mft=6 count=1 br=-1: Input/output error
Failed to open inode FILE_Bitmap: Input/output error
Failed to mount '/dev/sdc1': 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 frst 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.
It doesn't mount on windows either:
I/O Device error
it's an ntfs hard drive with a single partition
Of course, i tried chkdsk /f
, it reported several file segments as unreadable, but didn't say whether it fixed them or not (apparently not). also tried with the /b
flag.
ntfsfix
reported the volume as corrupt.
TestDisk
was able to fix a small error with the partition table by adding the "80" flag for the active (only) partition. TestDisk also confirmed that the boot sector was fine and it matched the backup. However, when attempting to repair the MFT, it couldn't read the MFT. It also couldn't list the files on the hard drive. It says file system may be damaged.
Active@ also shows that MFT is missing or corrupt.
I tried replacing the USB cable. Didn't change anything.
I tried to update the driver. Windows reported that it was already up to date.
Yes, the driver was enabled.
So how do I fix the file system? or the MFT? or the I/O device error?
UPDATE:
I noticed that with each try, chkdsk /f
goes a bit further, so I kept trying until i got to a point where it says
Insufficient disk space to hotfix unreadable system file 4
Since I can't access the files on the drive, there's no way to free up any space.
So I thought that perhaps I could format the drive partially to free up some space, and retry chkdsk /f
. Do you think that could work? Or will it just cause more problems to interrupt a format process?
mount hard-drive
add a comment |
I get the following error when i try to mount my external hard drive.
UNABLE TO MOUNT
Error mounting /dev/sdc1 at /media/khalibloo/Khalibloo2: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,dmask=0077,fmask=0177" "/dev/sdc1" "/media/khalibloo/Khalibloo2"' exited with non-zero exit status 13: ntfs_attr_pread_i: ntfs_pread failed: Input/output error
Failed to read of MFT, mft=6 count=1 br=-1: Input/output error
Failed to open inode FILE_Bitmap: Input/output error
Failed to mount '/dev/sdc1': 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 frst 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.
It doesn't mount on windows either:
I/O Device error
it's an ntfs hard drive with a single partition
Of course, i tried chkdsk /f
, it reported several file segments as unreadable, but didn't say whether it fixed them or not (apparently not). also tried with the /b
flag.
ntfsfix
reported the volume as corrupt.
TestDisk
was able to fix a small error with the partition table by adding the "80" flag for the active (only) partition. TestDisk also confirmed that the boot sector was fine and it matched the backup. However, when attempting to repair the MFT, it couldn't read the MFT. It also couldn't list the files on the hard drive. It says file system may be damaged.
Active@ also shows that MFT is missing or corrupt.
I tried replacing the USB cable. Didn't change anything.
I tried to update the driver. Windows reported that it was already up to date.
Yes, the driver was enabled.
So how do I fix the file system? or the MFT? or the I/O device error?
UPDATE:
I noticed that with each try, chkdsk /f
goes a bit further, so I kept trying until i got to a point where it says
Insufficient disk space to hotfix unreadable system file 4
Since I can't access the files on the drive, there's no way to free up any space.
So I thought that perhaps I could format the drive partially to free up some space, and retry chkdsk /f
. Do you think that could work? Or will it just cause more problems to interrupt a format process?
mount hard-drive
add a comment |
I get the following error when i try to mount my external hard drive.
UNABLE TO MOUNT
Error mounting /dev/sdc1 at /media/khalibloo/Khalibloo2: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,dmask=0077,fmask=0177" "/dev/sdc1" "/media/khalibloo/Khalibloo2"' exited with non-zero exit status 13: ntfs_attr_pread_i: ntfs_pread failed: Input/output error
Failed to read of MFT, mft=6 count=1 br=-1: Input/output error
Failed to open inode FILE_Bitmap: Input/output error
Failed to mount '/dev/sdc1': 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 frst 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.
It doesn't mount on windows either:
I/O Device error
it's an ntfs hard drive with a single partition
Of course, i tried chkdsk /f
, it reported several file segments as unreadable, but didn't say whether it fixed them or not (apparently not). also tried with the /b
flag.
ntfsfix
reported the volume as corrupt.
TestDisk
was able to fix a small error with the partition table by adding the "80" flag for the active (only) partition. TestDisk also confirmed that the boot sector was fine and it matched the backup. However, when attempting to repair the MFT, it couldn't read the MFT. It also couldn't list the files on the hard drive. It says file system may be damaged.
Active@ also shows that MFT is missing or corrupt.
I tried replacing the USB cable. Didn't change anything.
I tried to update the driver. Windows reported that it was already up to date.
Yes, the driver was enabled.
So how do I fix the file system? or the MFT? or the I/O device error?
UPDATE:
I noticed that with each try, chkdsk /f
goes a bit further, so I kept trying until i got to a point where it says
Insufficient disk space to hotfix unreadable system file 4
Since I can't access the files on the drive, there's no way to free up any space.
So I thought that perhaps I could format the drive partially to free up some space, and retry chkdsk /f
. Do you think that could work? Or will it just cause more problems to interrupt a format process?
mount hard-drive
I get the following error when i try to mount my external hard drive.
UNABLE TO MOUNT
Error mounting /dev/sdc1 at /media/khalibloo/Khalibloo2: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,dmask=0077,fmask=0177" "/dev/sdc1" "/media/khalibloo/Khalibloo2"' exited with non-zero exit status 13: ntfs_attr_pread_i: ntfs_pread failed: Input/output error
Failed to read of MFT, mft=6 count=1 br=-1: Input/output error
Failed to open inode FILE_Bitmap: Input/output error
Failed to mount '/dev/sdc1': 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 frst 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.
It doesn't mount on windows either:
I/O Device error
it's an ntfs hard drive with a single partition
Of course, i tried chkdsk /f
, it reported several file segments as unreadable, but didn't say whether it fixed them or not (apparently not). also tried with the /b
flag.
ntfsfix
reported the volume as corrupt.
TestDisk
was able to fix a small error with the partition table by adding the "80" flag for the active (only) partition. TestDisk also confirmed that the boot sector was fine and it matched the backup. However, when attempting to repair the MFT, it couldn't read the MFT. It also couldn't list the files on the hard drive. It says file system may be damaged.
Active@ also shows that MFT is missing or corrupt.
I tried replacing the USB cable. Didn't change anything.
I tried to update the driver. Windows reported that it was already up to date.
Yes, the driver was enabled.
So how do I fix the file system? or the MFT? or the I/O device error?
UPDATE:
I noticed that with each try, chkdsk /f
goes a bit further, so I kept trying until i got to a point where it says
Insufficient disk space to hotfix unreadable system file 4
Since I can't access the files on the drive, there's no way to free up any space.
So I thought that perhaps I could format the drive partially to free up some space, and retry chkdsk /f
. Do you think that could work? Or will it just cause more problems to interrupt a format process?
mount hard-drive
mount hard-drive
edited Jun 7 '14 at 1:24
Virusboy
1,34611320
1,34611320
asked Jun 1 '14 at 9:34
Khalifa Abbas LameKhalifa Abbas Lame
113
113
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Here is a link to another resource that may be of help to you, in particular the section on trouble-shooting connectivity. :
https://help.ubuntu.com/community/Mount/USB
It offers several options for narrowing down the issue, and potential causes, include interfering services, an unclean log-file, and improper user permissions, to name a few.
And this link to another post on the forum, goes through a process to repair an NTFS 500gb external hard drive filesystem, similar to your issue. They suggest running chkdsk /f on the drive in question on a Windows OS (as NTFS is primarily a Windows file-system, by my understanding). :
http://ubuntuforums.org/showthread.php?t=1605850
Another post in the forum for resolving issues with NTFS externals and Ubuntu. :
How can I use Ubuntu to rescue files from an NTFS drive?
Amended:
according to this, some alternatives include Active@ UNERASER for DOS or Active@ File Recovery for Windows for serious MFT damage. Now, they are third-party software, so be fore-warned. I've never used the mentioned software, and make no claims to their functionality, but they are options you could explore.
Alternative:
Should the above not help you, this may help you. It is a link to a resource I suggested in another answer about backing up filesystem volumes, so that they can be reformatted. May be of use to you.
If none of the above solutions resolve you issue, this contains, among other things, links to commercial software you could explore as options. I've never used the listed software in those links, but I believe they are worth looking into, at least. If no free software has resolved your issue yet, then sometimes, you get what you pay for.
thanks, but from what i gather, MTP is a protocol for phones, right? This is a 500GB external hard drive. A USB mass storage device and i've been using it for months now (both on ubuntu and windows). here's the product page toshiba.co.uk/hard-drives/portable/store-basics/hdtb105ek3aa
– Khalifa Abbas Lame
Jun 1 '14 at 12:06
I see, I misread your question, please see my amended answer.
– SonOfEntropy
Jun 1 '14 at 17:38
Thanks for the links. I've already tried all the relevant steps from those posts. I've tried chkdsk /f, ntfsfix, etc. The second link you gave came close to my issue, but it seems his MFT was undamaged. Mine is damaged, and i don't know how to restore from the MFT mirror.
– Khalifa Abbas Lame
Jun 1 '14 at 21:26
See the Amended section in my answer, offering two alternatives for file recovery.
– SonOfEntropy
Jun 1 '14 at 21:44
Ok, I tried Active@ file recovery. Couldn't even recover a single file. However, i just discovered that with each attempt, chkdsk /f goes a bit further. I'll keep trying; perhaps it will eventually fix the issues.
– Khalifa Abbas Lame
Jun 2 '14 at 9:45
|
show 5 more comments
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f475196%2funable-to-mount-external-hard-drive-damaged-file-system-and-mft%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Here is a link to another resource that may be of help to you, in particular the section on trouble-shooting connectivity. :
https://help.ubuntu.com/community/Mount/USB
It offers several options for narrowing down the issue, and potential causes, include interfering services, an unclean log-file, and improper user permissions, to name a few.
And this link to another post on the forum, goes through a process to repair an NTFS 500gb external hard drive filesystem, similar to your issue. They suggest running chkdsk /f on the drive in question on a Windows OS (as NTFS is primarily a Windows file-system, by my understanding). :
http://ubuntuforums.org/showthread.php?t=1605850
Another post in the forum for resolving issues with NTFS externals and Ubuntu. :
How can I use Ubuntu to rescue files from an NTFS drive?
Amended:
according to this, some alternatives include Active@ UNERASER for DOS or Active@ File Recovery for Windows for serious MFT damage. Now, they are third-party software, so be fore-warned. I've never used the mentioned software, and make no claims to their functionality, but they are options you could explore.
Alternative:
Should the above not help you, this may help you. It is a link to a resource I suggested in another answer about backing up filesystem volumes, so that they can be reformatted. May be of use to you.
If none of the above solutions resolve you issue, this contains, among other things, links to commercial software you could explore as options. I've never used the listed software in those links, but I believe they are worth looking into, at least. If no free software has resolved your issue yet, then sometimes, you get what you pay for.
thanks, but from what i gather, MTP is a protocol for phones, right? This is a 500GB external hard drive. A USB mass storage device and i've been using it for months now (both on ubuntu and windows). here's the product page toshiba.co.uk/hard-drives/portable/store-basics/hdtb105ek3aa
– Khalifa Abbas Lame
Jun 1 '14 at 12:06
I see, I misread your question, please see my amended answer.
– SonOfEntropy
Jun 1 '14 at 17:38
Thanks for the links. I've already tried all the relevant steps from those posts. I've tried chkdsk /f, ntfsfix, etc. The second link you gave came close to my issue, but it seems his MFT was undamaged. Mine is damaged, and i don't know how to restore from the MFT mirror.
– Khalifa Abbas Lame
Jun 1 '14 at 21:26
See the Amended section in my answer, offering two alternatives for file recovery.
– SonOfEntropy
Jun 1 '14 at 21:44
Ok, I tried Active@ file recovery. Couldn't even recover a single file. However, i just discovered that with each attempt, chkdsk /f goes a bit further. I'll keep trying; perhaps it will eventually fix the issues.
– Khalifa Abbas Lame
Jun 2 '14 at 9:45
|
show 5 more comments
Here is a link to another resource that may be of help to you, in particular the section on trouble-shooting connectivity. :
https://help.ubuntu.com/community/Mount/USB
It offers several options for narrowing down the issue, and potential causes, include interfering services, an unclean log-file, and improper user permissions, to name a few.
And this link to another post on the forum, goes through a process to repair an NTFS 500gb external hard drive filesystem, similar to your issue. They suggest running chkdsk /f on the drive in question on a Windows OS (as NTFS is primarily a Windows file-system, by my understanding). :
http://ubuntuforums.org/showthread.php?t=1605850
Another post in the forum for resolving issues with NTFS externals and Ubuntu. :
How can I use Ubuntu to rescue files from an NTFS drive?
Amended:
according to this, some alternatives include Active@ UNERASER for DOS or Active@ File Recovery for Windows for serious MFT damage. Now, they are third-party software, so be fore-warned. I've never used the mentioned software, and make no claims to their functionality, but they are options you could explore.
Alternative:
Should the above not help you, this may help you. It is a link to a resource I suggested in another answer about backing up filesystem volumes, so that they can be reformatted. May be of use to you.
If none of the above solutions resolve you issue, this contains, among other things, links to commercial software you could explore as options. I've never used the listed software in those links, but I believe they are worth looking into, at least. If no free software has resolved your issue yet, then sometimes, you get what you pay for.
thanks, but from what i gather, MTP is a protocol for phones, right? This is a 500GB external hard drive. A USB mass storage device and i've been using it for months now (both on ubuntu and windows). here's the product page toshiba.co.uk/hard-drives/portable/store-basics/hdtb105ek3aa
– Khalifa Abbas Lame
Jun 1 '14 at 12:06
I see, I misread your question, please see my amended answer.
– SonOfEntropy
Jun 1 '14 at 17:38
Thanks for the links. I've already tried all the relevant steps from those posts. I've tried chkdsk /f, ntfsfix, etc. The second link you gave came close to my issue, but it seems his MFT was undamaged. Mine is damaged, and i don't know how to restore from the MFT mirror.
– Khalifa Abbas Lame
Jun 1 '14 at 21:26
See the Amended section in my answer, offering two alternatives for file recovery.
– SonOfEntropy
Jun 1 '14 at 21:44
Ok, I tried Active@ file recovery. Couldn't even recover a single file. However, i just discovered that with each attempt, chkdsk /f goes a bit further. I'll keep trying; perhaps it will eventually fix the issues.
– Khalifa Abbas Lame
Jun 2 '14 at 9:45
|
show 5 more comments
Here is a link to another resource that may be of help to you, in particular the section on trouble-shooting connectivity. :
https://help.ubuntu.com/community/Mount/USB
It offers several options for narrowing down the issue, and potential causes, include interfering services, an unclean log-file, and improper user permissions, to name a few.
And this link to another post on the forum, goes through a process to repair an NTFS 500gb external hard drive filesystem, similar to your issue. They suggest running chkdsk /f on the drive in question on a Windows OS (as NTFS is primarily a Windows file-system, by my understanding). :
http://ubuntuforums.org/showthread.php?t=1605850
Another post in the forum for resolving issues with NTFS externals and Ubuntu. :
How can I use Ubuntu to rescue files from an NTFS drive?
Amended:
according to this, some alternatives include Active@ UNERASER for DOS or Active@ File Recovery for Windows for serious MFT damage. Now, they are third-party software, so be fore-warned. I've never used the mentioned software, and make no claims to their functionality, but they are options you could explore.
Alternative:
Should the above not help you, this may help you. It is a link to a resource I suggested in another answer about backing up filesystem volumes, so that they can be reformatted. May be of use to you.
If none of the above solutions resolve you issue, this contains, among other things, links to commercial software you could explore as options. I've never used the listed software in those links, but I believe they are worth looking into, at least. If no free software has resolved your issue yet, then sometimes, you get what you pay for.
Here is a link to another resource that may be of help to you, in particular the section on trouble-shooting connectivity. :
https://help.ubuntu.com/community/Mount/USB
It offers several options for narrowing down the issue, and potential causes, include interfering services, an unclean log-file, and improper user permissions, to name a few.
And this link to another post on the forum, goes through a process to repair an NTFS 500gb external hard drive filesystem, similar to your issue. They suggest running chkdsk /f on the drive in question on a Windows OS (as NTFS is primarily a Windows file-system, by my understanding). :
http://ubuntuforums.org/showthread.php?t=1605850
Another post in the forum for resolving issues with NTFS externals and Ubuntu. :
How can I use Ubuntu to rescue files from an NTFS drive?
Amended:
according to this, some alternatives include Active@ UNERASER for DOS or Active@ File Recovery for Windows for serious MFT damage. Now, they are third-party software, so be fore-warned. I've never used the mentioned software, and make no claims to their functionality, but they are options you could explore.
Alternative:
Should the above not help you, this may help you. It is a link to a resource I suggested in another answer about backing up filesystem volumes, so that they can be reformatted. May be of use to you.
If none of the above solutions resolve you issue, this contains, among other things, links to commercial software you could explore as options. I've never used the listed software in those links, but I believe they are worth looking into, at least. If no free software has resolved your issue yet, then sometimes, you get what you pay for.
edited Apr 13 '17 at 12:24
Community♦
1
1
answered Jun 1 '14 at 9:55
SonOfEntropySonOfEntropy
35319
35319
thanks, but from what i gather, MTP is a protocol for phones, right? This is a 500GB external hard drive. A USB mass storage device and i've been using it for months now (both on ubuntu and windows). here's the product page toshiba.co.uk/hard-drives/portable/store-basics/hdtb105ek3aa
– Khalifa Abbas Lame
Jun 1 '14 at 12:06
I see, I misread your question, please see my amended answer.
– SonOfEntropy
Jun 1 '14 at 17:38
Thanks for the links. I've already tried all the relevant steps from those posts. I've tried chkdsk /f, ntfsfix, etc. The second link you gave came close to my issue, but it seems his MFT was undamaged. Mine is damaged, and i don't know how to restore from the MFT mirror.
– Khalifa Abbas Lame
Jun 1 '14 at 21:26
See the Amended section in my answer, offering two alternatives for file recovery.
– SonOfEntropy
Jun 1 '14 at 21:44
Ok, I tried Active@ file recovery. Couldn't even recover a single file. However, i just discovered that with each attempt, chkdsk /f goes a bit further. I'll keep trying; perhaps it will eventually fix the issues.
– Khalifa Abbas Lame
Jun 2 '14 at 9:45
|
show 5 more comments
thanks, but from what i gather, MTP is a protocol for phones, right? This is a 500GB external hard drive. A USB mass storage device and i've been using it for months now (both on ubuntu and windows). here's the product page toshiba.co.uk/hard-drives/portable/store-basics/hdtb105ek3aa
– Khalifa Abbas Lame
Jun 1 '14 at 12:06
I see, I misread your question, please see my amended answer.
– SonOfEntropy
Jun 1 '14 at 17:38
Thanks for the links. I've already tried all the relevant steps from those posts. I've tried chkdsk /f, ntfsfix, etc. The second link you gave came close to my issue, but it seems his MFT was undamaged. Mine is damaged, and i don't know how to restore from the MFT mirror.
– Khalifa Abbas Lame
Jun 1 '14 at 21:26
See the Amended section in my answer, offering two alternatives for file recovery.
– SonOfEntropy
Jun 1 '14 at 21:44
Ok, I tried Active@ file recovery. Couldn't even recover a single file. However, i just discovered that with each attempt, chkdsk /f goes a bit further. I'll keep trying; perhaps it will eventually fix the issues.
– Khalifa Abbas Lame
Jun 2 '14 at 9:45
thanks, but from what i gather, MTP is a protocol for phones, right? This is a 500GB external hard drive. A USB mass storage device and i've been using it for months now (both on ubuntu and windows). here's the product page toshiba.co.uk/hard-drives/portable/store-basics/hdtb105ek3aa
– Khalifa Abbas Lame
Jun 1 '14 at 12:06
thanks, but from what i gather, MTP is a protocol for phones, right? This is a 500GB external hard drive. A USB mass storage device and i've been using it for months now (both on ubuntu and windows). here's the product page toshiba.co.uk/hard-drives/portable/store-basics/hdtb105ek3aa
– Khalifa Abbas Lame
Jun 1 '14 at 12:06
I see, I misread your question, please see my amended answer.
– SonOfEntropy
Jun 1 '14 at 17:38
I see, I misread your question, please see my amended answer.
– SonOfEntropy
Jun 1 '14 at 17:38
Thanks for the links. I've already tried all the relevant steps from those posts. I've tried chkdsk /f, ntfsfix, etc. The second link you gave came close to my issue, but it seems his MFT was undamaged. Mine is damaged, and i don't know how to restore from the MFT mirror.
– Khalifa Abbas Lame
Jun 1 '14 at 21:26
Thanks for the links. I've already tried all the relevant steps from those posts. I've tried chkdsk /f, ntfsfix, etc. The second link you gave came close to my issue, but it seems his MFT was undamaged. Mine is damaged, and i don't know how to restore from the MFT mirror.
– Khalifa Abbas Lame
Jun 1 '14 at 21:26
See the Amended section in my answer, offering two alternatives for file recovery.
– SonOfEntropy
Jun 1 '14 at 21:44
See the Amended section in my answer, offering two alternatives for file recovery.
– SonOfEntropy
Jun 1 '14 at 21:44
Ok, I tried Active@ file recovery. Couldn't even recover a single file. However, i just discovered that with each attempt, chkdsk /f goes a bit further. I'll keep trying; perhaps it will eventually fix the issues.
– Khalifa Abbas Lame
Jun 2 '14 at 9:45
Ok, I tried Active@ file recovery. Couldn't even recover a single file. However, i just discovered that with each attempt, chkdsk /f goes a bit further. I'll keep trying; perhaps it will eventually fix the issues.
– Khalifa Abbas Lame
Jun 2 '14 at 9:45
|
show 5 more comments
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f475196%2funable-to-mount-external-hard-drive-damaged-file-system-and-mft%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown