Wipe your Ext2/3/4 Partition

August 25, 2009 · Posted in Uncategorized · Comment 

From the shell execute the following commands:

# mount -o rw /dev/block/mmcblk0p2 /system/sd
# cd /system/sd
# rm -rf /system/sd/*
# reboot recovery

That’s all.