Hi, I’m trying to follow this :Live USB stick - openSUSE
When I run the script (this is on PCLinuxOS) at the end, to make a portable USB, I get this:
The number of cylinders for this disk is set to 4047.
There is nothing wrong with that, but this is larger than 1024,
and could in certain setups cause problems with:
1) software that runs at boot time (e.g., old versions of LILO)
2) booting and partitioning software from other OSs
(e.g., DOS FDISK, OS/2 FDISK)
Command (m for help): Command action
e extended
p primary partition (1-4)
Partition number (1-4): First cylinder (679-4047, default 679): First cylinder (679-4047, default 679): First cylinder (679-4047, default 679): First cylinder (679-4047, default 679): Value out of range.
First cylinder (679-4047, default 679): Value out of range.
First cylinder (679-4047, default 679): First cylinder (679-4047, default 679): Using default value 679
Last cylinder, +cylinders or +size{K,M,G} (679-4047, default 4047): Using default value 4047
Command (m for help):
got EOF thrice - exiting..
2+0 records in
2+0 records out
8192 bytes (8.2 kB) copied, 8.367e-05 s, 97.9 MB/s
This don’t look too healthy to my untrained eye (all those ‘value out of range’) and it looks like there is still only one partition (I think)…
# fdisk -l /dev/sdb
Disk /dev/sdb: 4244 MB, 4244373504 bytes
64 heads, 32 sectors/track, 4047 cylinders
Units = cylinders of 2048 * 512 = 1048576 bytes
Disk identifier: 0x651d5702
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 678 694272 83 Linux
Clarification or help much appreciated.
Thanks in advance.