* Partition your microSD to first partition being Linux and format it as ext3 using mkfs.ext3.
* Mount the ext3 partition on your PC, let's say in /mnt/mer. sudo mkdir -p /mnt/mer sudo mount /dev/sd<something>, depends on how and where it's connected> /mnt/mer Code: * Make sure using 'mount' that your ext3 partition is -not- mounted 'nosuid' or 'nodev'