SATA HDD I/O error
I had Windows 7 in my machine and suddenly the Harddisk(500 Gig Seagate SATA) won't boot. I connected the HD to another machine as a slave and tried to format the drive.
The Drive is listed in Disk Management but says unallocated and am not able to format, says the drive is write protected. Tried using partition manager, says I/O error occured.
I don have much of data in the disk, just need to get it working again.
hard-drive
add a comment |
I had Windows 7 in my machine and suddenly the Harddisk(500 Gig Seagate SATA) won't boot. I connected the HD to another machine as a slave and tried to format the drive.
The Drive is listed in Disk Management but says unallocated and am not able to format, says the drive is write protected. Tried using partition manager, says I/O error occured.
I don have much of data in the disk, just need to get it working again.
hard-drive
1
the hard disk's dead. get a replacement
– Sathyajith Bhat♦
Feb 20 '13 at 7:06
How old is the computer? How old is the disk?
– hot2use
Feb 20 '13 at 7:35
Both are two yrs old
– SriHarish
Feb 20 '13 at 8:13
add a comment |
I had Windows 7 in my machine and suddenly the Harddisk(500 Gig Seagate SATA) won't boot. I connected the HD to another machine as a slave and tried to format the drive.
The Drive is listed in Disk Management but says unallocated and am not able to format, says the drive is write protected. Tried using partition manager, says I/O error occured.
I don have much of data in the disk, just need to get it working again.
hard-drive
I had Windows 7 in my machine and suddenly the Harddisk(500 Gig Seagate SATA) won't boot. I connected the HD to another machine as a slave and tried to format the drive.
The Drive is listed in Disk Management but says unallocated and am not able to format, says the drive is write protected. Tried using partition manager, says I/O error occured.
I don have much of data in the disk, just need to get it working again.
hard-drive
hard-drive
edited Feb 20 '13 at 7:06
Sathyajith Bhat♦
52.9k29156252
52.9k29156252
asked Feb 20 '13 at 6:47
SriHarishSriHarish
112
112
1
the hard disk's dead. get a replacement
– Sathyajith Bhat♦
Feb 20 '13 at 7:06
How old is the computer? How old is the disk?
– hot2use
Feb 20 '13 at 7:35
Both are two yrs old
– SriHarish
Feb 20 '13 at 8:13
add a comment |
1
the hard disk's dead. get a replacement
– Sathyajith Bhat♦
Feb 20 '13 at 7:06
How old is the computer? How old is the disk?
– hot2use
Feb 20 '13 at 7:35
Both are two yrs old
– SriHarish
Feb 20 '13 at 8:13
1
1
the hard disk's dead. get a replacement
– Sathyajith Bhat♦
Feb 20 '13 at 7:06
the hard disk's dead. get a replacement
– Sathyajith Bhat♦
Feb 20 '13 at 7:06
How old is the computer? How old is the disk?
– hot2use
Feb 20 '13 at 7:35
How old is the computer? How old is the disk?
– hot2use
Feb 20 '13 at 7:35
Both are two yrs old
– SriHarish
Feb 20 '13 at 8:13
Both are two yrs old
– SriHarish
Feb 20 '13 at 8:13
add a comment |
2 Answers
2
active
oldest
votes
If it suddenly stops working in one system and you are unable to format the drive in another, you have a failed hard disk drive.
You may have a mechanical failure or electronic failure on the disk, but in either case you should consider:
- filing a warranty claim if possible
- purchasing a replacement drive
add a comment |
- Download the SystemRescue 3.0 ISO : Hompage / Download
- Burn ISO to CD or create a bootable USB Disk using 'Live USB Creator' LiveUSBCreator Homepage.
- Attach an external disk drive that is the same size as your old harddisk (better: slightly larger) and that is empty (can be a new disk)
- Boot the computer using the created CD or USB drive using the default SystemRescue setting
- Start the graphical tool GParted
- Note down the different disks (SDA, SDB, SDC, ...). The drives are displayed top right in a kind of pull-down menu.
- Find the disk that matches your Windows 7 partitions (will show up as NTFS) (e.g. SDB)
- Find the disk that matches your external disk drive (e.g. SDC)
- Start a Console
- Type in the following command
dd if=/dev/sdb of=/dev/sdc bs=32M
- wait (there is no output from dd until the copying has finished)
- keep on waiting (see 11.)
- Boot form the new disk / external drive
caution if : Input File ; of : Output File
Mixing the drvie letters will render your disk useless!
I've recently done this for my Dad's laptop before he sent it back to get it repaired. The partitions are copied one-to-one to the new hard-disk / external drive. I was then able to erase the partition on the disk of the laptop and boot from the external drive :-)
At work I used the same procedure to duplicate an old 250 GB 5400rpm HDD to a new SAMSUNG 840 Pro SSD disk and my system booted first time. (and it's faster than Ghost).
Using SystemRescue and especially DD takes some getting used to and you have to persuade yourself to the hit ENTER, but it's nice when it works in the end.
This solution should help as your disk is read-only and dd with the correct cvommand will just copy away all the partitions at block level from your disk to the new disk.
Wikipedia DD command
Learning Linux commands: dd
well, I don have much of data... but tried to read the disk with ubuntu live CD... The start up for ubuntu was damn slow and am not to select the disk for installation.... probably dead I guess...
– SriHarish
Feb 20 '13 at 11:41
Ubuntu will try and interpret the disk, wheras dd doesn't care much. It just reads what it can at block level. You could add aconv=noerror
to skip errors and see what you get in the end.
– hot2use
Feb 20 '13 at 11:49
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%2f554650%2fsata-hdd-i-o-error%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
If it suddenly stops working in one system and you are unable to format the drive in another, you have a failed hard disk drive.
You may have a mechanical failure or electronic failure on the disk, but in either case you should consider:
- filing a warranty claim if possible
- purchasing a replacement drive
add a comment |
If it suddenly stops working in one system and you are unable to format the drive in another, you have a failed hard disk drive.
You may have a mechanical failure or electronic failure on the disk, but in either case you should consider:
- filing a warranty claim if possible
- purchasing a replacement drive
add a comment |
If it suddenly stops working in one system and you are unable to format the drive in another, you have a failed hard disk drive.
You may have a mechanical failure or electronic failure on the disk, but in either case you should consider:
- filing a warranty claim if possible
- purchasing a replacement drive
If it suddenly stops working in one system and you are unable to format the drive in another, you have a failed hard disk drive.
You may have a mechanical failure or electronic failure on the disk, but in either case you should consider:
- filing a warranty claim if possible
- purchasing a replacement drive
answered Feb 20 '13 at 7:37
John in OhioJohn in Ohio
305128
305128
add a comment |
add a comment |
- Download the SystemRescue 3.0 ISO : Hompage / Download
- Burn ISO to CD or create a bootable USB Disk using 'Live USB Creator' LiveUSBCreator Homepage.
- Attach an external disk drive that is the same size as your old harddisk (better: slightly larger) and that is empty (can be a new disk)
- Boot the computer using the created CD or USB drive using the default SystemRescue setting
- Start the graphical tool GParted
- Note down the different disks (SDA, SDB, SDC, ...). The drives are displayed top right in a kind of pull-down menu.
- Find the disk that matches your Windows 7 partitions (will show up as NTFS) (e.g. SDB)
- Find the disk that matches your external disk drive (e.g. SDC)
- Start a Console
- Type in the following command
dd if=/dev/sdb of=/dev/sdc bs=32M
- wait (there is no output from dd until the copying has finished)
- keep on waiting (see 11.)
- Boot form the new disk / external drive
caution if : Input File ; of : Output File
Mixing the drvie letters will render your disk useless!
I've recently done this for my Dad's laptop before he sent it back to get it repaired. The partitions are copied one-to-one to the new hard-disk / external drive. I was then able to erase the partition on the disk of the laptop and boot from the external drive :-)
At work I used the same procedure to duplicate an old 250 GB 5400rpm HDD to a new SAMSUNG 840 Pro SSD disk and my system booted first time. (and it's faster than Ghost).
Using SystemRescue and especially DD takes some getting used to and you have to persuade yourself to the hit ENTER, but it's nice when it works in the end.
This solution should help as your disk is read-only and dd with the correct cvommand will just copy away all the partitions at block level from your disk to the new disk.
Wikipedia DD command
Learning Linux commands: dd
well, I don have much of data... but tried to read the disk with ubuntu live CD... The start up for ubuntu was damn slow and am not to select the disk for installation.... probably dead I guess...
– SriHarish
Feb 20 '13 at 11:41
Ubuntu will try and interpret the disk, wheras dd doesn't care much. It just reads what it can at block level. You could add aconv=noerror
to skip errors and see what you get in the end.
– hot2use
Feb 20 '13 at 11:49
add a comment |
- Download the SystemRescue 3.0 ISO : Hompage / Download
- Burn ISO to CD or create a bootable USB Disk using 'Live USB Creator' LiveUSBCreator Homepage.
- Attach an external disk drive that is the same size as your old harddisk (better: slightly larger) and that is empty (can be a new disk)
- Boot the computer using the created CD or USB drive using the default SystemRescue setting
- Start the graphical tool GParted
- Note down the different disks (SDA, SDB, SDC, ...). The drives are displayed top right in a kind of pull-down menu.
- Find the disk that matches your Windows 7 partitions (will show up as NTFS) (e.g. SDB)
- Find the disk that matches your external disk drive (e.g. SDC)
- Start a Console
- Type in the following command
dd if=/dev/sdb of=/dev/sdc bs=32M
- wait (there is no output from dd until the copying has finished)
- keep on waiting (see 11.)
- Boot form the new disk / external drive
caution if : Input File ; of : Output File
Mixing the drvie letters will render your disk useless!
I've recently done this for my Dad's laptop before he sent it back to get it repaired. The partitions are copied one-to-one to the new hard-disk / external drive. I was then able to erase the partition on the disk of the laptop and boot from the external drive :-)
At work I used the same procedure to duplicate an old 250 GB 5400rpm HDD to a new SAMSUNG 840 Pro SSD disk and my system booted first time. (and it's faster than Ghost).
Using SystemRescue and especially DD takes some getting used to and you have to persuade yourself to the hit ENTER, but it's nice when it works in the end.
This solution should help as your disk is read-only and dd with the correct cvommand will just copy away all the partitions at block level from your disk to the new disk.
Wikipedia DD command
Learning Linux commands: dd
well, I don have much of data... but tried to read the disk with ubuntu live CD... The start up for ubuntu was damn slow and am not to select the disk for installation.... probably dead I guess...
– SriHarish
Feb 20 '13 at 11:41
Ubuntu will try and interpret the disk, wheras dd doesn't care much. It just reads what it can at block level. You could add aconv=noerror
to skip errors and see what you get in the end.
– hot2use
Feb 20 '13 at 11:49
add a comment |
- Download the SystemRescue 3.0 ISO : Hompage / Download
- Burn ISO to CD or create a bootable USB Disk using 'Live USB Creator' LiveUSBCreator Homepage.
- Attach an external disk drive that is the same size as your old harddisk (better: slightly larger) and that is empty (can be a new disk)
- Boot the computer using the created CD or USB drive using the default SystemRescue setting
- Start the graphical tool GParted
- Note down the different disks (SDA, SDB, SDC, ...). The drives are displayed top right in a kind of pull-down menu.
- Find the disk that matches your Windows 7 partitions (will show up as NTFS) (e.g. SDB)
- Find the disk that matches your external disk drive (e.g. SDC)
- Start a Console
- Type in the following command
dd if=/dev/sdb of=/dev/sdc bs=32M
- wait (there is no output from dd until the copying has finished)
- keep on waiting (see 11.)
- Boot form the new disk / external drive
caution if : Input File ; of : Output File
Mixing the drvie letters will render your disk useless!
I've recently done this for my Dad's laptop before he sent it back to get it repaired. The partitions are copied one-to-one to the new hard-disk / external drive. I was then able to erase the partition on the disk of the laptop and boot from the external drive :-)
At work I used the same procedure to duplicate an old 250 GB 5400rpm HDD to a new SAMSUNG 840 Pro SSD disk and my system booted first time. (and it's faster than Ghost).
Using SystemRescue and especially DD takes some getting used to and you have to persuade yourself to the hit ENTER, but it's nice when it works in the end.
This solution should help as your disk is read-only and dd with the correct cvommand will just copy away all the partitions at block level from your disk to the new disk.
Wikipedia DD command
Learning Linux commands: dd
- Download the SystemRescue 3.0 ISO : Hompage / Download
- Burn ISO to CD or create a bootable USB Disk using 'Live USB Creator' LiveUSBCreator Homepage.
- Attach an external disk drive that is the same size as your old harddisk (better: slightly larger) and that is empty (can be a new disk)
- Boot the computer using the created CD or USB drive using the default SystemRescue setting
- Start the graphical tool GParted
- Note down the different disks (SDA, SDB, SDC, ...). The drives are displayed top right in a kind of pull-down menu.
- Find the disk that matches your Windows 7 partitions (will show up as NTFS) (e.g. SDB)
- Find the disk that matches your external disk drive (e.g. SDC)
- Start a Console
- Type in the following command
dd if=/dev/sdb of=/dev/sdc bs=32M
- wait (there is no output from dd until the copying has finished)
- keep on waiting (see 11.)
- Boot form the new disk / external drive
caution if : Input File ; of : Output File
Mixing the drvie letters will render your disk useless!
I've recently done this for my Dad's laptop before he sent it back to get it repaired. The partitions are copied one-to-one to the new hard-disk / external drive. I was then able to erase the partition on the disk of the laptop and boot from the external drive :-)
At work I used the same procedure to duplicate an old 250 GB 5400rpm HDD to a new SAMSUNG 840 Pro SSD disk and my system booted first time. (and it's faster than Ghost).
Using SystemRescue and especially DD takes some getting used to and you have to persuade yourself to the hit ENTER, but it's nice when it works in the end.
This solution should help as your disk is read-only and dd with the correct cvommand will just copy away all the partitions at block level from your disk to the new disk.
Wikipedia DD command
Learning Linux commands: dd
edited Feb 20 '13 at 11:51
answered Feb 20 '13 at 7:56
hot2usehot2use
335212
335212
well, I don have much of data... but tried to read the disk with ubuntu live CD... The start up for ubuntu was damn slow and am not to select the disk for installation.... probably dead I guess...
– SriHarish
Feb 20 '13 at 11:41
Ubuntu will try and interpret the disk, wheras dd doesn't care much. It just reads what it can at block level. You could add aconv=noerror
to skip errors and see what you get in the end.
– hot2use
Feb 20 '13 at 11:49
add a comment |
well, I don have much of data... but tried to read the disk with ubuntu live CD... The start up for ubuntu was damn slow and am not to select the disk for installation.... probably dead I guess...
– SriHarish
Feb 20 '13 at 11:41
Ubuntu will try and interpret the disk, wheras dd doesn't care much. It just reads what it can at block level. You could add aconv=noerror
to skip errors and see what you get in the end.
– hot2use
Feb 20 '13 at 11:49
well, I don have much of data... but tried to read the disk with ubuntu live CD... The start up for ubuntu was damn slow and am not to select the disk for installation.... probably dead I guess...
– SriHarish
Feb 20 '13 at 11:41
well, I don have much of data... but tried to read the disk with ubuntu live CD... The start up for ubuntu was damn slow and am not to select the disk for installation.... probably dead I guess...
– SriHarish
Feb 20 '13 at 11:41
Ubuntu will try and interpret the disk, wheras dd doesn't care much. It just reads what it can at block level. You could add a
conv=noerror
to skip errors and see what you get in the end.– hot2use
Feb 20 '13 at 11:49
Ubuntu will try and interpret the disk, wheras dd doesn't care much. It just reads what it can at block level. You could add a
conv=noerror
to skip errors and see what you get in the end.– hot2use
Feb 20 '13 at 11:49
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%2f554650%2fsata-hdd-i-o-error%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
1
the hard disk's dead. get a replacement
– Sathyajith Bhat♦
Feb 20 '13 at 7:06
How old is the computer? How old is the disk?
– hot2use
Feb 20 '13 at 7:35
Both are two yrs old
– SriHarish
Feb 20 '13 at 8:13