Skip to content

Instantly share code, notes, and snippets.

@tinogomes
Created January 9, 2011 13:56
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save tinogomes/771704 to your computer and use it in GitHub Desktop.
Save tinogomes/771704 to your computer and use it in GitHub Desktop.
Backing Up Your Wii Game Overview with MAC OS X
Extracted from http://chris-fletcher.com/2009/05/17/backup-and-burn-wii-games-on-a-mac/
1. Insert the Wii Game disc into your DVD drive.
2. Click Ignore
3. Open Terminal ( Applications -> Utilities -> Terminal
4. Type drutil status ( Get the Name i.e. /dev/disk1 )
5. Type dd if=/path_to_dvd of=/game_name.iso and wait 15 min
6. Type drutil eject to eject your game.
To copy
Use Disk Utility normally or some other burn app.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment