I want to make a FAT 32 partition on unmontable flash because I did something wrong that I can get mount agaim the internal SD of my tablet. So I start with (in ubuntu environment)
adb shell
cd ./dev/block/vold
then with ls command I see as result
93:64
93:65
if I put
parted /dev/block/vold/93:64
I get the warning
/system/bin/sh: parted: not found
how can I make the parted command to work?. My further intention is to identify which of 93:64 or 93:65 is pointing to my flash storage and then I want to format this to FAT 32. Please, help.