Virtual SD Card Guide: Difference between revisions

no edit summary
mNo edit summary
No edit summary
Line 8: Line 8:


=== Command Line and Executable Files ===
=== Command Line and Executable Files ===
Download ''[http://www.mediafire.com/download/cfr9q8542e9lsos/Virtual+SD+Card+Maker.zip Virtual SD Card Maker]'' then unzip it, and open one folder for your system. The file '''mksdcard''' will be used throughout this section. The user created batch file '''mksdcard.bat''' from <var>\Windows\</var> is command-line interface (CLI), intended for users who favor graphical user interface (GUI).
Download ''[http://www.mediafire.com/download/cfr9q8542e9lsos/Virtual+SD+Card+Maker.zip Virtual SD Card Maker]'' (Linux / OS X / Windows) then unzip it, and open one folder for your system. The file '''mksdcard''' will be used throughout this section. The user created batch file '''mksdcard.bat''' from <var>\Windows\</var> is command-line interface (CLI), intended for users who favor graphical user interface (GUI).


Open the Command Prompt or Terminal then follow the supposed command line:
Open the Command Prompt or Terminal then follow the supposed command line:
Line 22: Line 22:


== Editing a Virtual SD Card ==
== Editing a Virtual SD Card ==
=== Linux ===
The virtual SD card can be edited by mounting it to a virtual disk. First create a directory:
<pre>sudo mkdir /media/sdcard</pre>
Then mount sd.raw to it:
<pre>sudo mount -o defaults,umask=000 ./.dolphin-emu/Wii/sd.raw /media/sdcard</pre>
When you are done, simply unmount it like this:
<pre>sudo umount /media/sdcard</pre>
=== OS X ===
In Terminal window, type the following to mount the virtual SD card:
<pre>hdiutil attach -imagekey diskimage-class=CRawDiskImage ~/Library/Application\ Support/Dolphin/Wii/sd.raw</pre>
The virtual SD card can then be ejected through Finder when done being edited.
=== Windows ===
=== Windows ===
The Windows users must use a third party software that can mount the virtual SD card. Speaking of which... ''[http://www.ltr-data.se/opencode.html/#ImDisk ImDisk Virtual Disk Driver]''
The Windows users must use a third party software that can mount the virtual SD card. Speaking of which... ''[http://www.ltr-data.se/opencode.html/#ImDisk ImDisk Virtual Disk Driver]''
Line 33: Line 46:
#When done editing the virtual SD card, simply unmount it by right-click on the "Removable Disk" then click '''"Unmount ImDisk Virtual Disk"''' from the context menu.
#When done editing the virtual SD card, simply unmount it by right-click on the "Removable Disk" then click '''"Unmount ImDisk Virtual Disk"''' from the context menu.
#*The virtual SD card must be dismounted before using with Dolphin.
#*The virtual SD card must be dismounted before using with Dolphin.
=== OS X ===
In Terminal window, type the following to mount the virtual SD card:
<pre>hdiutil attach -imagekey diskimage-class=CRawDiskImage ~/Library/Application\ Support/Dolphin/Wii/sd.raw</pre>
The virtual SD card can then be ejected through Finder when done being edited.
=== Linux ===
The virtual SD card can be edited by mounting it to a virtual disk. First create a directory:
<pre>sudo mkdir /media/sdcard</pre>
Then mount sd.raw to it:
<pre>sudo mount -o defaults,umask=000 ./.dolphin-emu/Wii/sd.raw /media/sdcard</pre>
When you are done, simply unmount it like this:
<pre>sudo umount /media/sdcard</pre>


== Dolphin Setting ==
== Dolphin Setting ==
6,576

edits