Created
April 15, 2010 14:13
-
-
Save NickClark/367130 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rootfs on / type rootfs (ro) | |
tmpfs on /dev type tmpfs (rw,mode=755) | |
devpts on /dev/pts type devpts (rw,mode=600) | |
proc on /proc type proc (rw) | |
sysfs on /sys type sysfs (rw) | |
tmpfs on /sqlite_stmt_journals type tmpfs (rw,size=4096k) | |
none on /dev/cpuctl type cgroup (rw,cpu) | |
/dev/block/mtdblock4 on /system type yaffs2 (ro) | |
/dev/block/mtdblock6 on /data type yaffs2 (rw,nosuid,nodev) | |
/dev/block/mtdblock5 on /cache type yaffs2 (rw,nosuid,nodev) | |
/dev/block/mtdblock0 on /config type yaffs2 (ro) | |
/dev/block//vold/179:1 on /sdcard type vfat (rw,dirsync,nosuid,nodev,noexec,uid=1000,gid=1015,fmask=0702,dmask=0702,allow_utime=0020,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment