Virtual SD Card Guide: Difference between revisions

m
→‎Manual macOS Command Line Creation: Fixed command, as Dolphin can't handle partition data.
(Add alternative link to file as Mediafire is super sketchy now)
m (→‎Manual macOS Command Line Creation: Fixed command, as Dolphin can't handle partition data.)
Line 24: Line 24:
This example creates a 2048 megabyte (2GB) SD card formatted as FAT32:
This example creates a 2048 megabyte (2GB) SD card formatted as FAT32:
<pre>
<pre>
hdiutil create -megabytes 2048 -fs MS-DOS -o ~/Library/"Application Support"/Dolphin/Wii/sd.raw
hdiutil create -megabytes 2048 -fs MS-DOS -layout NONE -o ~/Library/"Application Support"/Dolphin/Wii/sd.raw
mv ~/Library/"Application Support"/Dolphin/Wii/sd.raw.dmg ~/Library/"Application Support"/Dolphin/Wii/sd.raw
mv ~/Library/"Application Support"/Dolphin/Wii/sd.raw.dmg ~/Library/"Application Support"/Dolphin/Wii/sd.raw
</pre>
</pre>