Kurbits wrote:I had problems mounting my internal SD Card...
...changed the line where the /SDCARD was mounted from using "/dev/block/nandk" to instead using "/dev/block/nandi"...
...not sure that what i am describing is the ONLY thing that is required.
After another installation of the latest version of CM10 for the original MK802 (2012-11-16) from
http://www.slatedroid.com/topic/38700-rom-cyanogenmod-10-tweaks/ the internal memory once again failed to mount.
To fix this i changed the mount from nandk to nandi in /system/etc/vold.fstab as described in my earlier post (NOT the other way around as someone else stated earlier in this thread) then i had to format the internal memory by starting the Android Terminal Emulator that comes with CM10 and then type:
- Code: Select all
su
cd dev
cd block
mkfs.exfat nandi
Now i have everything working. Among other things the latest version of Netflix (which was the reason for updating).