|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
Re: [PLUG] corrupted partition table on CF card
|
oh shit, it worked this time! i swear i tried this yesterday and it didn't
work. look like dd successfully pulled all data from card. at least i think
it did. the card is 64M total, but it wasn't nearly full. would that matter?
should the dd snapshot be 64M? Now that I have this data down, how can i
recover the image files?
dd if=/dev/sdb of=cflash_out
125184+0 records in
125184+0 records out
> On Sun, Jul 07, 2002 at 05:21:39PM -0600, W. Chris Shank wrote:
>> this is what i get when i try dd:
>> dd if=/dev/sdb1 of=cflash_out
>> dd: opening `/dev/sdb1': No such device or address
>>
>> what do you think?
>
> well /dev/sdb1 would be the first partition on /dev/sdb, and if it has
> a corrupt partition table, dd is going to get a little confused about
> where to start. what does
>
> dd if=/dev/sdb of=cflash_out
>
> do?
>
> --sean
>
> ______________________________________________________________________
> Philadelphia Linux Users Group - http://www.phillylinux.org
> Announcements-http://lists.phillylinux.org/mail/listinfo/plug-announce
> General Discussion - http://lists.phillylinux.org/mail/listinfo/plug
______________________________________________________________________
Philadelphia Linux Users Group - http://www.phillylinux.org
Announcements-http://lists.phillylinux.org/mail/listinfo/plug-announce
General Discussion - http://lists.phillylinux.org/mail/listinfo/plug
|
|