Code Sample |
Disk /dev/sda: 1008 cylinders, 16 heads, 61 sectors/track Units = cylinders of 499712 bytes, blocks of 1024 bytes, counting from 0 Device Boot Start End #cyls #blocks Id System /dev/sda1 0 - 0 0 0 Empty /dev/sda2 0 - 0 0 0 Empty /dev/sda3 0 - 0 0 0 Empty /dev/sda4 0 - 0 0 0 Empty |
Code Sample |
/dev/sda1/ : |
Quote |
Just use 1921 Cylinders.. You will lose ~1-2MB. |
Quote |
If the USB-stick was mine, I would make only 1 partition and use USB-HDD installation of DSL 960x32x32 (=983040) |
Quote |
But if you want to make USB-ZIP installation then you should use 1921x16x32 (=983552) ~64MB sda1: sda1 0 244 6 * and the rest to sda2: sda2 245 1921 |
Quote |
What is "960x32x32 (=983040)"? How to arrive to this forumla? 960 = no_of_cylinders ? 32 = head ? 32 = sectors ? Why need such figures ? |
Quote |
1921 ~=1921.5 16 = heads ? 32 = sectors ? Why need 32 sector? |
Quote |
# sfdisk -f -Cnumcyl -Hnumheads -Snumsectors /dev/sda substituting; -Cnumcyl with "-1921" -Hnumheads with "-16" -Snumsectors with "-32" Then /dev/sda1 will be created with output "sda1 0 244 6 *" displayed. |
Quote |
How to arrive lose ~1-2MB? What formula to be used to calculate it? |
Quote |
sfdisk -f -C1921 -H16 -S32 /dev/sda and then sda1:0 244 6 * and then you just press a couple of times enter and the rest is allocated to sda2.. |