How to mount .img file created from ddrescue from failing hard drive
I've been following this tutorial which got me far enough to create an image file of my failing disc.
https://www.technibble.com/guide-using-ddrescue-recover-data/
I'm following step 3a, but I am greeted with an error that says:
"wrong fs type, bad option, bad superblock on /dev/loop8"
I followed the directions found at the following link to no avail:
Why do I get "wrong fs type, bad option, bad superblock" error?
I installed nfs-common, but it didn't help.
I then tried booting into windows and simply mounting the image through windows, and I'm getting a "The disc image is corrupted" error.
My guess is that I don't know what type of file system the disc image is. (It's off a friends computer, and all I know is that is was a Linux system) Maybe if I knew the file system type I could use this command with the proper trigger and it'd work?
sudo mount -t fstype -o loop,ro partition.img mountpoint
So, I guess my question is this. How can I look at the type of filesystem that the .img file is? Or, even better how can I mount this .img file so I can browse the files that I was able to recover (ddrescue reported 49% recovered) and just copy the ones that survived to another drive?
For what it's worth, I am only running Ubuntu on a Live USB, and therefore if I boot into Ubuntu again to do this, I'll have to reinstall any necessary programs etc. So, if you can help, the more you can spell out to me, the better! I'm an Ubuntu newb, so don't really know what I'm doing at all!
mount filesystem ddrescue
add a comment |
I've been following this tutorial which got me far enough to create an image file of my failing disc.
https://www.technibble.com/guide-using-ddrescue-recover-data/
I'm following step 3a, but I am greeted with an error that says:
"wrong fs type, bad option, bad superblock on /dev/loop8"
I followed the directions found at the following link to no avail:
Why do I get "wrong fs type, bad option, bad superblock" error?
I installed nfs-common, but it didn't help.
I then tried booting into windows and simply mounting the image through windows, and I'm getting a "The disc image is corrupted" error.
My guess is that I don't know what type of file system the disc image is. (It's off a friends computer, and all I know is that is was a Linux system) Maybe if I knew the file system type I could use this command with the proper trigger and it'd work?
sudo mount -t fstype -o loop,ro partition.img mountpoint
So, I guess my question is this. How can I look at the type of filesystem that the .img file is? Or, even better how can I mount this .img file so I can browse the files that I was able to recover (ddrescue reported 49% recovered) and just copy the ones that survived to another drive?
For what it's worth, I am only running Ubuntu on a Live USB, and therefore if I boot into Ubuntu again to do this, I'll have to reinstall any necessary programs etc. So, if you can help, the more you can spell out to me, the better! I'm an Ubuntu newb, so don't really know what I'm doing at all!
mount filesystem ddrescue
add a comment |
I've been following this tutorial which got me far enough to create an image file of my failing disc.
https://www.technibble.com/guide-using-ddrescue-recover-data/
I'm following step 3a, but I am greeted with an error that says:
"wrong fs type, bad option, bad superblock on /dev/loop8"
I followed the directions found at the following link to no avail:
Why do I get "wrong fs type, bad option, bad superblock" error?
I installed nfs-common, but it didn't help.
I then tried booting into windows and simply mounting the image through windows, and I'm getting a "The disc image is corrupted" error.
My guess is that I don't know what type of file system the disc image is. (It's off a friends computer, and all I know is that is was a Linux system) Maybe if I knew the file system type I could use this command with the proper trigger and it'd work?
sudo mount -t fstype -o loop,ro partition.img mountpoint
So, I guess my question is this. How can I look at the type of filesystem that the .img file is? Or, even better how can I mount this .img file so I can browse the files that I was able to recover (ddrescue reported 49% recovered) and just copy the ones that survived to another drive?
For what it's worth, I am only running Ubuntu on a Live USB, and therefore if I boot into Ubuntu again to do this, I'll have to reinstall any necessary programs etc. So, if you can help, the more you can spell out to me, the better! I'm an Ubuntu newb, so don't really know what I'm doing at all!
mount filesystem ddrescue
I've been following this tutorial which got me far enough to create an image file of my failing disc.
https://www.technibble.com/guide-using-ddrescue-recover-data/
I'm following step 3a, but I am greeted with an error that says:
"wrong fs type, bad option, bad superblock on /dev/loop8"
I followed the directions found at the following link to no avail:
Why do I get "wrong fs type, bad option, bad superblock" error?
I installed nfs-common, but it didn't help.
I then tried booting into windows and simply mounting the image through windows, and I'm getting a "The disc image is corrupted" error.
My guess is that I don't know what type of file system the disc image is. (It's off a friends computer, and all I know is that is was a Linux system) Maybe if I knew the file system type I could use this command with the proper trigger and it'd work?
sudo mount -t fstype -o loop,ro partition.img mountpoint
So, I guess my question is this. How can I look at the type of filesystem that the .img file is? Or, even better how can I mount this .img file so I can browse the files that I was able to recover (ddrescue reported 49% recovered) and just copy the ones that survived to another drive?
For what it's worth, I am only running Ubuntu on a Live USB, and therefore if I boot into Ubuntu again to do this, I'll have to reinstall any necessary programs etc. So, if you can help, the more you can spell out to me, the better! I'm an Ubuntu newb, so don't really know what I'm doing at all!
mount filesystem ddrescue
mount filesystem ddrescue
asked Jan 10 at 3:14
TrevzillaTrevzilla
11
11
add a comment |
add a comment |
0
active
oldest
votes
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%2f1108458%2fhow-to-mount-img-file-created-from-ddrescue-from-failing-hard-drive%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f1108458%2fhow-to-mount-img-file-created-from-ddrescue-from-failing-hard-drive%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