HDD exfat partition will not mount
I am running Ubuntu 14.04 dual booted with windows 7 (on separate SSDs) and just stored all of my music on my 1.5 TB HDD (which is formatted as an exfat partition). Everything was working fine for a week or so when earlier today Ubuntu froze up on me twice in a row (it only happens when I open Mixxx) and forced me to restart the computer via the restart button. after this occurred Ubuntu would no longer mount my HDD, when I try I just get this error message:
Error mounting /dev/sda at /media/mrshafter/Gooch: Command-line
mount -t "exfat" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,iocharset=utf8,namecase=0,errors=remount-ro,umask=0077" "/dev/sda" "/media/mrshafter/Gooch"' <exited with non-zero exit status 1:
FUSE exfat 1.0.1
stdout:
'
stderr: `ERROR: invalid VBR checksum 0xc7b1f178 (expected 0x61b1f182).
'
Is there an easy way to fix this other than reformatting my HDD? Any advice is appreciated.
mount hard-drive
add a comment |
I am running Ubuntu 14.04 dual booted with windows 7 (on separate SSDs) and just stored all of my music on my 1.5 TB HDD (which is formatted as an exfat partition). Everything was working fine for a week or so when earlier today Ubuntu froze up on me twice in a row (it only happens when I open Mixxx) and forced me to restart the computer via the restart button. after this occurred Ubuntu would no longer mount my HDD, when I try I just get this error message:
Error mounting /dev/sda at /media/mrshafter/Gooch: Command-line
mount -t "exfat" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,iocharset=utf8,namecase=0,errors=remount-ro,umask=0077" "/dev/sda" "/media/mrshafter/Gooch"' <exited with non-zero exit status 1:
FUSE exfat 1.0.1
stdout:
'
stderr: `ERROR: invalid VBR checksum 0xc7b1f178 (expected 0x61b1f182).
'
Is there an easy way to fix this other than reformatting my HDD? Any advice is appreciated.
mount hard-drive
I don't think the free ExFAT file system checker can repair any serious issues. The best way would be to try to fix the file system in Windows which does have a more powerful checker. After all, Microsoft developed ExFAT.
– David Foerster
May 17 '17 at 16:11
add a comment |
I am running Ubuntu 14.04 dual booted with windows 7 (on separate SSDs) and just stored all of my music on my 1.5 TB HDD (which is formatted as an exfat partition). Everything was working fine for a week or so when earlier today Ubuntu froze up on me twice in a row (it only happens when I open Mixxx) and forced me to restart the computer via the restart button. after this occurred Ubuntu would no longer mount my HDD, when I try I just get this error message:
Error mounting /dev/sda at /media/mrshafter/Gooch: Command-line
mount -t "exfat" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,iocharset=utf8,namecase=0,errors=remount-ro,umask=0077" "/dev/sda" "/media/mrshafter/Gooch"' <exited with non-zero exit status 1:
FUSE exfat 1.0.1
stdout:
'
stderr: `ERROR: invalid VBR checksum 0xc7b1f178 (expected 0x61b1f182).
'
Is there an easy way to fix this other than reformatting my HDD? Any advice is appreciated.
mount hard-drive
I am running Ubuntu 14.04 dual booted with windows 7 (on separate SSDs) and just stored all of my music on my 1.5 TB HDD (which is formatted as an exfat partition). Everything was working fine for a week or so when earlier today Ubuntu froze up on me twice in a row (it only happens when I open Mixxx) and forced me to restart the computer via the restart button. after this occurred Ubuntu would no longer mount my HDD, when I try I just get this error message:
Error mounting /dev/sda at /media/mrshafter/Gooch: Command-line
mount -t "exfat" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,iocharset=utf8,namecase=0,errors=remount-ro,umask=0077" "/dev/sda" "/media/mrshafter/Gooch"' <exited with non-zero exit status 1:
FUSE exfat 1.0.1
stdout:
'
stderr: `ERROR: invalid VBR checksum 0xc7b1f178 (expected 0x61b1f182).
'
Is there an easy way to fix this other than reformatting my HDD? Any advice is appreciated.
mount hard-drive
mount hard-drive
asked Jul 20 '15 at 0:49
BigRolfBigRolf
1112
1112
I don't think the free ExFAT file system checker can repair any serious issues. The best way would be to try to fix the file system in Windows which does have a more powerful checker. After all, Microsoft developed ExFAT.
– David Foerster
May 17 '17 at 16:11
add a comment |
I don't think the free ExFAT file system checker can repair any serious issues. The best way would be to try to fix the file system in Windows which does have a more powerful checker. After all, Microsoft developed ExFAT.
– David Foerster
May 17 '17 at 16:11
I don't think the free ExFAT file system checker can repair any serious issues. The best way would be to try to fix the file system in Windows which does have a more powerful checker. After all, Microsoft developed ExFAT.
– David Foerster
May 17 '17 at 16:11
I don't think the free ExFAT file system checker can repair any serious issues. The best way would be to try to fix the file system in Windows which does have a more powerful checker. After all, Microsoft developed ExFAT.
– David Foerster
May 17 '17 at 16:11
add a comment |
1 Answer
1
active
oldest
votes
Ehhh, never reboot like that. You likely corrupted your HDD, and you need to run this at the command line:
sudo fsck -a /dev/sda
If that runs and output no errors then your HDD is OK. If it outputs errors, then it should automatically attempt to fix them. If it can, all should be well.
If it didn't output any errors and still doesn't work, then please let me know and I will help you address the situation in comments below.
Exact same problem here on a SD card in a failing phone. Now can't read it on Linux. fsck also gives "invalid VBR checksum"...
– dargaud
Jun 13 '16 at 21:05
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%2f650376%2fhdd-exfat-partition-will-not-mount%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
Ehhh, never reboot like that. You likely corrupted your HDD, and you need to run this at the command line:
sudo fsck -a /dev/sda
If that runs and output no errors then your HDD is OK. If it outputs errors, then it should automatically attempt to fix them. If it can, all should be well.
If it didn't output any errors and still doesn't work, then please let me know and I will help you address the situation in comments below.
Exact same problem here on a SD card in a failing phone. Now can't read it on Linux. fsck also gives "invalid VBR checksum"...
– dargaud
Jun 13 '16 at 21:05
add a comment |
Ehhh, never reboot like that. You likely corrupted your HDD, and you need to run this at the command line:
sudo fsck -a /dev/sda
If that runs and output no errors then your HDD is OK. If it outputs errors, then it should automatically attempt to fix them. If it can, all should be well.
If it didn't output any errors and still doesn't work, then please let me know and I will help you address the situation in comments below.
Exact same problem here on a SD card in a failing phone. Now can't read it on Linux. fsck also gives "invalid VBR checksum"...
– dargaud
Jun 13 '16 at 21:05
add a comment |
Ehhh, never reboot like that. You likely corrupted your HDD, and you need to run this at the command line:
sudo fsck -a /dev/sda
If that runs and output no errors then your HDD is OK. If it outputs errors, then it should automatically attempt to fix them. If it can, all should be well.
If it didn't output any errors and still doesn't work, then please let me know and I will help you address the situation in comments below.
Ehhh, never reboot like that. You likely corrupted your HDD, and you need to run this at the command line:
sudo fsck -a /dev/sda
If that runs and output no errors then your HDD is OK. If it outputs errors, then it should automatically attempt to fix them. If it can, all should be well.
If it didn't output any errors and still doesn't work, then please let me know and I will help you address the situation in comments below.
answered Jul 20 '15 at 1:57
DanielDaniel
2,67811640
2,67811640
Exact same problem here on a SD card in a failing phone. Now can't read it on Linux. fsck also gives "invalid VBR checksum"...
– dargaud
Jun 13 '16 at 21:05
add a comment |
Exact same problem here on a SD card in a failing phone. Now can't read it on Linux. fsck also gives "invalid VBR checksum"...
– dargaud
Jun 13 '16 at 21:05
Exact same problem here on a SD card in a failing phone. Now can't read it on Linux. fsck also gives "invalid VBR checksum"...
– dargaud
Jun 13 '16 at 21:05
Exact same problem here on a SD card in a failing phone. Now can't read it on Linux. fsck also gives "invalid VBR checksum"...
– dargaud
Jun 13 '16 at 21:05
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%2f650376%2fhdd-exfat-partition-will-not-mount%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
I don't think the free ExFAT file system checker can repair any serious issues. The best way would be to try to fix the file system in Windows which does have a more powerful checker. After all, Microsoft developed ExFAT.
– David Foerster
May 17 '17 at 16:11