How to create your own PortableUSB


First create a LiveUSB then you can convert it into a PortableUSB stick by creating a 2nd partition
on the remaining space of your USB stick to create a truly portable GNU/Linux that will
remember your changes between (re)boots !

# fdisk /dev/sdc

The number of cylinders for this disk is set to 1928.
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): p

Disk /dev/sdc: 2021 MB, 2021654528 bytes
64 heads, 32 sectors/track, 1928 cylinders
Units = cylinders of 2048 * 512 = 1048576 bytes
Disk identifier: 0x6de64dcf

   Device Boot      Start         End      Blocks   Id  System
/dev/sdc1   *           1         693      709632   83  Linux

Command (m for help): n
Command action
   e   extended
   p   primary partition (1-4)
p
Partition number (1-4): 2
First cylinder (694-1928, default 694): 
Using default value 694
Last cylinder, +cylinders or +size{K,M,G} (694-1928, default 1928): 
Using default value 1928

Command (m for help): p

Disk /dev/sdc: 2021 MB, 2021654528 bytes
64 heads, 32 sectors/track, 1928 cylinders
Units = cylinders of 2048 * 512 = 1048576 bytes
Disk identifier: 0x6de64dcf

   Device Boot      Start         End      Blocks   Id  System
/dev/sdc1   *           1         693      709632   83  Linux
/dev/sdc2             694        1928     1264640   83  Linux

Command (m for help): w
#
# sync



REFERRERS
LiveUSB
UsbSticks
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki