Re: how to read files that resides on bad sectors

2006-05-30 Thread Michelle Konzack
Am 2006-05-20 18:40:36, schrieb Serena Cantor: > I write a Java program to read a file that is on bad > sector, when the program read bad sector, Linux kernel > take very long time unsuccessfully reading. > > I wish use ramdon bits to replace data on bad sector > when reading files. how to do it?

how to read files that resides on bad sectors

2006-05-20 Thread Serena Cantor
I write a Java program to read a file that is on bad sector, when the program read bad sector, Linux kernel take very long time unsuccessfully reading. I wish use ramdon bits to replace data on bad sector when reading files. how to do it? Thanks! _