View Single Post
Posts: 119 | Thanked: 79 times | Joined on May 2009 @ Brasilia, Brazil
#32
If you're not running the cloned OS, but the default one, like I said up there, only the vfat partition should be mounted

Code:
umount /dev/mmcblk0p1
should work

Code:
umount /media/mmc1
should also do the trick

=)

Edit: scratch that. You mean re-mounting? when you restart your device to reboot the cloned OS, the vfat partition will be mounted automatically, and you'll have to take the steps I mentioned above in your cloned OS to make the swap activate automatically, so that pretty much covers all partitions that exist on your internal memory.

Is that what you meant?

Last edited by Bobbe; 2009-05-27 at 23:21.