• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root need help with command prompt for SSM

MrOblige

Member
I am unable to copy and paste the code in the final step of partitioning my sd card
how do I enter the code manually?


mkfs.ext2 /dev/block/mmcblk0p3 e2fsck -p /dev/block/mmcblk0p3 tune2fs -c0 -i0 -j /dev/block/mmcblk0p3 tune2fs -O extents,uninit_bg,dir_index /dev/block/ mmcblk0p3 e2fsck -fpDC0 /dev/block/mmcblk0p3
 
That is a 5 part command process, you only copy and paste them one at a time:

mkfs.ext2 /dev/block/mmcblk0p3

e2fsck -p /dev/block/mmcblk0p3

tune2fs -c0 -i0 -j /dev/block/mmcblk0p3

tune2fs -O extents,uninit_bg,dir_index /dev/block/ mmcblk0p3

e2fsck -fpDC0 /dev/block/mmcblk0p3


Hope this helps...

Make sure you wait for it to do its thing and show the # prompt before entering the next command
 
Back
Top Bottom