Other Solution to Remount Internal SD?

thehandofdoom

Member
Dec 24, 2012
17
1
In the the first post it explains exactly how to install it.

you can also get busybox from market,

first run this command, postout.

adb shell

su

chmod 755 /system/bin/busybox

busybox tar --Usage
I'm doing wrong?? $and2.jpg
 

vampirefo.

Senior Member
Developer
Nov 8, 2011
3,836
1,394
Looks like command should have been

busybox mkfs.vfat /dev/block/ndda

not

busybox mkfs.vfat /dev/block/ndda1

My bad.


adb shell

su

busybox mkfs.vfat /dev/block/ndda

I no longer have the device and was going off my notes, the 1 is the mount point, not the partition again my bad on that.

Should work now.
 
Last edited:

thehandofdoom

Member
Dec 24, 2012
17
1
Looks like command should have been

busybox mkfs.vfat /dev/block/ndda

not

busybox mkfs.vfat /dev/block/ndda1

My bad.


adb shell

su

busybox mkfs.vfat /dev/block/ndda

I no longer have the device and was going off my notes, the 1 is the mount point, not the partition again my bad on that.

Should work now.
this is the result of the second method......im reeboting manually later i report the final result$and5.jpg
 

thehandofdoom

Member
Dec 24, 2012
17
1
i have one question....the internal sd is the mtdblock3 ????........what happens if the code change of adb shell


su


busybox mkfs.vfat /dev/block/ndda
to


adb shell


su


busybox mkfs.vfat /dev/block/mtdblock3


sorry if my question is stupid but... I am desperate.... i want to fix my tablet........thanks for help me and please still helping me
 

vampirefo.

Senior Member
Developer
Nov 8, 2011
3,836
1,394
Internal sd is ndda
You can boot into cw recovery then select fomat nand and see if it now works.
I am out of ideals.
 
Last edited:
May 11, 2011
13
1
Internal sd is ndda
You can boot into cw recovery then select fomat nand and see if it now works.
I am out of ideals.

I did, but the ClockworkMod needs the SD card to be mounted to function properly, Lol XD, and this is the problem we have, the inner SD is not mounted.
 

vampirefo.

Senior Member
Developer
Nov 8, 2011
3,836
1,394
I did, but the ClockworkMod needs the SD card to be mounted to function properly, Lol XD, and this is the problem we have, the inner SD is not mounted.

After using busybox to format ndda you can't mount in cw recovery?

You shouldn't need internal sdcard mounted to format it, you can't format a mounted device.

anyway

while still in cw recovery

adb shell

mkdir /dev/block/ndda1

now use cw recovery to mount nand
 
Last edited:
May 11, 2011
13
1
After using busybox to format ndda you can't mount in cw recovery?

You shouldn't need internal sdcard mounted to format it, you can't format a mounted device.

anyway

while still in cw recovery

adb shell

mkdir /dev/block/ndda1

now use cw recovery to mount nand

Ok, I did it, but received from the cw recovery the message:
Error mounting /nand!

I look into the cw log and it say:
failed to mount /dev/block/ndda1 (Block device required)
 

eaking007

Member
Jan 1, 2013
30
1
Pls dont read this if you dont want to see the true story from beginning middle and end of my problem

Ok I have this problem too! LAST YEAR! and Fix it like a miracle.. I dont know why.... then Yesterday night between 11:00 12:00PM its back again... i was just trying to see my new boot animation... try to turn off then turn on... im not happy because the boot animation is cut.. then after opening i like to play gun bros 2 .. when its starts to download sd data.. BUT i finished it??? i got to my explorer and almost cry when it says "SDCARD Empty unmounted or not present." i try to reformat.. 2 times but no luck... HUHU ... its like a consequence when i fix this problem last year ... always showing "com.android.process.media has stopped...


so please... How TO remount it!!! im scared of installing cwm and flashing it! (i have no idea what is flashing) ..
 
Top