Hello,
Here is the result of fdisk -l on my Azbox with E2:
Code:
root@AZBox:~# fdisk -l
Disk /dev/hda: 4011 MB, 4011851776 bytes
16 heads, 63 sectors/track, 7773 cylinders
Units = cylinders of 1008 * 512 = 516096 bytes
Device Boot Start End Blocks Id System
/dev/hda1 1 373 187632 83 Linux
Partition 1 does not end on cylinder boundary
/dev/hda2 373 497 62720 82 Linux swap
Partition 2 does not end on cylinder boundary
root@AZBox:~#
Don't worry about the message "Partition x does not end on cylinder boundary" this is because my Azbox is no longer equipped with the original DOM. As you can see, I replace the original 256 MB DOM by a 4 GB SD card, this is not needed to install E2, it was just for fun. :-)
You can also use: sfdisk
Code:
root@AZBox:~# sfdisk -l
Disk /dev/hda: 7773 cylinders, 16 heads, 63 sectors/track
Units = cylinders of 516096 bytes, blocks of 1024 bytes, counting from 0
Device Boot Start End #cyls #blocks Id System
/dev/hda1 0+ 372- 373- 187632 83 Linux
/dev/hda2 372+ 496- 125- 62720 82 Linux swap / Solaris
With this command, you can use the output provided has input to sfdisk so the partition will be created properly:
Code:
root@AZBox:~# sfdisk -d
# partition table of /dev/hda
unit: sectors
/dev/hda1 : start= 32, size= 375264, Id=83
/dev/hda2 : start= 375296, size= 125440, Id=82
/dev/hda3 : start= 0, size= 0, Id= 0
/dev/hda4 : start= 0, size= 0, Id= 0
May be someone with the official DOM in E2 can issue the same commands and put the output here, just to be sure that values remains the same.
Pr2
Bookmarks