Changes

693 bytes added ,  15:55, 24 December 2010
Line 490: Line 490:  
  emerge -v automake  
 
  emerge -v automake  
   βˆ’
The -v option selects verbose mode.  
+
The -v option selects verbose mode.
    +
== Mounting a flash disk ==
 +
 +
If you need more disk space or want to transfer files to the WiiToo! system, you can mount a flash disk. If you leave the flash disk as a FAT32 file system you can use it mainly for transfering files. Otherwise you should use the ext3 file system.
 +
 +
After plugging in the flash disk you have to:
 +
 +
1. check if the flash disk is found by WiiToo! and read its device name: enter "dmesg". This will flood the screen with messages and at the end disclose the device name e.g. as "sda/sda1".
 +
 +
2. Create a mount point with: "mkdir /mnt/flashdisk"
 +
 +
3. Mount the flash disk: "mount /dev/sda1 /mnt/flashdisk"
 +
 +
Now we can see the files on the flash disk: "ls /mnt/flashdisk".
    
== Credits ==
 
== Credits ==
 
Thanks to all the people that have contributed in any way to this project, special thanks to Gentoo, [[Team Twiizers]], and isobel without them this wouldn't be possible.
 
Thanks to all the people that have contributed in any way to this project, special thanks to Gentoo, [[Team Twiizers]], and isobel without them this wouldn't be possible.
206

edits