2016-01-10 15:51:48 +01:00
|
|
|
# Android fstab file.
|
2017-12-31 22:53:06 +01:00
|
|
|
# The filesystem that contains the filesystem e2fsck binary (typically /system) cannot
|
|
|
|
# specify 'check', and must come before any filesystems that do specify 'check'
|
2018-07-06 19:36:40 +02:00
|
|
|
#
|
|
|
|
# NOTE: /system partition is now early-mounted and the fstab entry is explicitly
|
|
|
|
# specified for recovery-mount only:
|
|
|
|
#
|
2017-10-10 19:03:00 +02:00
|
|
|
#<src> <mnt_point> <type> <mnt_flags and options> <fs_mgr_flags>
|
2018-07-06 19:36:40 +02:00
|
|
|
/dev/block/platform/msm_sdcc.1/by-name/system /system ext4 ro,errors=panic wait,recoveryonly
|
2017-10-10 19:03:00 +02:00
|
|
|
/dev/block/platform/msm_sdcc.1/by-name/userdata /data ext4 nosuid,nodev,noatime,noauto_da_alloc,errors=continue,commit=20 wait,check,formattable,encryptable=footer,length=-16384
|
2019-12-05 10:22:07 +01:00
|
|
|
/dev/block/platform/msm_sdcc.1/by-name/userdata /data f2fs nosuid,nodev,noatime,rw,inline_xattr wait,check,formattable,encryptable=footer,length=-16384
|
2017-10-10 19:03:00 +02:00
|
|
|
/dev/block/platform/msm_sdcc.1/by-name/cache /cache ext4 nosuid,nodev,noatime,noauto_da_alloc,errors=continue,commit=20 wait,check,formattable
|
2019-12-05 10:22:07 +01:00
|
|
|
/dev/block/platform/msm_sdcc.1/by-name/cache /cache f2fs nosuid,nodev,noatime,rw,inline_xattr wait,check,formattable
|
2020-05-26 10:17:49 +02:00
|
|
|
/dev/block/platform/msm_sdcc.1/by-name/apnhlos /firmware sdfat ro,uid=1000,gid=1026,dmask=227,fmask=337,context=u:object_r:firmware_file:s0 wait
|
|
|
|
/dev/block/platform/msm_sdcc.1/by-name/modem /firmware-modem sdfat ro,uid=1000,gid=1026,dmask=227,fmask=337,context=u:object_r:firmware_file:s0 wait
|
2017-10-10 19:03:00 +02:00
|
|
|
/dev/block/platform/msm_sdcc.1/by-name/efs /efs ext4 nosuid,nodev,noatime,noauto_da_alloc,journal_async_commit,errors=panic wait,check
|
|
|
|
/dev/block/platform/msm_sdcc.1/by-name/fota /misc emmc defaults defaults
|
2016-01-10 15:51:48 +01:00
|
|
|
|
2017-10-10 19:03:00 +02:00
|
|
|
/dev/block/platform/msm_sdcc.1/by-name/boot /boot emmc defaults recoveryonly
|
|
|
|
/dev/block/platform/msm_sdcc.1/by-name/recovery /recovery emmc defaults recoveryonly
|
2016-01-10 15:51:48 +01:00
|
|
|
|
2019-10-28 10:00:21 +01:00
|
|
|
/devices/msm_sdcc.2/mmc_host/mmc* auto auto defaults voldmanaged=sdcard1:auto,encryptable=userdata
|
2017-10-10 19:03:00 +02:00
|
|
|
|
2021-08-24 15:44:07 +02:00
|
|
|
/dev/block/zram0 none swap defaults zramsize=50%,max_comp_streams=4
|
2017-10-10 19:03:00 +02:00
|
|
|
|
|
|
|
/devices/platform/xhci-hcd* auto auto defaults voldmanaged=usb:auto
|