Use large SD Cards on the Wii
Normally, the Wii normally won't allow SD Cards larger than 2GB, so larger cards such as the typical 4GB variety are completely useless for storing all of your games and save information. It turns out that with a few tricks, you can fool your Wii into accepting these larger cards.
The hack, documented in detail by Knoxximus over at cheapassgamer.com, basically amounts to filling up the card with junk data until the remaining free space is less than 2GB. You first use a PC with the SDFormatter program to initially format the card (since the Wii won't format the 4GB card to begin with). Then you copy some files to the disk using your PC, bringing the free space below 2GB. Then the disk magically works in the Wii.
Though the filler data takes up usable space on the disk, you can remove filler files as the disk fills up. Essentially, you can access all 4GB of the disk - you just need to ensure that free space at any point in time is less than 2GB. Knoxximus has a PC utility that will create a bunch of files on your SD Card with a user specified size, which makes this whole process fairly simple. For instance, you can make a folder with hundreds of 100MB files, and you just delete a dummy file or two whenever you fill up your card with Wii files.
It sounds like the 2GB limit is completely arbitrary, since writing to a 4GB disk works without problem. Somewhere in the Wii's software, it's just checking to make sure there isn't more than 2GB available on the drive. I'm not sure why the developers didn't check the volume size of the disk instead of the just the available space, but thankfully they didn't or this hack wouldn't be possible.
The Inclusive 4GB SD Card Workaround Solution for Wii
SDFormatter
Posted by Jason Striegel |
Oct 22, 2008 09:30 PM
Gaming |
Permalink
| Comments (6)
Recent Entries
- Minty soldering jig
- Selecting row number in MySQL
- iPhone 3G software unlock
- Python on Android
- Controlling Sony camcorders with the Arduino
- Gradient text effect in CSS
- Retro gaming emulators that include (legal) ROMs?
- Das DereLicht - ham radio transmitter from a CFL bulb
- Using Google App Engine as a personal CDN
- Route-me - Open Source mapping library for iPhone
Comments
Newest comments listed first.
| Posted by: Jason Howat on October 23, 2008 at 1:20 AM |
I don't think the 2GB limit is completely arbitrary. I suspect a more likely explanation is that the Wii is using a 32 bit signed integer to store the amount of free space. The largest number that a 32 bit signed integer can hold is just 2,147,483,647. Add one to that and it overflows.
| Posted by: Hoba on October 23, 2008 at 6:21 AM |
I agree with Jason. It was the first thought that crossed my mind while reading the article.
| Posted by: Jason Striegel on October 23, 2008 at 7:34 AM |
Thanks Jason. That makes quite a bit of sense if you assume the variable is signed. Anything larger than 2GB (and smaller than 4GB) would appear to be negative.. That explains why you can load the disk but it won't write to it. It just thinks there's no space left. I wonder what would happen if you had a larger card that had 5GB free.
| Posted by: SuperJdynamite on October 23, 2008 at 11:57 AM |
SD cards aren't organized and addressed linearly. Like most large address spaces you organize the space into large blocks and then smaller partitions within those blocks. You actually need a few addresses to get at a particular piece of data, but all of those addresses fit within the register size of the CPU architecture.
In the case of SD, a card can have up to 4096 clusters, with up to 512 blocks per cluster, with up to 2048 bytes per block.
Through the years these size limits have changed and the way that the configuration of clusters, blocks, and bytes was stored on the card changed as well. There are a lot of different cards out there written to a lot of different revisions of the SD spec.
I'm guessing that to maintain compatibility with every type of card that somebody could jam into their Wii the engineers chose to cap the capacity to 2GB rather than having to deal with customers calling and asking why their cards aren't reporting the correct capacity.
| Posted by: Tony Cheetham on October 23, 2008 at 2:07 PM |
Bit of a coincidence?
| Posted by: DeadlyDad on October 31, 2008 at 1:13 AM |
http://www.softwaretipspalace.com/how-to_features/software/how_to_create_empty_file_with_specific_size.html
How to create empty file with specific size.
DeadlyDad
spamtrap007@gmail.com
Leave a comment
Bloggers
Welcome to the Hacks Blog!
Categories
- Ajax
- Amazon
- Android
- AppleTV
- arduino
- Astronomy
- Baseball
- BlackBerry
- Blogging
- Body
- Cars
- Cryptography
- Data
- Design
- Education
- Electronics
- Energy
- Events
- Excel
- Excerpts
- Firefox
- Flash
- Flickr
- Flying Things
- Food
- Gaming
- Gmail
- Google Earth
- Google Maps
- Government
- Greasemonkey
- Hacks Series
- Hackszine Podcast
- Halo
- Hardware
- Home
- Home Theater
- iPhone
- iPod
- IRC
- iTunes
- Java
- Kindle
- Knoppix
- Language
- LEGO
- Life
- Lifehacker
- Linux
- Linux Desktop
- Linux Multimedia
- Linux Server
- Mac
- Mapping
- Math
- Microsoft Office
- Mind
- Mind Performance
- Mobile Phones
- Music
- MySpace
- MySQL
- NetFlix
- Network Security
- olpc
- Online Investing
- OpenOffice
- Outdoor
- Parenting
- PCs
- PDAs
- Perl
- Philosophy
- Photography
- PHP
- Pleo
- Podcast
- Podcasting
- Productivity
- PSP
- Retro Computing
- Retro Gaming
- Science
- Screencasts
- Security
- Shopping
- Skype
- Smart Home
- Software Engineering
- Sports
- SQL
- Statistics
- Survival
- TiVo
- Transportation
- Travel
- Ubuntu
- User Interface
- Video
- Virtualization
- Visual Studio
- VoIP
- Web
- Web Site Measurement
- Windows
- Windows Server
- Wireless
- Word
- World
- Xbox
- Yahoo!
- YouTube
Archives
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
Recent Posts
- Minty soldering jig
- Selecting row number in MySQL
- iPhone 3G software unlock
- Python on Android
- Controlling Sony camcorders with the Arduino
- Gradient text effect in CSS
- Retro gaming emulators that include (legal) ROMs?
- Das DereLicht - ham radio transmitter from a CFL bulb
- Using Google App Engine as a personal CDN
- Route-me - Open Source mapping library for iPhone
www.flickr.com
|





