- Run Windows On Linux: Win4Lin Revisited
- A Continuing Work in Progress: The State of Linux 2006
- 500 Hour Test of Tomorrow's Windows "Vista"
- Taking Linux On The Road With Ubuntu
- A Brief Introduction to Sampling Audio
- The Best Platform For Small Business Server 2003
- Pepping Up Windows
- Windows Spyware Survival Tools
- Radix Protector: Windows Restore in 30 Seconds
- Your Own Server Part 2: Windows Server 2003 Installation
- Mini-freeze each 4 seconds. Help needed!!!
- Impossible to boot on HD and slow BIOS access
- Logitech MX5000 - Annoying Mouse Issues
- MACINTEL...A NIGHTMARE COMES TRUE FOR AMD LOVERS!!!
- USB Boot not supported. Now What??
- Knoppix Linux On USB
- P4P800 no longer recognises pci devices
- I give up: Most bang for memory $ for P4C800-E Deluxe
- [Announcement] FlashBoot - a tool to make USB Flash Disks ..
- Troubleshooting asus p5q pro strange boot problems
Installation Procedure
Source: Tom's Hardware US – Keywords: knoppix, linux, usb
Syndication:
Installation Procedure
Start with a clean slate: compress and archive any existing data from the current USB volume on some other media, unless you're prepared to kiss it goodbye forever - the contents of the flash drive will be irrevocably destroyed during the formatting process. Using Windows or Linux to create an initial image is purely a matter of personal preference; once Knoppix is situated properly on the flash drive, it makes little difference which operating system (and to an extent, the underlying hardware) its host computer uses.
1. Partition The USB Flash Drive
Using native Linux disk partitioning utility fdisk, discover the appropriate USB drive entry as depicted in the screenshot below.

Invoke fdisk to identify drive entries.
For our purposes, an initial 64 MB partition would suffice to store either of these 50 MB images (DSL or Feather), but for simplicity's sake, the entire volume was used.
2. Format The USB Flash Drive
FAT16 is our format of choice because it works well for bootable USB images. Other formats may or may not work, in our experience. If necessary, you can create a separate partition to store additional binaries or data using an entirely different file system format. This is demonstrated in the following image, which describes how to format an additional EXT3 file system, and turn off boot-time checks during the drive mounting process (using tune2fs).

A single partition for Linux, with another for additional storage.
3. Mount The USB Flash Drive
Mounting the USB flash drive makes it available as a storage device to the rest of the system. With a simple invocation of the mount utility (depicted below) the USB drive is ready to receive files. (Do this only if your desktop hasn't already mounted the volume for you.)

Invoke mount to make the drive available.
- Previous page Advantages And Disadvantages
- Next page 4. Copy Mini-distro Contents To USB Key