Skip to content

Instantly share code, notes, and snippets.

@fobos531
Created February 27, 2017 13:06
Show Gist options
  • Save fobos531/51e6adaae1e9bcb2ec2781c17098b235 to your computer and use it in GitHub Desktop.
Save fobos531/51e6adaae1e9bcb2ec2781c17098b235 to your computer and use it in GitHub Desktop.
osprey's recovery.fstab
/system ext4 /dev/block/platform/soc.0/by-name/system
/data f2fs /dev/block/platform/soc.0/by-name/userdata flags=fsflags=rw,discard,nosuid,nodev,noatime,nodiratime,inline_xattr,inline_data;encryptable=/dev/block/platform/soc.0/by-name/metadata
/cache auto /dev/block/platform/soc.0/by-name/cache
/boot emmc /dev/block/platform/soc.0/by-name/boot
/recovery emmc /dev/block/platform/soc.0/by-name/recovery
/persist ext4 /dev/block/platform/soc.0/by-name/persist flags=fsflags=noatime,nosuid,nodev,barrier=1,noauto_da_alloc;mounttodecrypt
/firmware ext4 /dev/block/platform/soc.0/by-name/modem flags=fsflags=ro,nosuid,nodev,barrier=0,context=u:object_r:fsg_file:s0;mounttodecrypt
/misc emmc /dev/block/platform/soc.0/by-name/misc
/external_sd auto /dev/block/mmcblk1p1 /dev/block/mmcblk1 flags=display="MicroSD Card";storage;wipeingui;removable
/usb_otg auto /dev/block/sda1 /dev/block/sda flags=display="USB-OTG";storage;wipeingui;removable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment