Saturday, 24 October 2015

In CWM i am with E:Can't Moun (...), but...



but, in /etc/ there has two files i think are in conflict:

the first is fstab:

Code:


/dev/block/mtd/by-name/cache /cache ext4 rw
/dev/block/mtd/by-name/userdata /data ext4 rw
/dev/block/mtd/by-name/system /system ext4 rw
/dev/block/mtd/by-name/user /sdcard vfat rw
/dev/block/mmcblk0p2 /sd-ext auto rw
/dev/block/mmcblk0p1 /external_sd vfat rw


second is recovery.fstab:

Code:


/boot                mtd                boot
/cache                ext4                /dev/block/mtd/by-name/cache
/data                ext4                /dev/block/mtd/by-name/userdata
/kernel                mtd                kernel
/misc                mtd                misc
/recovery        mtd                recovery
/sdcard                vfat                /dev/block/mtd/by-name/user        lun=/sys/class/android_usb/android0/f_mass_storage/lun/file
/external_sd        vfat                /dev/block/mmcblk0p1        /dev/block/mmcblk0        lun=/sys/class/android_usb/android0/f_mass_storage/lun1/file
/sd-ext                auto                /dev/block/mmcblk0p2
/system                ext4                /dev/block/mtd/by-name/system


so, if there is 2 files that would to mount the paths, one of them are blocking other.

i say this cause i think "recovery.fstab" is the correct to mount in recovery mode.
but in this recovery mode isn't! /etc/fstab is mounting!

see like this.

i am in CWM and there a log in bottom with:


Code:


CWM-based Recovery modified by androtab.info v6.0.3.1
E:Can't find misc
E:Can't mount /cache/recovery/command
E:Can't find misc
E:Can't mount /cache/recovery/log
E:Can't open /cache/recovery/log
E:Can't mount /cache/recovery/last_log
E:Can't open /cache/recovery/last_log
E:Can't find misc


and when i go to install zip from sdcard>choose zip from sdcard(internal storage, not is the removable sdcard):

E:Can't mount /sdcard/

but external sdcard (removable) it mount and open!

and when i go to mount /sdcard, or /cache, /data, /sd-ext, /system, it says: Error mounting /cache!, Error mounting /data!...

i don't know what can i do, cause, even sdcard can mount, /system cannot, and install a custom ROM cannot be done, even not backup the actual rom!

to finish, i say that i think is a conflict cause in ADB i go to mount /mnt (that is the path of sdcard, external_sd (...)) and it return:

mount: can't find /mnt in /etc/fstab

but if i am in recovery mode i would be in /etc/recovery.fstab

can someone help me?

my device is a DL 3003 (RK30x) is a brazilian product. and sorry for my bad english!



No comments:

Post a Comment