Skip to content

Instantly share code, notes, and snippets.

@juuba
Last active August 29, 2015 14:16
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 juuba/69b1b9eea0475f881832 to your computer and use it in GitHub Desktop.
Save juuba/69b1b9eea0475f881832 to your computer and use it in GitHub Desktop.
mount | grep 'mmcblk1\|android'
[nemo@Jolla ~]$ mount | grep 'mmcblk1\|android'
/dev/mmcblk1 on /media/sdcard/69e965d1-41fd-449e-831a-669c365e533f type btrfs (rw,nosuid,nodev,noexec,noatime,dirsync,thread_pool=4,ssd,noacl,space_cache)
/dev/mmcblk1 on /data/media type btrfs (rw,nosuid,nodev,noexec,noatime,dirsync,thread_pool=4,ssd,noacl,space_cache)
/dev/mmcblk1 on /opt/alien/data/media type btrfs (rw,nosuid,nodev,noexec,noatime,dirsync,thread_pool=4,ssd,noacl,space_cache)
/dev/fuse on /opt/alien/home/nemo/android_storage type fuse (rw,nosuid,nodev,relatime,user_id=1023,group_id=1023,default_permissions,allow_other)
/dev/fuse on /home/nemo/android_storage type fuse (rw,nosuid,nodev,relatime,user_id=1023,group_id=1023,default_permissions,allow_other)
@juuba
Copy link
Author

juuba commented Mar 4, 2015

hmmm, this was a few days ago, currently the same command outputs everything "mmcblk1" as mounted "read only"... what gives?!?

@juuba
Copy link
Author

juuba commented Mar 4, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment