Re: [sleuthkit-users] How to retrieve data from a corrupted floppy
Brought to you by:
carrier
From: Paul B. <p.j...@br...> - 2005-02-21 13:05:55
|
Under linux you can use: dd if=/dev/fd0 of=floppyimg conv=sync,noerror bs=512 This tries to read all data it can from the floppy and puts it in floppyimg. After that, run for instance foremost on the image to retrieve recoverable files. Paul Bakker On Mon, Feb 21, 2005 at 06:04:06PM +0530, Pradeep M wrote: > How to retrieve data from a corrupted floppy? If anyone has any idea > regarding this, > do reply me to this id. > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > sleuthkit-users mailing list > https://lists.sourceforge.net/lists/listinfo/sleuthkit-users > http://www.sleuthkit.org |