Created
August 28, 2016 14:04
-
-
Save tako0910/f24d7e7bcf8eb5f728d33669142b51a9 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| # Android fstab file. | |
| # The filesystem that contains the filesystem checker binary (typically /system) cannot | |
| # specify MF_CHECK, and must come before any filesystems that do specify MF_CHECK | |
| #TODO: Add 'check' as fs_mgr_flags with data partition. | |
| # Currently we dont have e2fsck compiled. So fs check would failed. | |
| #<src> <mnt_point> <type> <mnt_flags and options> <fs_mgr_flags> | |
| /dev/block/bootdevice/by-name/system /system ext4 ro,barrier=1 wait,verify | |
| /dev/block/bootdevice/by-name/userdata /data ext4 nosuid,nodev,barrier=1,noauto_da_alloc,discard,errors=panic wait,check,formattable,forceencrypt=/dev/block/bootdevice/by-name/extra | |
| /dev/block/bootdevice/by-name/frp /persistent emmc defaults defaults | |
| /devices/soc/74a4900.sdhci/mmc_host/mmc1 auto vfat defaults wait,voldmanaged=ext_sd:auto,noemulatedsd,encryptable=footer | |
| /devices/soc/6a00000.ssusb/6a00000.dwc3 auto vfat defaults voldmanaged=usb:auto |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment