exited with non-zero exit status 32: mount: wrong fs type, bad option, bad superblock on /dev/sdb7
I have a laptop hard disk which had dual boot of Ubuntu and Windows. Now I want to use it as an external disk. I used 2.5" case an used the USB cable to mount but it is unable to mount the ubuntu file system. its mounting windows partitions but not ubuntu.
I don't know what is the problem. I don't want to delete the data from ubuntu.
When I plug the disk it is showing the above image error.
And when I try to run:
sudo fsck /dev/sdb7
sudo fsck /dev/sdb7
I am getting the following errors:
Is there anything I can do to solve these issues?
boot dual-boot partitioning mount hard-drive
add a comment |
I have a laptop hard disk which had dual boot of Ubuntu and Windows. Now I want to use it as an external disk. I used 2.5" case an used the USB cable to mount but it is unable to mount the ubuntu file system. its mounting windows partitions but not ubuntu.
I don't know what is the problem. I don't want to delete the data from ubuntu.
When I plug the disk it is showing the above image error.
And when I try to run:
sudo fsck /dev/sdb7
sudo fsck /dev/sdb7
I am getting the following errors:
Is there anything I can do to solve these issues?
boot dual-boot partitioning mount hard-drive
2
Could you transcript your terminal errors into your question? It will make your question clearer.
– Danibix
Jun 22 '17 at 10:49
What are you using to mount ext4 partition on Windows? Are you using Ext2fsd? Have you unmounted the partition from Ext2fsd before booting to Ubuntu? if you can provide anymore information that would be a lot help
– Sumeet Deshmukh
Jun 22 '17 at 11:10
add a comment |
I have a laptop hard disk which had dual boot of Ubuntu and Windows. Now I want to use it as an external disk. I used 2.5" case an used the USB cable to mount but it is unable to mount the ubuntu file system. its mounting windows partitions but not ubuntu.
I don't know what is the problem. I don't want to delete the data from ubuntu.
When I plug the disk it is showing the above image error.
And when I try to run:
sudo fsck /dev/sdb7
sudo fsck /dev/sdb7
I am getting the following errors:
Is there anything I can do to solve these issues?
boot dual-boot partitioning mount hard-drive
I have a laptop hard disk which had dual boot of Ubuntu and Windows. Now I want to use it as an external disk. I used 2.5" case an used the USB cable to mount but it is unable to mount the ubuntu file system. its mounting windows partitions but not ubuntu.
I don't know what is the problem. I don't want to delete the data from ubuntu.
When I plug the disk it is showing the above image error.
And when I try to run:
sudo fsck /dev/sdb7
sudo fsck /dev/sdb7
I am getting the following errors:
Is there anything I can do to solve these issues?
boot dual-boot partitioning mount hard-drive
boot dual-boot partitioning mount hard-drive
edited Jun 22 '17 at 11:01
Sumeet Deshmukh
4,43653071
4,43653071
asked Jun 22 '17 at 10:37
AnonymousAnonymous
112
112
2
Could you transcript your terminal errors into your question? It will make your question clearer.
– Danibix
Jun 22 '17 at 10:49
What are you using to mount ext4 partition on Windows? Are you using Ext2fsd? Have you unmounted the partition from Ext2fsd before booting to Ubuntu? if you can provide anymore information that would be a lot help
– Sumeet Deshmukh
Jun 22 '17 at 11:10
add a comment |
2
Could you transcript your terminal errors into your question? It will make your question clearer.
– Danibix
Jun 22 '17 at 10:49
What are you using to mount ext4 partition on Windows? Are you using Ext2fsd? Have you unmounted the partition from Ext2fsd before booting to Ubuntu? if you can provide anymore information that would be a lot help
– Sumeet Deshmukh
Jun 22 '17 at 11:10
2
2
Could you transcript your terminal errors into your question? It will make your question clearer.
– Danibix
Jun 22 '17 at 10:49
Could you transcript your terminal errors into your question? It will make your question clearer.
– Danibix
Jun 22 '17 at 10:49
What are you using to mount ext4 partition on Windows? Are you using Ext2fsd? Have you unmounted the partition from Ext2fsd before booting to Ubuntu? if you can provide anymore information that would be a lot help
– Sumeet Deshmukh
Jun 22 '17 at 11:10
What are you using to mount ext4 partition on Windows? Are you using Ext2fsd? Have you unmounted the partition from Ext2fsd before booting to Ubuntu? if you can provide anymore information that would be a lot help
– Sumeet Deshmukh
Jun 22 '17 at 11:10
add a comment |
1 Answer
1
active
oldest
votes
sudo e2fsck -f -b 32768 -y /dev/sdxn
Replace the xn
with your partition name
In your case this should be
sudo e2fsck -f -b 32768 -y /dev/sdb7
I executed sudo e2fsck -f -b 32768 -y /dev/sdb7 and i got the following errors & no results. e2fsck 1.42.13 (17-May-2015) The filesystem size (according to the superblock) is 25714176 blocks The physical size of the device is 25652992 blocks Either the superblock or the partition table is likely to be corrupt! Abort? yes /dev/sdb7: ***** FILE SYSTEM WAS MODIFIED *****
– Anonymous
Jun 24 '17 at 7:16
I think you should update the question with this additional information that my answer didn't work
– Sumeet Deshmukh
Jun 24 '17 at 14:26
add a comment |
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%2f928047%2fexited-with-non-zero-exit-status-32-mount-wrong-fs-type-bad-option-bad-super%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
sudo e2fsck -f -b 32768 -y /dev/sdxn
Replace the xn
with your partition name
In your case this should be
sudo e2fsck -f -b 32768 -y /dev/sdb7
I executed sudo e2fsck -f -b 32768 -y /dev/sdb7 and i got the following errors & no results. e2fsck 1.42.13 (17-May-2015) The filesystem size (according to the superblock) is 25714176 blocks The physical size of the device is 25652992 blocks Either the superblock or the partition table is likely to be corrupt! Abort? yes /dev/sdb7: ***** FILE SYSTEM WAS MODIFIED *****
– Anonymous
Jun 24 '17 at 7:16
I think you should update the question with this additional information that my answer didn't work
– Sumeet Deshmukh
Jun 24 '17 at 14:26
add a comment |
sudo e2fsck -f -b 32768 -y /dev/sdxn
Replace the xn
with your partition name
In your case this should be
sudo e2fsck -f -b 32768 -y /dev/sdb7
I executed sudo e2fsck -f -b 32768 -y /dev/sdb7 and i got the following errors & no results. e2fsck 1.42.13 (17-May-2015) The filesystem size (according to the superblock) is 25714176 blocks The physical size of the device is 25652992 blocks Either the superblock or the partition table is likely to be corrupt! Abort? yes /dev/sdb7: ***** FILE SYSTEM WAS MODIFIED *****
– Anonymous
Jun 24 '17 at 7:16
I think you should update the question with this additional information that my answer didn't work
– Sumeet Deshmukh
Jun 24 '17 at 14:26
add a comment |
sudo e2fsck -f -b 32768 -y /dev/sdxn
Replace the xn
with your partition name
In your case this should be
sudo e2fsck -f -b 32768 -y /dev/sdb7
sudo e2fsck -f -b 32768 -y /dev/sdxn
Replace the xn
with your partition name
In your case this should be
sudo e2fsck -f -b 32768 -y /dev/sdb7
answered Jun 22 '17 at 11:05
Sumeet DeshmukhSumeet Deshmukh
4,43653071
4,43653071
I executed sudo e2fsck -f -b 32768 -y /dev/sdb7 and i got the following errors & no results. e2fsck 1.42.13 (17-May-2015) The filesystem size (according to the superblock) is 25714176 blocks The physical size of the device is 25652992 blocks Either the superblock or the partition table is likely to be corrupt! Abort? yes /dev/sdb7: ***** FILE SYSTEM WAS MODIFIED *****
– Anonymous
Jun 24 '17 at 7:16
I think you should update the question with this additional information that my answer didn't work
– Sumeet Deshmukh
Jun 24 '17 at 14:26
add a comment |
I executed sudo e2fsck -f -b 32768 -y /dev/sdb7 and i got the following errors & no results. e2fsck 1.42.13 (17-May-2015) The filesystem size (according to the superblock) is 25714176 blocks The physical size of the device is 25652992 blocks Either the superblock or the partition table is likely to be corrupt! Abort? yes /dev/sdb7: ***** FILE SYSTEM WAS MODIFIED *****
– Anonymous
Jun 24 '17 at 7:16
I think you should update the question with this additional information that my answer didn't work
– Sumeet Deshmukh
Jun 24 '17 at 14:26
I executed sudo e2fsck -f -b 32768 -y /dev/sdb7 and i got the following errors & no results. e2fsck 1.42.13 (17-May-2015) The filesystem size (according to the superblock) is 25714176 blocks The physical size of the device is 25652992 blocks Either the superblock or the partition table is likely to be corrupt! Abort? yes /dev/sdb7: ***** FILE SYSTEM WAS MODIFIED *****
– Anonymous
Jun 24 '17 at 7:16
I executed sudo e2fsck -f -b 32768 -y /dev/sdb7 and i got the following errors & no results. e2fsck 1.42.13 (17-May-2015) The filesystem size (according to the superblock) is 25714176 blocks The physical size of the device is 25652992 blocks Either the superblock or the partition table is likely to be corrupt! Abort? yes /dev/sdb7: ***** FILE SYSTEM WAS MODIFIED *****
– Anonymous
Jun 24 '17 at 7:16
I think you should update the question with this additional information that my answer didn't work
– Sumeet Deshmukh
Jun 24 '17 at 14:26
I think you should update the question with this additional information that my answer didn't work
– Sumeet Deshmukh
Jun 24 '17 at 14:26
add a comment |
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%2f928047%2fexited-with-non-zero-exit-status-32-mount-wrong-fs-type-bad-option-bad-super%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
2
Could you transcript your terminal errors into your question? It will make your question clearer.
– Danibix
Jun 22 '17 at 10:49
What are you using to mount ext4 partition on Windows? Are you using Ext2fsd? Have you unmounted the partition from Ext2fsd before booting to Ubuntu? if you can provide anymore information that would be a lot help
– Sumeet Deshmukh
Jun 22 '17 at 11:10