DBZoo - Talent without discipline is like an Octopus on rollerskates.

Differences

This shows you the differences between two versions of the page.

livebox:development [2012/01/26 22:34]
karl [USB Filesystem support] Updated redundant external link and added reference to example on HAH
livebox:development [2012/06/01 23:02] (current)
brett [USB Filesystem support]
Line 228: Line 228:
  
 <code> <code>
-modprobe usb-ohci 
-insmod scsi_mod.o 
-insmod sd_mod.o 
-insmod usb-storage.o 
 # FOR FAT32/VFAT filesystem # FOR FAT32/VFAT filesystem
-insmod nls.+insmod /lib/modules/2.4.17/kernel/fat.o 
-insmod fat.o +insmod /lib/modules/2.4.17/kernel/vfat.o
-insmod vfat.o+
 mount -t vfat /dev/sda1 /mnt/usb mount -t vfat /dev/sda1 /mnt/usb
 </code> </code>
Line 246: Line 241:
 The ext2 filesystem will use less memory and should be considered if a permanent solution for storage is required The ext2 filesystem will use less memory and should be considered if a permanent solution for storage is required
 <code> <code>
-insmod ext2.o+insmod /lib/modules/2.4.17/kernel/ext2.o
 mount /dev/sda1 /mnt/usb mount /dev/sda1 /mnt/usb
 </code> </code>
livebox/development.txt · Last modified: 2012/06/01 23:02 by brett