25 lines
2.5 KiB
Plaintext
25 lines
2.5 KiB
Plaintext
# 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/by-name/system /system ext4 ro,barrier=1,discard wait,slotselect,first_stage_mount
|
|
/dev/block/by-name/vendor /vendor squashfs ro,barrier=1,discard wait,slotselect,first_stage_mount
|
|
/dev/block/by-name/oem /system_ext squashfs ro,barrier=1,discard wait,slotselect,first_stage_mount
|
|
/dev/block/bootdevice/by-name/userdata /data ext4 nobarrier,noatime,nosuid,nodev,discard,data=ordered,noauto_da_alloc wait,check,formattable,latemount,fileencryption=ice,quota,reservedsize=128M
|
|
/dev/block/zram0 none swap defaults zramsize=25%
|
|
/dev/block/bootdevice/by-name/misc /misc emmc defaults defaults
|
|
/dev/block/bootdevice/by-name/modem /vendor/firmware_mnt ext4 ro,nosuid,nodev,context=u:object_r:firmware_file:s0 wait,slotselect
|
|
/dev/block/bootdevice/by-name/bluetooth /vendor/bt_firmware ext4 ro,nosuid,nodev,context=u:object_r:bt_firmware_file:s0 wait,slotselect
|
|
/dev/block/bootdevice/by-name/dsp /vendor/dsp ext4 ro,nosuid,nodev,barrier=1,defcontext=u:object_r:adsprpcd_file:s0 wait,slotselect
|
|
/dev/block/bootdevice/by-name/persist /mnt/vendor/persist ext4 noatime,nosuid,nodev,no_sehash_xattr,barrier=1 wait
|
|
/dev/block/bootdevice/by-name/fsg /vendor/fsg ext4 ro,nosuid,nodev,context=u:object_r:fsg_firmware_file:s0 wait,slotselect
|
|
|
|
# Removeable
|
|
/devices/soc/c084000.sdhci/mmc_host* auto auto defaults wait,voldmanaged=sdcard1:auto,encryptable=userdata
|
|
/devices/soc/c0a4900.sdhci/mmc_host* auto auto defaults wait,voldmanaged=sdcard1:auto
|
|
/devices/*/xhci-hcd.*.auto/usb* auto auto defaults voldmanaged=usb:auto
|