Sometime on Oct 16, Trevor Warren assembled some asciibets to say:
knoppix rescue cd and have tried to mount the partition but it gives me and error with the superblock. When i try mounting using the mount
You can use the second/third/fourth superblock on the partn. First make a copy of the partition using dd, then make another copy. Work on the second copy.
Some hints here: http://www.livejournal.com/users/bluesmoon/15783.html and here: http://www.livejournal.com/users/bluesmoon/109782.html
Philip
Philip,
Nice link there. Am trying to figure out how to go about......since the disk seems to have bad sectors. Even a fdisk -l gives io errors.
You think this can work out???. Also, i do not have an extra disk and this partition is a 35GB one. Sheesh.....how worse can it get.
Trevor
===== |------|____________________________________|------| ( >- / Scaling FreeSoftware & OpenSource \ -< ) /~\ / In the Enterprise \ /~\ | ) \ | www.fsf.org | www.opensource.org | / (/ | |_|_ ____________________________________/ _|_|
_______________________________ Do you Yahoo!? Declare Yourself - Register online to vote today! http://vote.yahoo.com
Sometime Today, Trevor Warren assembled some asciibets to say:
Nice link there. Am trying to figure out how to go about......since the disk seems to have bad sectors. Even a fdisk -l gives io errors.
You've gotta use fsck -b. Don't worry about what fdisk tells you.
On Tue, 19 Oct 2004 03:05:04 -0700 (PDT), Trevor Warren trevorwarren@yahoo.com wrote:
Philip, Nice link there. Am trying to figure out how to go about......since the disk seems to have bad sectors. Even a fdisk -l gives io errors.
You think this can work out???. Also, i do not have an extra disk and this partition is a 35GB one. Sheesh.....how worse can it get.
try using debugfs and e2fsprogs to recover the partitions. this link might be useful as well. http://e2undel.sourceforge.net/recovery-howto.html
Sometime Today, Vinayak Hegde assembled some asciibets to say:
try using debugfs and e2fsprogs to recover the partitions. this link might be useful as well. http://e2undel.sourceforge.net/recovery-howto.html
Don't use e2fs tools on an ext3 partition. You'll get screwed. Journalling changes the way a lot of things work.
Evening Trevor,
Philip,
Nice link there. Am trying to figure out how to go about......since the disk seems to have bad sectors. Even a fdisk -l gives io errors.
<snip> Disk having bad sector will give you fdisk -l information. In case if you are using HBA's or SCSI controller ( i.e. PERC 4/D ), you might get "Unable to get access to /dev/sd?". and purely 'cause of HBA's or SCSI controller.
fdisk -l only reads the gemotery information of the disk ( Which is not placed on the sector ( for data information ).
Regards, Animesh.
__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
--- Animesh Singh an2rhyme@yahoo.com wrote:
fdisk -l only reads the gemotery information of the disk ( Which is not placed on the sector ( for data information ).
[snip]
Luckily no HBA or SCSI controller. Its IDE. dmesg screams io error. And fdisk -l doesn't work but throws up io errors.
What say??.
Trevor
Regards, Animesh.
===== |------|____________________________________|------| ( >- / Scaling FreeSoftware & OpenSource \ -< ) /~\ / In the Enterprise \ /~\ | ) \ | www.fsf.org | www.opensource.org | / (/ | |_|_ ____________________________________/ _|_|
Sometime Today, Trevor Warren assembled some asciibets to say:
Luckily no HBA or SCSI controller. Its IDE. dmesg screams io error. And fdisk -l doesn't work but throws up io errors.
sorry trevor, should have given this solution first.
put your hard disk into the freezer (T<0°C) for 24 hours. When you take it out it should work for at least 24 hours. That should give you enough time to copy the data off it.
Philip
PS: I'm not kidding. I've done this twice before.
On Tue, 19 Oct 2004 21:04:40 +0530 (IST), Philip Tellis philip.tellis@gmx.net wrote:
Sometime Today, Trevor Warren assembled some asciibets to say:
Luckily no HBA or SCSI controller. Its IDE. dmesg screams io error. And fdisk -l doesn't work but throws up io errors.
sorry trevor, should have given this solution first.
put your hard disk into the freezer (T<0°C) for 24 hours. When you take it out it should work for at least 24 hours. That should give you enough time to copy the data off it.
Philip
PS: I'm not kidding. I've done this twice before.
Yeah it works I have tried that as well :) Just be sure that you cover the HDD well before you put it in the freezer :)
The release notes of e2fsprogs say that ext3 fs is supported for quite a few operations including replaying journal in user mode and identifing/reading superblocks on disk. but YMMV.
--- Vinayak Hegde vinayakh@gmail.com wrote:
On Tue, 19 Oct 2004 21:04:40 +0530 (IST), Philip Tellis philip.tellis@gmx.net wrote:
Sometime Today, Trevor Warren assembled some
asciibets to say:
Luckily no HBA or SCSI controller. Its IDE.
dmesg screams io error.
And fdisk -l doesn't work but throws up io
errors.
sorry trevor, should have given this solution
first.
put your hard disk into the freezer (T<0�C) for 24
hours. When you take
it out it should work for at least 24 hours. That
should give you
enough time to copy the data off it.
Philip
PS: I'm not kidding. I've done this twice before.
Yeah it works I have tried that as well :) Just be sure that you cover the HDD well before you put it in the freezer :)
The release notes of e2fsprogs say that ext3 fs is supported for quite a few operations including replaying journal in user mode and identifing/reading superblocks on disk. but YMMV.
===== |------|____________________________________|------| ( >- / Scaling FreeSoftware & OpenSource \ -< ) /~\ / In the Enterprise \ /~\ | ) \ | www.fsf.org | www.opensource.org | / (/ | |_|_ ____________________________________/ _|_|
__________________________________ Do you Yahoo!? Read only the mail you want - Yahoo! Mail SpamGuard. http://promotions.yahoo.com/new_mail
Philip/Vin,
There is also Granjo, a fine white wine i picked up from goa last week. You think its presence will chill up the disks and cough up some life into it..:D.
Trevor
===== |------|____________________________________|------| ( >- / Scaling FreeSoftware & OpenSource \ -< ) /~\ / In the Enterprise \ /~\ | ) \ | www.fsf.org | www.opensource.org | / (/ | |_|_ ____________________________________/ _|_|
_______________________________ Do you Yahoo!? Declare Yourself - Register online to vote today! http://vote.yahoo.com
Sometime Today, Trevor Warren assembled some asciibets to say:
There is also Granjo, a fine white wine i picked up from goa last week. You think its presence will chill up the disks and cough up some life into it..:D.
dunno about that, but I know my dad will love it. It's one of his favourites.
On 19 Oct 2004, Trevor Warren spake thusly:
Philip/Vin,
There is also Granjo, a fine white wine i picked up from goa last week. You think its presence will chill up the disks and cough up some life into it..:D.
Here's another solution : you call a few (very few) of your friends home and make them forcibly drink the wine. That way your freezer will be empty and a HDD cooling session requires an empty freezer.
ummm... BTW, I am free tomorrow...
:D
On Tue, 2004-10-19 at 21:46, quasi ! wrote:
On 19 Oct 2004, Trevor Warren spake thusly:
Philip/Vin,
Here's another solution : you call a few (very few) of your friends home and make them forcibly drink the wine. That way your freezer will be empty and a HDD cooling session requires an empty freezer.
Forcibly???
Hi Trevor,
On Wed, 2004-10-20 at 07:16, quasi ! wrote:
Here's another solution : you call a few (very few) of your friends home and make them forcibly drink the wine. That way your freezer will be empty and a HDD cooling session requires an empty freezer.
I second Quasi's IDEA.
ummm... BTW, I am free tomorrow...
And I am always free when something involves fine wines!
:D
So I will keep my finger Xed for an invitation. ;-)
With regards,
Fellas,
The drinks are on me...tell me the place where we can catch up. We can have a glug-beer meet. All beers on the house but the place will have to be someone elses...:D
Trevor
===== |------|____________________________________|------| ( >- / Scaling FreeSoftware & OpenSource \ -< ) /~\ / In the Enterprise \ /~\ | ) \ | www.fsf.org | www.opensource.org | / (/ | |_|_ ____________________________________/ _|_|