Folders On Sd Cards


vaustein

Member
Joined
Feb 19, 2006
Messages
240
I'm using a 2GB SD formatted as Fat32. I've set up several emulators in anticipation of my new GP2X. Emulator installation instructions are generally easy to follow, but I'm confused on one point.

When the readme for an emulator instructs the user to create a folder called "/mnt/sd/roms/nes", for instance, is it sufficient to create the "/mnt" folder on the root of the SD card, e.g. "SD:/mnt/..."? Or is this the literal Linux root path, that is, root for the entire GP2X filesystem? I'd rather do everything with SD cards and not mess with the NAND/Flash memory on the GP2X at all.
 
/mnt/sd is where the SD card is mounted under Linux. In order to get an absolute path on an SD, a programmer has to use /mnt/sd/directory. So if you're looking at your SD's filesystem, you need to use roms/nes.
 
Back
Top