Skip to content

Instantly share code, notes, and snippets.

@NickClark
Created April 15, 2010 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NickClark/367130 to your computer and use it in GitHub Desktop.
Save NickClark/367130 to your computer and use it in GitHub Desktop.
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