"Håkon Løvdal" <[EMAIL PROTECTED]> wrote: > On 11/06/07, Jim Meyering <[EMAIL PROTECTED]> wrote: > > This change > >> 'erase the left-over label' \ >> - 'dd if=/dev/zero of=$dev bs=$N count=1 2> /dev/null' >> + 'dd if=/dev/zero of=$dev bs=1K count=1 2> /dev/null' ... > and to me it looks like an error. Is it?
Hi Håkon, It does look different, but it's supposed to be that way. Unlike the other test scripts, t0000-basic.sh is used solely for creating an msdos partition table via mklabel, so a size of 1KB is more than enough. It would have worked with bs=512c, too -- but not bs=511c. Jim _______________________________________________ parted-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/parted-devel

