Skip to content

Instantly share code, notes, and snippets.

@stephgosling
Created October 13, 2017 21:08
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 stephgosling/e27eb56894ecb4d143b2b854f1b6660b to your computer and use it in GitHub Desktop.
Save stephgosling/e27eb56894ecb4d143b2b854f1b6660b to your computer and use it in GitHub Desktop.
recovery:~ # mount
rootfs on / type rootfs (rw)
none on /dev type devtmpfs (rw,relatime,size=1334828k,nr_inodes=333707,mode=755)
proc on /proc type proc (rw,relatime)
sysfs on /sys type sysfs (rw,relatime)
none on /tmp type tmpfs (rw,relatime,size=10240k)
/proc/sys/debug on /proc/sys/debug type debugfs (rw,relatime)
none on /var/run type tmpfs (rw,nosuid,noatime,size=256k,mode=755)
devpts on /dev/pts type devpts (rw,relatime,mode=600)
/dev/sailfish/root on /rootfs type ext4 (rw,relatime,data=ordered)
/dev/mmcblk0p39 on /root/oem type ext4 (rw,relatime,data=ordered)
/dev/mmcblk0p52 on /root/system type ext4 (rw,relatime,data=ordered)
/dev/mmcblk0p35 on /root/cache type ext4 (rw,relatime,data=ordered)
recovery:~ # ls /root/oem
android-config lost+found overlay overlay-22049 overlay-22052 overlay-22055 overlay-color-16 system-properties
com.touchtype media overlay-22047 overlay-22050 overlay-22053 overlay-22056 overlay-color-17
etc modem-config overlay-22048 overlay-22051 overlay-22054 overlay-color-15 priv-app
recovery:~ # ls /root/system
bin firmware lib lib64 lost+found
recovery:~ # ls /root/cache
bin firmware lib lib64
recovery:~ #
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment