Re: unrecognised disk label

2008-08-26 Thread Joel Granados
- "stonezhang" <[EMAIL PROTECTED]> wrote: > Dear, > If you do follow: > dd if=/dev/zero of=/dev/sdb bs=512 count=1 > then you create partition by parted ,it will show "Error: /dev/sdb: > unrecognised disk label", but fdisk have no this error (/dev/sdb is a > usb disk). parted does no

Re: unrecognised disk label

2008-08-26 Thread Jim Meyering
"stonezhang" <[EMAIL PROTECTED]> wrote: > If you do follow: > dd if=/dev/zero of=/dev/sdb bs=512 count=1 > then you create partition by parted ,it will show "Error: /dev/sdb: > unrecognised disk label", but fdisk have no this error (/dev/sdb is a usb > disk). Thanks for the report. Howev