View Single Post
Posts: 875 | Thanked: 918 times | Joined on Sep 2010
#325
Originally Posted by Jimcz View Post
I'm running from flash. I don't quite understand how to convert my filesystem to ext3. Can you direct me to a walk through?
Boot to the real flash (not mmc) and run these as root, just change the device to match your ext2 partition.
Code:
fsck -p -f /dev/mmcblk0p2
tune2fs -j /dev/mmcblk0p2
Then edit /mnt/initfs/bootmenu.conf so it boots as ext3 and reboot.
 

The Following User Says Thank You to auouymous For This Useful Post: