After partioning/formatting my thumbdrive using the following command as per the guide:
root@hostname# parted /dev/sda "mklabel msdos mkpartfs primary ext2 0 21 mkpartfs primary ext2 22 -0 set 1 boot on"
I noticed that fdisk reports some partitioning anomalies (see below). Is this something to be concerned about?
root@seth-laptop:/mnt/buildroot/debootstrap# fdisk -l /dev/sda Disk /dev/sda: 503 MB, 503709696 bytes16 heads, 61 sectors/track, 1008 cylindersUnits = cylinders of 976 * 512 = 499712 bytes Device Boot Start End Blocks Id System/dev/sda1 * 1 43 20507+ 83 LinuxPartition 1 has different physical/logical endings: phys=(2, 141, 3) logical=(42, 0, 24)Partition 1 does not end on cylinder boundary./dev/sda2 43 1008 471395+ 83 LinuxPartition 2 has different physical/logical beginnings (non-Linux?): phys=(2, 141, 4) logical=(42, 0, 25)Partition 2 has different physical/logical endings: phys=(61, 60, 62) logical=(1007, 15, 60)Partition 2 does not end on cylinder boundary.
<code>
<blockcode>
<foo>
[foo]
More information about formatting options
one more anomaly re: disk partitioning
After partioning/formatting my thumbdrive using the following command as per the guide:
root@hostname# parted /dev/sda "mklabel msdos mkpartfs primary ext2 0 21 mkpartfs primary ext2 22 -0 set 1 boot on"I noticed that fdisk reports some partitioning anomalies (see below). Is this something to be concerned about?