|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
Re: [PLUG] corrupted partition table on CF card
|
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
|
|