mac1_131, on 10 September 2012 - 07:06 AM, said:
rootfs / rootfs ro 0 0
tmpfs /dev tmpfs rw,mode=755 0 0
devpts /dev/pts devpts rw,mode=600 0 0
proc /proc proc rw 0 0
sysfs /sys sysfs rw 0 0
tmpfs /sqlite_stmt_journals tmpfs rw,size=4096k 0 0
/dev/block/mtdblock5 /system yaffs2 ro 0 0
/dev/block/mtdblock7 /data yaffs2 rw,nosuid,nodev 0 0
/dev/block/mtdblock6 /cache yaffs2 rw,nosuid,nodev 0 0
/dev/mlc /data/app vfat rw,uid=1000,gid=1000,fmask=0000,dmask=0000,allow_utime=0022,codepage=cp437,iocharset=iso8859-1,errors=remount-ro 0 0
here is df:
Filesystem 1K-blocks Used Available Use% Mounted on
tmpfs 100220 12 100208 0% /dev
tmpfs 4096 0 4096 0% /sqlite_stmt_journals
/dev/block/mtdblock5 204800 105608 99192 52% /system
/dev/block/mtdblock7 192512 21128 171384 11% /data
/dev/block/mtdblock6 102400 54652 47748 53% /cache
/dev/mlc 1940128 27104 1913024 1% /data/app
there is no /proc/mmc so instead here is vold.conf (spaces removed):
## vold configuration file for s3c6410--
volume_sdcard {
media_path /class/mmc_host/mmc0
media_type mmc
mount_point /PD_Novel
ums_path devices/platform/s3c6410-usbgadget/gadget/lun0
}
volume_sdcard1 {
media_path /class/mmc_host/mmc1
media_type mmc
mount_point /sdcard
ums_path devices/platform/s3c6410-usbgadget/gadget/lun1
}
Hmmm, I wish I saved the output from my device, my /dev/data was much less then that. I will document everything "clean" when I get the new one. And it's /proc/mtd I am interested in , sorry. It should look simular to the following and match the df output (this one is from an emulator image):
dev: size erasesize name mtd0: 0c200000 00020000 "system" mtd1: 0c200000 00020000 "userdata" mtd2: 04000000 00020000 "cache" ...Other partitions here...
When I get the new unit I will document everything and go from there.

Help











