|
Bring up Terminal under Dev Tools and just type 'mount' & ENTER
(hold down the MENU key to bring up the keybd or hook up a USB Keybd)
Then hit the MENU key and you can email it...
##############################################
Now to figure out why I have two entries...
$ mount
rootfs / rootfs ro,relatime 0 0
tmpfs /dev tmpfs rw,relatime,mode=755 0 0
devpts /dev/pts devpts rw,relatime,mode=600 0 0
proc /proc proc rw,relatime 0 0
sysfs /sys sysfs rw,relatime 0 0
none /acct cgroup rw,relatime,cpuacct 0 0
tmpfs /mnt/asec tmpfs rw,relatime,mode=755,gid=1000 0 0
none /dev/cpuctl cgroup rw,relatime,cpu 0 0
/dev/block/mmcblk3p1 /system ext3 ro,relatime,data=writeback 0 0
/dev/block/mmcblk3p5 /data ext3 rw,nosuid,nodev,relatime,data=writeback 0 0
/dev/block/mmcblk3p3 /misc ext3 rw,nosuid,nodev,relatime,data=writeback 0 0
/dev/block/mmcblk3p2 /cache ext3 rw,nosuid,nodev,relatime,data=writeback 0 0
/dev/block/vold/179:30 /mnt/sdcard vfat rw,dirsync,nosuid,nodev,noexec,relatime,uid=1000,g id=1015,fmask=0002,dmask=0002,allow_utime=0020,cod epage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0
/dev/block/vold/179:1 /mnt/sdcard/sdcard-disk0 vfat rw,dirsync,nosuid,nodev,noexec,relatime,uid=1000,g id=1015,fmask=0002,dmask=0002,allow_utime=0020,cod epage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0
/dev/block/vold/179:9 /mnt/sdcard/sdcard-disk0 vfat rw,dirsync,nosuid,nodev,noexec,relatime,uid=1000,g id=1015,fmask=0002,dmask=0002,allow_utime=0020,cod epage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0
$ df
/dev: 190832K total, 0K used, 190832K available (block size 4096)
/mnt/asec: 190832K total, 0K used, 190832K available (block size 4096)
/system: 148375K total, 141182K used, 7193K available (block size 1024)
/data: 1224782K total, 154310K used, 1070472K available (block size 2048)
/misc: 1976K total, 1976K used, 0K available (block size 2048)
/cache: 396678K total, 11784K used, 384894K available (block size 2048)
/mnt/sdcard: 1600452K total, 5604K used, 1594848K available (block size 4096)
/mnt/sdcard/sdcard-disk0: 7822336K total, 409184K used, 7413152K available (block size 32768)
/mnt/sdcard/sdcard-disk0: 7822336K total, 409184K used, 7413152K available (block size 32768)
$
|