-
Just use the mount command to see where your /data /cache /system are mounted from that you should be able to determine the rest.

Originally Posted by
Folken
Since the MID7035-4 has been rooted I have been trying to dump the system for recovery, but it appears the nanda, nandc, and nandg are not in /dev/block. I have attached a screenshot of what appears in /dev/block as to potentially get any hints as to what needs to be backed up to make boot.img, bootloader.img, and recovery.img. A
find / -name "nand*" -print
as root did not show anything either. Any thoughts would be appreciated.
Attachment 7580
-
07-29-2012 01:45 PM
# ADS
Circuit advertisement
-
The list from mount looks like
uid=2000 gid=2000 groups=1003,1004,1007,1009,1011,1015,3001,3002,300 3,3006@android:/ # mount
mount
rootfs on / type rootfs (ro,relatime)
tmpfs on /dev type tmpfs (rw,nosuid,relatime,mode=755)
devpts on /dev/pts type devpts (rw,relatime,mode=600)
proc on /proc type proc (rw,relatime)
sysfs on /sys type sysfs (rw,relatime)
tmpfs on /mnt/asec type tmpfs (rw,relatime,mode=755,gid=1000)
tmpfs on /mnt/obb type tmpfs (rw,relatime,mode=755,gid=1000)
ubi0_0 on /system type ubifs (rw,relatime,no_chk_data_crc,compr=none)
ubi1_0 on /data type ubifs (rw,nosuid,nodev,noatime,bulk_read,no_chk_data_crc ,compr=none)
ubi2_0 on /cache type ubifs (rw,nosuid,nodev,noatime,bulk_read,no_chk_data_crc ,compr=none)
ubi3_0 on /nfdisk type ubifs (rw,noatime,bulk_read,no_chk_data_crc,compr=none)
/dev/block/vold/7:0 on /mnt/sdcard type vfat (rw,dirsync,nosuid,nodev,noexec,relatime,uid=1000, gid=1015,fmask=0002,dmask=0002,allow_utime=0020,co depage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro)
uid=2000 gid=2000 groups=1003,1004,1007,1009,1011,1015,3001,3002,300 3,3006@android:/ # cd /dev/block/ubi0_0
cd /dev/block/ubi0_0
sh: cd: /dev/block/ubi0_0 - No such file or directory
1|uid=2000 gid=2000 groups=1003,1004,1007,1009,1011,1015,3001,3002,300 3,3006@android:
I found a list that said
nanda = bootloader
nandc = BOOT\Kernel
nandg = recovery
so from the mount point list is
/data the equivalent nanda
/system the equivalent of nandc
/cache the equivalent of nandg
Thanks for any information.
-
post output of
cat /proc/partitions
I see you are using UBI File-System, I don't think anyone will touch that filesystem, with a 10 foot pole.
Last edited by vampirefo.; 07-29-2012 at 04:18 PM.
-
The output is below. The device came with the UBI filesystem as far as I know. What are the issues with that filesystem compared to others? Thanks for your help with this, I am still trying to get educated on things.
major minor #blocks name
7 0 1135616 loop0
31 0 10240 mtdblock0
31 1 11264 mtdblock1
31 2 120832 mtdblock2
31 3 45056 mtdblock3
31 4 393216 mtdblock4
31 5 1703936 mtdblock5
31 6 524288 mtdblock6
31 7 1384448 mtdblock7
-
Now try this command
cat /proc/mtd
This above command should tell you what you want to know.

Originally Posted by
Folken
The output is below. The device came with the UBI filesystem as far as I know. What are the issues with that filesystem compared to others? Thanks for your help with this, I am still trying to get educated on things.
major minor #blocks name
7 0 1135616 loop0
31 0 10240 mtdblock0
31 1 11264 mtdblock1
31 2 120832 mtdblock2
31 3 45056 mtdblock3
31 4 393216 mtdblock4
31 5 1703936 mtdblock5
31 6 524288 mtdblock6
31 7 1384448 mtdblock7
-
Here is the info from /proc/mtd . If you can tell me which mtdX relates to boot.img, bootloader.img, and recovery.img . I can try to get a dump script working. Thanks again.
uid=2000 gid=2000 groups=1003,1004,1007,1009,1011,1015,3001,3002,300 3,3006@android:/ $ cat /proc/mtd
cat /proc/mtd
dev: size erasesize name
mtd0: 00a00000 00100000 "SysInfo"
mtd1: 00b00000 00100000 "Uboot"
mtd2: 07600000 00100000 "kernel"
mtd3: 02c00000 00100000 "RKer"
mtd4: 18000000 00100000 "System"
mtd5: 68000000 00100000 "Data"
mtd6: 20000000 00100000 "Cache"
mtd7: 54800000 00100000 "user"
-
mtd2: 07600000 00100000 "kernel" boot.img
mtd1: 00b00000 00100000 "Uboot" bootloader.img
mtd3: 02c00000 00100000 "RKer" recovery.img
mtd4: 18000000 00100000 "System" system.img
-
Junior Member
Achievements:
How do I obtain the zip file so I can load google apps on my 9742?
-
nandroid dump, CWM backup, Titainium Backup - PLAT
-
Junior Member
Achievements:
link please i am a babe in this