How I Partially "Fixed" the "Internal Storage Unmounted" in 8048

vampirefo.

Senior Member
Developer
Nov 8, 2011
3,836
1,394
so it seems that dev/block/nandi gets mounted to /mnt/private .... how to fix?

Fix? you mean break? if it mounts, then it mounts for a reason, you can edit the boot.img and tell it to stop mounting, but what would happen then?
 

kahrloz

Member
Oct 17, 2013
25
7
this is what i get;


C:\Users\kahrloz\Downloads\CWM>adb shell
shell@android:/ $ su
su
shell@android:/ # busybox df -h
busybox df -h
Filesystem Size Used Available Use% Mounted on
tmpfs 407.1M 44.0K 407.1M 0% /dev
tmpfs 407.1M 0 407.1M 0% /mnt/asec
tmpfs 407.1M 0 407.1M 0% /mnt/obb
/dev/block/nandd 252.0M 224.1M 27.9M 89% /system
/dev/block/nande 2.0G 91.5M 1.9G 5% /data
/dev/block/nandh 503.9M 8.4M 495.6M 2% /cache
/dev/block/nandi 4.6G 4.7M 4.6G 0% /mnt/private
/dev/block/vold/179:1
14.8G 6.6G 8.3G 44% /mnt/extsd
/dev/block/vold/93:64
4.6G 4.7M 4.6G 0% /mnt/sdcard
/dev/block/vold/93:64
4.6G 4.7M 4.6G 0% /mnt/secure/asec
shell@android:/ #
 

tpaine

Senior Member
Aug 18, 2012
525
130
Sorry, just noticed from your output you have a 9042. This is a 8048 thread. Try posting a new thread or check the allwinner (7042, 8042, 9742, 9042..)threads for your problem.
 
Last edited:
Top