Re: Data Recovery from External FAT32 Drive
- From: ray <ray@xxxxxxxxxx>
- Date: Fri, 27 Apr 2007 07:39:37 -0600
On Fri, 27 Apr 2007 14:14:02 +0200, Sybren Stuvel wrote:
mleo2003 enlightened us with:
I thought about using fsck, or even trying to use something like
UBCD4Win, or the SysRescue CD, to try to fix it
Make an image with
dd if=/dev/sdb1 of=image.fat32
except you should add 'conv=noerrors conv=sync' to keep going past bad
blocks and replace unreadable data with zeros. If the whole thing was one
partition, that's going to be difficult though - another reason to keep
partitions a reasonable size.
then bind it to a loop device:
losetup /dev/loop0 image.fat32
and run fsck and other software on /dev/loop0. That'll allow you to
experiment without altering any bits on the original filesystem.
Sybren
.
- References:
- Data Recovery from External FAT32 Drive
- From: mleo2003
- Re: Data Recovery from External FAT32 Drive
- From: Sybren Stuvel
- Data Recovery from External FAT32 Drive
- Prev by Date: Re: Data Recovery from External FAT32 Drive
- Next by Date: Re: How to grab X11/OpenGL video in linux?
- Previous by thread: Re: Data Recovery from External FAT32 Drive
- Next by thread: ▓█ HONEYMOON KISSING PICS ▓█
- Index(es):
Relevant Pages
|