1. Establish a 2gb Fat 32 partition using cfdisk. 2. Mount this partition as root (it won't let me do it otherwise) using: Code: mount -t msdos /dev/mmcblk0p2 /media/mmc2 This makes the 2gb fat partition show up as "Internal Memory," just as desired. **BUT**, it seems I cannot move files to this Internal Memory. I get a message saying "Unable to move selected folder." This is strange, since I'm trying to move a selected file TO a selected folder (namely the Internal Memory). Anyone got any ideas???
mount -t msdos /dev/mmcblk0p2 /media/mmc2