Unable to take backup using ClockworkMod in Mid9742

ashok_fun123

Member
May 3, 2013
33
2
Hi there, I have installed Clockmod recovery as suggested in this thread and I could able to see all CM options in recovery mode. When I try to take backup, Boot img and recovery img were successful, but it failed to take backup on System. Can someone help me on this. Thanks, Ashok
 

Ricky405jr

Member
Feb 23, 2013
255
23
First how and what did you do? How did you root and installed CM.

What does it say? Do you have enough of storage ?
 

Traveller

Administrator
Staff member
Jun 16, 2012
2,857
982
The complete story is in the following thread: http://www.androidtablets.net/forum...removed-execute-permission-system-folder.html . In short, he screwed his tablet up, used LiveSuite to try and fix it, then installed CWM on top of LiveSuite. I had already recommended to him to exchange the tablet, because there's no way this tablet will ever function 100% correctly after everything that has been done to it.
 

ashok_fun123

Member
May 3, 2013
33
2
Coby wasn't agreed to replace my tablet, since its out of warranty :( and I went with the wrong option of installing it from Livesuite and suffering now, since its failing to take backup of system, is there is way to fix it, might be odd knowing the system is broken and asking for fix recommendation. :(
 

ashok_fun123

Member
May 3, 2013
33
2
just a thought, can I use someone recovery data and restore it back, is that viable option is CWM? I'm not a android/Linux guy, just searching for options
 

ashok_fun123

Member
May 3, 2013
33
2
Just used show log options in Advanced Option in CWM. Please refer below,

I: Checking for extendedcommmand..
I: Skipping execution of extendedcommmand, file not found…
SD Card Free space :27744MB
Backing up boot image..
Backing up recovery image..
Backing up system..
tar: write error : I/O error
log might help for experts Thanks,Ashok
 

vampirefo.

Senior Member
Developer
Nov 8, 2011
3,836
1,394
Just used show log options in Advanced Option in CWM. Please refer below,

I: Checking for extendedcommmand..
I: Skipping execution of extendedcommmand, file not found…
SD Card Free space :27744MB
Backing up boot image..
Backing up recovery image..
Backing up system..
tar: write error : I/O error
log might help for experts Thanks,Ashok

The log simply says tar can't write to your device, so it is unable to make a backup, device must allow write permission and be large enough to hold the backup.
Most likely you will run into more problems with your tablet, The problems most likely will be due to livesuite, The livesuite image people are using came from elf which is a completely different device than the Coby. So there will always be some problems with any tablet that has used an elf livesuite image.
 
Last edited:

ashok_fun123

Member
May 3, 2013
33
2
Resolved the issue by unmounting external SD, initiated backup process in SD card and succeeded . Any idea why isn't backing up in external SD card?
 

vampirefo.

Senior Member
Developer
Nov 8, 2011
3,836
1,394
Resolved the issue by unmounting external SD, initiated backup process in SD card and succeeded . Any idea why isn't backing up in external SD card?

Most likely the recovery isn't identifying your sdcard, it's looking in a different place for your sdcard. You would need to compare the vold.fstab to the recovery recovery.fstab for sdcard
 

ashok_fun123

Member
May 3, 2013
33
2
Most likely the recovery isn't identifying your sdcard, it's looking in a different place for your sdcard. You would need to compare the vold.fstab to the recovery recovery.fstab for sdcard
I see three files in that name, not sure which one to check, please refer below
--------------------/etc/vold.fstab ----------------------------
## Vold 2.0 fstab for HTC Passion
#
## - San Mehat ([email protected])
##
#######################
## Regular device mount
##
## Format: dev_mount <label> <mount_point> <part> <sysfs_path1...>
## label - Label for the volume
## mount_point - Where the volume will be mountedg
## part - Partition # (1 based), or 'auto' for first usable partition.
## <sysfs_path> - List of sysfs paths to source devices
######################
# Mounts the first usable partition of the specified device
#/devices/platform/awsmc.3/mmc_host for sdio
dev_mount sdcard /mnt/sdcard auto /devices/virtual/block/nandi
dev_mount extsd /mnt/extsd auto /devices/platform/sunxi-mmc.1/mmc_host /devices/platform/sunxi-mmc.0/mmc_host
dev_mount usbhost1 /mnt/usbhost1 auto /devices/platform/sw-ehci.1 /devices/platform/sw_hcd_host0 /devices/platform/sw-ehci.2
-------------------/mnt/extsd/extra/update/system/etc/vold.fstab--------------------------------------
## Vold 2.0 Malata Harmony fstab
#######################
## Regular device mount
##
## Format: dev_mount <label> <mount_point> <part> <sysfs_path1...>
## label - Label for the volume
## mount_point - Where the volume will be mounted
## part - Partition # (1 based), or 'auto' for first usable partition.
## <sysfs_path> - List of sysfs paths to source devices
######################
#dev_mount sdcard /mnt/sdcard auto /devices/platform/tegra-sdhci.3/mmc_host/mmc0 /devices/platform/tegra-sdhci.3/mmc_host/mmc1
dev_mount sdcard /mnt/sdcard auto /devices/platform/tegra-sdhci.2/mmc_host/mmc1
dev_mount emmc /mnt/emmc auto /devices/platform/tegra-sdhci.3/mmc_host/mmc2
dev_mount usbdisk /mnt/usbdisk auto /devices/platform/tegra-ehci

-----------------------/system/etc/vold.fstab----------------------------
## Vold 2.0 fstab for HTC Passion
#
## - San Mehat ([email protected])
##
#######################
## Regular device mount
##
## Format: dev_mount <label> <mount_point> <part> <sysfs_path1...>
## label - Label for the volume
## mount_point - Where the volume will be mounted
## part - Partition # (1 based), or 'auto' for first usable partition.
## <sysfs_path> - List of sysfs paths to source devices
######################
# Mounts the first usable partition of the specified device
#/devices/platform/awsmc.3/mmc_host for sdio
dev_mount sdcard /mnt/sdcard auto /devices/virtual/block/nandi
dev_mount extsd /mnt/extsd auto /devices/platform/sunxi-mmc.1/mmc_host /devices/platform/sunxi-mmc.0/mmc_host
dev_mount usbhost1 /mnt/usbhost1 auto /devices/platform/sw-ehci.1 /devices/platform/sw_hcd_host0 /devices/platform/sw-ehci.2
 
Last edited:

vampirefo.

Senior Member
Developer
Nov 8, 2011
3,836
1,394
Your micro sdcard is /devices/virtual/block/nandi The recovery most likely is looking for micro sdcard at /dev/block/nandk

what recovery are you using?
 
Last edited:

ashok_fun123

Member
May 3, 2013
33
2
Still the same issue, able to do in SDcard, but not in ExtSD and I don't see a options to mount/unmounts extsd in recovery
 
Top