[vox-tech] hard drive recovery

Samuel Merritt vox-tech@lists.lugod.org
Tue, 30 Jul 2002 09:32:11 -0700 (PDT)


I've had some IBM Deskstars make some very interesting noises, including a
repeated clicking, and still have been able to get data off of them. I
think that how dead a drive is when it starts clicking depends on the drive
model. If the heads have fallen off the platter(s), the drive is truly hosed. 

One could try to use dd to get the data off, but the problem with dd is
that it quits if it encounters a read (or write) error. 

I've run across a utility called dd_rescue
(http://www.garloff.de/kurt/linux/ddrescue/)
that looks like it was written for just this purpose. I found out about it
after getting rid of my last Deskstar, so I haven't had a need to use it.
It looks good, though. 

> I expect that if the drive sounds like that, you won't be 
> able to read it at all -- in which case a data recovery
> service is probably the only option.
> 
> I think I'll go do some backups now....
> 
> -- Rod
>    http://www.sunsetsystems.com/
> 
> On Monday 29 July 2002 01:04 pm, Peter Jay Salzman wrote:
> > hola,
> >
> > a friend (who only uses windows) had a laptop hard drive fail.  it gives
> > the "click click of death" that you hear when a drive fails.
> >
> > he asked about the possibility of recovering some unbacked up data.
> >
> > would i be able to hook his laptop computer up to a linux box and use dd
> > to read in raw partion data?  i'm thinking something along the lines of:
> >
> > dd if=/dev/hdd1 of=./firstpartition
> > dd if=/dev/hdd2 of=./secondpartition
> >
> > that would be my knee-jerk response.  i've done some web searching, but
> > need to do more.  i know the dd works at a filesystem level.  is there a
> > lower level tool that would allow me to read up to where the hard crash
> > occured and perhaps after this point?
> >
> > has anyone "been here" before?  what did you do?
> >
> > do laptop IDE drives have the same interface that desktop IDE drives
> > have?
> >
> > pete
> 
> _______________________________________________
> vox-tech mailing list
> vox-tech@lists.lugod.org
> http://lists.lugod.org/mailman/listinfo/vox-tech
>