ubuntu@ubuntu:~$ sudo fdisk -l
Disk /dev/sda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 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: 0x000158f1
Device Boot Start End Blocks Id System
/dev/sda1 1 4190 33656143+ 5 Extended
/dev/sda5 * 1 13 104359+ 83 Linux
/dev/sda6 14 274 2096451 82 Linux swap / Solaris
/dev/sda7 275 1579 10482381 83 Linux
/dev/sda8 1580 4190 20972826 83 Linux
Disk /dev/sdb: 4043 MB, 4043309056 bytes
125 heads, 62 sectors/track, 1018 cylinders
Units = cylinders of 7750 * 512 = 3968000 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x0001d34b
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 1018 3944719 83 Linux
ubuntu@ubuntu:~$ sudo fdisk -lu
Disk /dev/sda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders, total 156301488 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: 0x000158f1
Device Boot Start End Blocks Id System
/dev/sda1 63 67312349 33656143+ 5 Extended
/dev/sda5 * 126 208844 104359+ 83 Linux
/dev/sda6 208908 4401809 2096451 82 Linux swap / Solaris
/dev/sda7 4401873 25366634 10482381 83 Linux
/dev/sda8 25366698 67312349 20972826 83 Linux
Disk /dev/sdb: 4043 MB, 4043309056 bytes
125 heads, 62 sectors/track, 1018 cylinders, total 7897088 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: 0x0001d34b
Device Boot Start End Blocks Id System
/dev/sdb1 * 62 7889499 3944719 83 Linux
ubuntu@ubuntu:~$
This is the outcome of partitioning with "gparted" . I understand sda1 taking its 63 sectors , but is it normal for sda5 to take any , let alone 126 sectors ? Needless to say I have refrained from installing on the hdd , in fact it's
my only hdd and I'm still working from a live usb stick .
I ran sudo dd if=/dev/sda of=whatsthis bs=512 skip=63 count=126 , looked at it in midnight commander - a lot of space with a backtick here and there . Any ideas ?
Disk /dev/sda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 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: 0x000158f1
Device Boot Start End Blocks Id System
/dev/sda1 1 4190 33656143+ 5 Extended
/dev/sda5 * 1 13 104359+ 83 Linux
/dev/sda6 14 274 2096451 82 Linux swap / Solaris
/dev/sda7 275 1579 10482381 83 Linux
/dev/sda8 1580 4190 20972826 83 Linux
Disk /dev/sdb: 4043 MB, 4043309056 bytes
125 heads, 62 sectors/track, 1018 cylinders
Units = cylinders of 7750 * 512 = 3968000 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x0001d34b
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 1018 3944719 83 Linux
ubuntu@ubuntu:~$ sudo fdisk -lu
Disk /dev/sda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders, total 156301488 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: 0x000158f1
Device Boot Start End Blocks Id System
/dev/sda1 63 67312349 33656143+ 5 Extended
/dev/sda5 * 126 208844 104359+ 83 Linux
/dev/sda6 208908 4401809 2096451 82 Linux swap / Solaris
/dev/sda7 4401873 25366634 10482381 83 Linux
/dev/sda8 25366698 67312349 20972826 83 Linux
Disk /dev/sdb: 4043 MB, 4043309056 bytes
125 heads, 62 sectors/track, 1018 cylinders, total 7897088 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: 0x0001d34b
Device Boot Start End Blocks Id System
/dev/sdb1 * 62 7889499 3944719 83 Linux
ubuntu@ubuntu:~$
This is the outcome of partitioning with "gparted" . I understand sda1 taking its 63 sectors , but is it normal for sda5 to take any , let alone 126 sectors ? Needless to say I have refrained from installing on the hdd , in fact it's
my only hdd and I'm still working from a live usb stick .
I ran sudo dd if=/dev/sda of=whatsthis bs=512 skip=63 count=126 , looked at it in midnight commander - a lot of space with a backtick here and there . Any ideas ?
Comment