Other Solution to Remount Internal SD?

acidburn23

Member
Dec 3, 2012
135
5
hey? is there another solution to remount the internal sd? i'm taking this problem about 2months i cant play other games that saving in sdcard/android/data, and others post the step by step fixing or as much as possible please post a video? thanks :/
 

vampirefo.

Senior Member
Developer
Nov 8, 2011
3,836
1,394
Have you changed your vold.fstab back to stocked? I know you had messed with it.

adb shell

su

cat /system/etc/vold.fstab

post output.
 

acidburn23

Member
Dec 3, 2012
135
5
#External NAND Storage
dev_mount sdcard / mnt/sd card auto / devices/virtual/block/ndda

#External SD card
dev_mount ext_sd / mnt/ext_sd auto/ devices/platform/tcc-sdhc

this is my ouput, i have this problem started last year :(
 

acidburn23

Member
Dec 3, 2012
135
5
i try to restore the device using stock rom that you gave to me via CWM then if i mount the nand in CWM the below said error?
 

vampirefo.

Senior Member
Developer
Nov 8, 2011
3,836
1,394
i try to restore the device using stock rom that you gave to me via CWM then if i mount the nand in CWM the below said error?

The rom wont fix nadd it is to restore system to stock.

ok to fix your problem this should work, i made it up the other day and tested on my devices worked well, as with any modification it could brick your tablet.

adb shell

su

busybox mkfs.vfat /dev/block/ndda1

reboot

if all went well your problem should be fixed.
 

acidburn23

Member
Dec 3, 2012
135
5
what application needed to input that codes? via computer using usb cord? or i will do that thru my tablet?
 

acidburn23

Member
Dec 3, 2012
135
5
like this? $12.JPG
 

vampirefo.

Senior Member
Developer
Nov 8, 2011
3,836
1,394
you have to have a space you put it all as one code.

busybox mkfs.vfat space /dev/block/ndda1

Code:
busybox mkfs.vfat /dev/block/ndda1
 

vampirefo.

Senior Member
Developer
Nov 8, 2011
3,836
1,394
why are you typing commands like that?

please stop, i never told you to type a command like that.

adb shell

su

busybox mkfs.vfat /dev/block/ndda1

why is it so hard for you?

adb shell press enter

su press enter

busybox mkfs.vfat /dev/block/ndda1 press enter

each and every command has it's own line stop putting the commands together.
 

Traveller

Administrator
Staff member
Jun 16, 2012
2,857
982
What's interesting here is that other than the missing space in the mkfs command he did it right the first time. So why did he not refer to his previous post when running the commands?
 

Traveller

Administrator
Staff member
Jun 16, 2012
2,857
982
You mean the OP's problems? Keep in mind for the future that if you quote someone in a post it's assumed you're talking directly to them.
 
Top