Die Idee:
mal schnell meinen neunen Rechner vom Stick booten. Keys dabei haben etc.
Produkt:
Jun 14 22:24:14 vible kernel: usb 1-6: new high speed USB device using ehci_hcd and address 8 Jun 14 22:24:15 vible kernel: usb 1-6: Product: Cruzer Micro Jun 14 22:24:15 vible kernel: usb 1-6: Manufacturer: SanDisk Corporation Jun 14 22:24:15 vible kernel: usb 1-6: SerialNumber: SNDK401E152C8A207105 Jun 14 22:24:15 vible kernel: scsi4 : SCSI emulation for USB Mass Storage devices Jun 14 22:24:15 vible usb.agent[23232]: usb-storage: already loaded Jun 14 22:24:20 vible kernel: Vendor: SanDisk Model: Cruzer Micro Rev: 0.4 Jun 14 22:24:20 vible kernel: Type: Direct-Access ANSI SCSI revision: 02 Jun 14 22:24:20 vible kernel: SCSI device sdb: 2001888 512-byte hdwr sectors (1025 MB) Jun 14 22:24:20 vible kernel: sdb: Write Protect is off Jun 14 22:24:20 vible kernel: SCSI device sdb: 2001888 512-byte hdwr sectors (1025 MB) Jun 14 22:24:20 vible kernel: sdb: Write Protect is off Jun 14 22:24:20 vible kernel: /dev/scsi/host4/bus0/target0/lun0:<7>usb-storage: queuecommand called Jun 14 22:24:20 vible kernel: p1 Jun 14 22:24:20 vible kernel: Attached scsi removable disk sdb at scsi4, channel 0, id 0, lun 0 Jun 14 22:24:20 vible scsi.agent[23288]: sd_mod: can't be loaded (for disk)
http://www.tschirley.com/linux/acer-ferrari-3400.html
USB Memory Sticks The use of memory sticks is rather comfortable. If you're new to that topic, you should probably have a look at Niko Sauer's Flash-Memory-HOWTO. Nico explains in detail what to do to get it working. Tough I think, it's very good written and worth reading, here's a shortcut. Enable the kernel option '/proc filesystem' (PROC_FS) and add the line "/dev/sdb1 /mnt/memstick vfat defaults,user,noauto,umask=000,codepage=850" to the file '/etc/fstab' (yes, memory sticks are usually not divided in several partitions, though this is possible). Create the directory /mnt/memstick. Useful are kernel options 'USB device filesystem (USB_DEVICEFS) and 'USB Mass Storage support' (USB_STORAGE) if you want to use for example USB Memory Sticks. I use a SanDisc Cruzer Micro. Add the line "none /proc/bus/usb usbdevfs defaults 0 0" to the file '/etc/fstab'. Either reboot or execute 'mount /proc/bus/usb'. If the directory '/proc/bus/usb' exists, everything is ok. As these devices are handled using the SCSI emulation API, you'll need to activate 'SCSI device support' (SCSI), 'SCSI disk support' (BLK_DEV_SD), 'SCSI generic support' (CHR_DEV_SG) and maybe 'Verbose SCSI error reporting (kernel size +=12K)' (SCSI_CONSTANTS). Here's what syslog tells me if I then insert it to the 2nd port: usb 1-2: new high speed USB device using address 10 scsi4 : SCSI emulation for USB Mass Storage devices Vendor: SanDisk Model: Cruzer Micro Rev: 2033 Type: Direct-Access ANSI SCSI revision: 02 SCSI device sdb: 512000 512-byte hdwr sectors (262 MB) sdb: assuming Write Enabled sdb: assuming drive cache: write through /dev/scsi/host4/bus0/target0/lun0: p1 Attached scsi removable disk sdb at scsi4, channel 0, id 0, lun 0 Attached scsi generic sg2 at scsi4, channel 0, id 0, lun 0, type 0 USB Mass Storage device found at 10 93]: configured rule in '/etc/udev/rules.d/z_hal-plugdev.rules' at line 2 applied, 'sdb' becomes '%k' 93]: creating device node '/dev/sdb' 01]: configured rule in '/etc/udev/rules.d/z_hal-plugdev.rules' at line 2 applied, 'sdb1' becomes '%k' 01]: creating device node '/dev/sdb1' 15]: creating device node '/dev/sg2' After this, you should be able to mount the memstick with 'mount /mnt/memstick'. Of course, you have enable the desired filesystem support, I guess 'DOS FAT fs support' (FAT_FS), 'MSDOS fs support' (MSDOS_FS), 'VFAT (Windows 95) fs support' (VFAT_FS) and maybe 'Second extended fs support (ext2fs)' (EXT2_FS).
Bootable Linux USB Drive – How To
http://www.geekstreet.ca/article.php?sid=2208
You have arrived at the homepage of ttylinux, a minimalistic GNU/Linux distribution. The distribution aims to fit into 4 megabytes of space and run even on 386 class computers, yet does provide a rather complete command line environment and is prepared for Internet dial-in. The target audience for ttylinux is mainly system administrators and people who want to put together minimalistic systems of their own.
http://www.livecdlist.com/wiki/index.php/LiveCD_Creation_Resources
http://www.rapo.org/linux/BootableLinuxUSBDriveHowTo.html
http://www.damnsmalllinux.org/usb.html http://distro.ibiblio.org/pub/linux/distributions/damnsmall/current/?M=A
http://www.damnsmalllinux.org/dsl-hd-install.html#apt-get
FrozenTech's LiveCD List
http://slax.linux-live.org/?lang=de http://slax.linux-live.org/
If you want an easy and compact way to get Debian on your hard drive check out Bonzai http://developer.berlios.de/projects/bonzai/
http://www.goosee.com/puppy/news2004.htm
DetlevLengsfeld/MeineHardware/SandiskMicro (last modified 2008-11-04 07:00:07)