Wiz: Unterschied zwischen den Versionen

aus Metalab Wiki, dem offenen Zentrum für meta-disziplinäre Magier und technisch-kreative Enthusiasten.
Zur Navigation springenZur Suche springen
(Tipp - Termula2x Port for root-terminal access to the Wiz)
(Troubleshoot filesystem problems on the Wiz)
Zeile 16: Zeile 16:
 
Terminal Application for root shell on the wiz [http://www.tuxbrain.com/en/en/port-de-termula2x-para-gp2x-wiz termula2x port to the Wiz]
 
Terminal Application for root shell on the wiz [http://www.tuxbrain.com/en/en/port-de-termula2x-para-gp2x-wiz termula2x port to the Wiz]
  
 +
 +
==Troubleshooting==
 +
When the Wiz runs out of battery while gaming it can happen that the Flash drive (internal NAND or SD Card) is left in a bad state. Symptoms are - no write access to the drive, no savegames and the like.
 +
 +
While it is always easy to take out the SD Card and repair or format it on a computer this is not possible with the internal NAND storage. Here is how to do it:
 +
 +
- Connect the Wiz to a computer using the supplied USB Cable
 +
 +
- Turn on the Wiz and tell it to mount the NAND storage when the dialog pops up asking (A-Button)
 +
 +
'''Linux:''' Figure out where the Wiz mounted. I will use /dev/sdf for the sake of this example but it will be different on different machines! Then unmount the Wiz from the Linux Box, get root and run fsck -a /dev/sdf until no more errors are reported.
 +
 +
'''MacOS X:''' Open Disk Utility (Festplatten Dienstprogramm) and simply use it's repair function on the mounted Wiz drive. Alternatively you can use the command line just like under Linux but with a little different syntax (hint: fsck_msdos -y /dev/disk1)
 +
 +
'''Windows:''' Find the Wiz's drive letter, right-click on it and find the drive repair function.
 +
 +
- Reboot the Wiz, it should now work fine again.
 +
 +
 +
It might also be possible to simply reformat the Wiz's drive because the actual Linux System on the Wiz does not reside in the visible NAND drive but this hast not been tested - Just try it and tell if you ruined your Wiz, or not :-)
  
 
[[Kategorie:Gaming]]
 
[[Kategorie:Gaming]]
 
[[Kategorie:Gamedev]]
 
[[Kategorie:Gamedev]]
 
[[Kategorie:English]]
 
[[Kategorie:English]]

Version vom 16. Juni 2009, 20:47 Uhr

co11_2.jpg


See Official Wiz Wiki & Files on Wiz File Archive


intrigued:


Tipps

Terminal Application for root shell on the wiz termula2x port to the Wiz


Troubleshooting

When the Wiz runs out of battery while gaming it can happen that the Flash drive (internal NAND or SD Card) is left in a bad state. Symptoms are - no write access to the drive, no savegames and the like.

While it is always easy to take out the SD Card and repair or format it on a computer this is not possible with the internal NAND storage. Here is how to do it:

- Connect the Wiz to a computer using the supplied USB Cable

- Turn on the Wiz and tell it to mount the NAND storage when the dialog pops up asking (A-Button)

Linux: Figure out where the Wiz mounted. I will use /dev/sdf for the sake of this example but it will be different on different machines! Then unmount the Wiz from the Linux Box, get root and run fsck -a /dev/sdf until no more errors are reported.

MacOS X: Open Disk Utility (Festplatten Dienstprogramm) and simply use it's repair function on the mounted Wiz drive. Alternatively you can use the command line just like under Linux but with a little different syntax (hint: fsck_msdos -y /dev/disk1)

Windows: Find the Wiz's drive letter, right-click on it and find the drive repair function.

- Reboot the Wiz, it should now work fine again.


It might also be possible to simply reformat the Wiz's drive because the actual Linux System on the Wiz does not reside in the visible NAND drive but this hast not been tested - Just try it and tell if you ruined your Wiz, or not :-)