exited with non-zero exit status 32: mount: wrong fs type, bad option, bad superblock on /dev/sdb7Mount exited with exit code 13Trying to mount drive /dev/sdc: TYPE=“nvidia_raid_member”Corrupt external hard diskUnable to mount external HDD due to unknown filesystemUbuntu partition: exited with non-zero exit status 32
In Germany, why does the burden of proof fall on authorities rather than the company or individual when it comes to possible illegal funds?
Did the computer mouse always output relative x/y and not absolute?
How can I convince my department that I have the academic freedom to select textbooks and use multiple-choice tests in my courses?
Why are green parties so often opposed to nuclear power?
Is publishing runnable code instead of pseudo code shunned?
What attributes of a Pokemon can be improved?
How can an employer better accommodate workers on the autism-spectrum to reduce absence from work?
Where to start with a child learning chess?
What's the best way to keep cover of a pan slightly opened?
Prospective employer asking for my current pay slip during interview
Did Roger Rabbit exist prior to the film "Who Framed Roger Rabbit?"
Calculate the movement required to get from one angle to another angle on a compass
Is there a way to add salted hashing to my user authentication without breaking my former login server
Was playing with both hands ever allowed in chess?
Team members' and manager's behaviour is indifferent after I announce my intention to leave in 8 months
Running DOS, Windows 3, and Windows 98 from one FAT32 partition?
How to move the cursor to the next instance of the text the cursor is currently on?
Most general definition of differentiation
How do I report players in Halo: The Master Chief Collection on PC?
Is there any reason a person would voluntarily choose to have PMI?
How true are Trump’s claims about NATO spending?
Does "dd" by itself do anything?
Evil plans - how do you come up with interesting ones?
Emission vs reflection
exited with non-zero exit status 32: mount: wrong fs type, bad option, bad superblock on /dev/sdb7
Mount exited with exit code 13Trying to mount drive /dev/sdc: TYPE=“nvidia_raid_member”Corrupt external hard diskUnable to mount external HDD due to unknown filesystemUbuntu partition: exited with non-zero exit status 32
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
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
6,1286 gold badges36 silver badges80 bronze badges
6,1286 gold badges36 silver badges80 bronze badges
asked Jun 22 '17 at 10:37
AnonymousAnonymous
11 silver badge2 bronze badges
11 silver badge2 bronze badges
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/4.0/"u003ecc by-sa 4.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
6,1286 gold badges36 silver badges80 bronze badges
6,1286 gold badges36 silver badges80 bronze badges
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