View Single Post
AndrewG's Avatar
Posts: 257 | Thanked: 51 times | Joined on Dec 2009
#7
Can someone provide assistance with the following steps please



Code:
* Partition your microSD to first partition being Linux and format it as ext3 using mkfs.ext3.
Code:
* 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'

Last edited by AndrewG; 2010-02-28 at 20:21.