Used Gparted 7.1-5 to create from the extended partition, the two partitons for Natty. 10.0GB for root and 25.0 GB for /home. These are sda9 and sda10 respectively, and are the last two partitions.
When I created the 10.0GB ext4 partition, Gparted kept a 2Mb unallocated gap between sda8 and sda9. I was allowed to change it to 1Mb, but not to zero. If I changed it to 1MB, it established a 1MB unallocated space at the end of sda9. I left it at 2Mb between sda8 and sda9. This same anomoly was not presented when I created the 25GB ext4 partition. I was allowed to have 0 preceding the start of sda10.
Gparted shows this unallocated space between sda8 and sda9. Within Natty, Partition Manager does not show this 'gap'.
From within Natty, sudo fdisk -l shows:
and sudo fdisk -lu shows:
fdisk -l shows that the End of sda9 and the Start of sda10 share the same cylinder - 10703.
However, fdisk -lu shows that the sector sda9 ends on is not the same sector that sda10 starts on.
Gparted didn't complain, and neither does fdsik or Natty when booted. Should I be worried? Is there anything to be worried about?
When I created the 10.0GB ext4 partition, Gparted kept a 2Mb unallocated gap between sda8 and sda9. I was allowed to change it to 1Mb, but not to zero. If I changed it to 1MB, it established a 1MB unallocated space at the end of sda9. I left it at 2Mb between sda8 and sda9. This same anomoly was not presented when I created the 25GB ext4 partition. I was allowed to have 0 preceding the start of sda10.
Gparted shows this unallocated space between sda8 and sda9. Within Natty, Partition Manager does not show this 'gap'.
From within Natty, sudo fdisk -l shows:
Code:
Disk /dev/sda: 120.0 GB, 120034123776 bytes 255 heads, 63 sectors/track, 14593 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0xc528b3c5 Device Boot Start End Blocks Id System /dev/sda1 * 1 1305 10482381 83 Linux /dev/sda2 1306 14594 106737877+ f W95 Ext'd (LBA) /dev/sda5 1306 4568 26209984+ 83 Linux /dev/sda6 4569 4829 2096451 82 Linux swap / Solaris /dev/sda7 4830 6134 10482381 83 Linux /dev/sda8 6135 9397 26210016 83 Linux /dev/sda9 9398 [color=red]10703[/color] 10482688 83 Linux /dev/sda10 [color=red]10703[/color] 13966 26210304 83 Linux
Code:
Disk /dev/sda: 120.0 GB, 120034123776 bytes 255 heads, 63 sectors/track, 14593 cylinders, total 234441648 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0xc528b3c5 Device Boot Start End Blocks Id System /dev/sda1 * 63 20964824 10482381 83 Linux /dev/sda2 20964949 234440703 106737877+ f W95 Ext'd (LBA) /dev/sda5 20964951 73384919 26209984+ 83 Linux /dev/sda6 73384983 77577884 2096451 82 Linux swap / Solaris /dev/sda7 77577948 98542709 10482381 83 Linux /dev/sda8 98542773 150962804 26210016 83 Linux /dev/sda9 150966272 171931647 10482688 83 Linux /dev/sda10 171933696 224354303 26210304 83 Linux
However, fdisk -lu shows that the sector sda9 ends on is not the same sector that sda10 starts on.
Gparted didn't complain, and neither does fdsik or Natty when booted. Should I be worried? Is there anything to be worried about?
Comment