Input/Output error on external hard drive and bad sectors
While accessing my exFAT external hard from the TV to watch some videos, I noticed that there was a particular folder on it that would make everything crash if I'd try to open it.
So, I plugged the hard drive into my computer (I run the latest Linux Mint) and I tried to access said folder; I would be able to open it but it was now empty: I decided to delete it and I did so successfully, or at least I was able to send this empty folder to .Trash-1000
.
Now, when I try to delete .Trash-1000
, it gives me an Input/Output error and the folder is not deleted, while everything else seems to work and be accesible as it should.
I decided to run fsck.exfat
on my hard drive and this is what I got in return:
exfatfsck 1.2.8
Checking file system on /dev/sda1.
File system version 1.0
Sector size 512 bytes
Cluster size 256 KB
Volume size 932 GB
Used space 841 GB
Available space 91 GB
ERROR: failed to read cluster 0x321c01.
Totally 797 directories and 37933 files.
File system checking finished. ERRORS FOUND: 1.
So there is an error on the filesystem and I guess that's causing the Input/Output error. I tried repairing the filesystem on a Windows OS but, while saying that there is an error, it also says that it's not able to solve the problem.
How can I fix this? Thank you!
linux external-hard-drive bad-sectors
add a comment |
While accessing my exFAT external hard from the TV to watch some videos, I noticed that there was a particular folder on it that would make everything crash if I'd try to open it.
So, I plugged the hard drive into my computer (I run the latest Linux Mint) and I tried to access said folder; I would be able to open it but it was now empty: I decided to delete it and I did so successfully, or at least I was able to send this empty folder to .Trash-1000
.
Now, when I try to delete .Trash-1000
, it gives me an Input/Output error and the folder is not deleted, while everything else seems to work and be accesible as it should.
I decided to run fsck.exfat
on my hard drive and this is what I got in return:
exfatfsck 1.2.8
Checking file system on /dev/sda1.
File system version 1.0
Sector size 512 bytes
Cluster size 256 KB
Volume size 932 GB
Used space 841 GB
Available space 91 GB
ERROR: failed to read cluster 0x321c01.
Totally 797 directories and 37933 files.
File system checking finished. ERRORS FOUND: 1.
So there is an error on the filesystem and I guess that's causing the Input/Output error. I tried repairing the filesystem on a Windows OS but, while saying that there is an error, it also says that it's not able to solve the problem.
How can I fix this? Thank you!
linux external-hard-drive bad-sectors
add a comment |
While accessing my exFAT external hard from the TV to watch some videos, I noticed that there was a particular folder on it that would make everything crash if I'd try to open it.
So, I plugged the hard drive into my computer (I run the latest Linux Mint) and I tried to access said folder; I would be able to open it but it was now empty: I decided to delete it and I did so successfully, or at least I was able to send this empty folder to .Trash-1000
.
Now, when I try to delete .Trash-1000
, it gives me an Input/Output error and the folder is not deleted, while everything else seems to work and be accesible as it should.
I decided to run fsck.exfat
on my hard drive and this is what I got in return:
exfatfsck 1.2.8
Checking file system on /dev/sda1.
File system version 1.0
Sector size 512 bytes
Cluster size 256 KB
Volume size 932 GB
Used space 841 GB
Available space 91 GB
ERROR: failed to read cluster 0x321c01.
Totally 797 directories and 37933 files.
File system checking finished. ERRORS FOUND: 1.
So there is an error on the filesystem and I guess that's causing the Input/Output error. I tried repairing the filesystem on a Windows OS but, while saying that there is an error, it also says that it's not able to solve the problem.
How can I fix this? Thank you!
linux external-hard-drive bad-sectors
While accessing my exFAT external hard from the TV to watch some videos, I noticed that there was a particular folder on it that would make everything crash if I'd try to open it.
So, I plugged the hard drive into my computer (I run the latest Linux Mint) and I tried to access said folder; I would be able to open it but it was now empty: I decided to delete it and I did so successfully, or at least I was able to send this empty folder to .Trash-1000
.
Now, when I try to delete .Trash-1000
, it gives me an Input/Output error and the folder is not deleted, while everything else seems to work and be accesible as it should.
I decided to run fsck.exfat
on my hard drive and this is what I got in return:
exfatfsck 1.2.8
Checking file system on /dev/sda1.
File system version 1.0
Sector size 512 bytes
Cluster size 256 KB
Volume size 932 GB
Used space 841 GB
Available space 91 GB
ERROR: failed to read cluster 0x321c01.
Totally 797 directories and 37933 files.
File system checking finished. ERRORS FOUND: 1.
So there is an error on the filesystem and I guess that's causing the Input/Output error. I tried repairing the filesystem on a Windows OS but, while saying that there is an error, it also says that it's not able to solve the problem.
How can I fix this? Thank you!
linux external-hard-drive bad-sectors
linux external-hard-drive bad-sectors
edited Feb 28 at 15:16
lucia de finetti
asked Feb 28 at 15:01
lucia de finettilucia de finetti
83
83
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
You have a bad sector on the disk (or stick). Your options are:
- Accept the situation and let the sector stay in
.Trash-1000
- Reformat the disk using deep format (although this might also fail).
I would advise to choose the first option, but prepare yourself for the
possibility that the disk may need replacement some time in the future.
Thanks very much! How would I do such a deep format on Linux Mint? And if I decide not to, "let the sector stay in .Trash-1000" means that the bad sector will remain somehow confined and no more new files could end up being inside it? (pardon the n00bness)
– lucia de finetti
Feb 28 at 15:31
The file will not be used and can be ignored if not very large. No new files will use the sectors that are part of it.
– harrymc
Feb 28 at 15:44
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
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%2fsuperuser.com%2fquestions%2f1410221%2finput-output-error-on-external-hard-drive-and-bad-sectors%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
You have a bad sector on the disk (or stick). Your options are:
- Accept the situation and let the sector stay in
.Trash-1000
- Reformat the disk using deep format (although this might also fail).
I would advise to choose the first option, but prepare yourself for the
possibility that the disk may need replacement some time in the future.
Thanks very much! How would I do such a deep format on Linux Mint? And if I decide not to, "let the sector stay in .Trash-1000" means that the bad sector will remain somehow confined and no more new files could end up being inside it? (pardon the n00bness)
– lucia de finetti
Feb 28 at 15:31
The file will not be used and can be ignored if not very large. No new files will use the sectors that are part of it.
– harrymc
Feb 28 at 15:44
add a comment |
You have a bad sector on the disk (or stick). Your options are:
- Accept the situation and let the sector stay in
.Trash-1000
- Reformat the disk using deep format (although this might also fail).
I would advise to choose the first option, but prepare yourself for the
possibility that the disk may need replacement some time in the future.
Thanks very much! How would I do such a deep format on Linux Mint? And if I decide not to, "let the sector stay in .Trash-1000" means that the bad sector will remain somehow confined and no more new files could end up being inside it? (pardon the n00bness)
– lucia de finetti
Feb 28 at 15:31
The file will not be used and can be ignored if not very large. No new files will use the sectors that are part of it.
– harrymc
Feb 28 at 15:44
add a comment |
You have a bad sector on the disk (or stick). Your options are:
- Accept the situation and let the sector stay in
.Trash-1000
- Reformat the disk using deep format (although this might also fail).
I would advise to choose the first option, but prepare yourself for the
possibility that the disk may need replacement some time in the future.
You have a bad sector on the disk (or stick). Your options are:
- Accept the situation and let the sector stay in
.Trash-1000
- Reformat the disk using deep format (although this might also fail).
I would advise to choose the first option, but prepare yourself for the
possibility that the disk may need replacement some time in the future.
answered Feb 28 at 15:26
harrymcharrymc
264k14273582
264k14273582
Thanks very much! How would I do such a deep format on Linux Mint? And if I decide not to, "let the sector stay in .Trash-1000" means that the bad sector will remain somehow confined and no more new files could end up being inside it? (pardon the n00bness)
– lucia de finetti
Feb 28 at 15:31
The file will not be used and can be ignored if not very large. No new files will use the sectors that are part of it.
– harrymc
Feb 28 at 15:44
add a comment |
Thanks very much! How would I do such a deep format on Linux Mint? And if I decide not to, "let the sector stay in .Trash-1000" means that the bad sector will remain somehow confined and no more new files could end up being inside it? (pardon the n00bness)
– lucia de finetti
Feb 28 at 15:31
The file will not be used and can be ignored if not very large. No new files will use the sectors that are part of it.
– harrymc
Feb 28 at 15:44
Thanks very much! How would I do such a deep format on Linux Mint? And if I decide not to, "let the sector stay in .Trash-1000" means that the bad sector will remain somehow confined and no more new files could end up being inside it? (pardon the n00bness)
– lucia de finetti
Feb 28 at 15:31
Thanks very much! How would I do such a deep format on Linux Mint? And if I decide not to, "let the sector stay in .Trash-1000" means that the bad sector will remain somehow confined and no more new files could end up being inside it? (pardon the n00bness)
– lucia de finetti
Feb 28 at 15:31
The file will not be used and can be ignored if not very large. No new files will use the sectors that are part of it.
– harrymc
Feb 28 at 15:44
The file will not be used and can be ignored if not very large. No new files will use the sectors that are part of it.
– harrymc
Feb 28 at 15:44
add a comment |
Thanks for contributing an answer to Super User!
- 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%2fsuperuser.com%2fquestions%2f1410221%2finput-output-error-on-external-hard-drive-and-bad-sectors%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