2016-01-10 17:51:48 +03:00
|
|
|
# Android fstab file.
|
2018-01-01 00:53:06 +03: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 20:36:40 +03:00
|
|
|
#
|
|
|
|
# NOTE: /system partition is now early-mounted and the fstab entry is explicitly
|
|
|
|
# specified for recovery-mount only:
|
|
|
|
#
|
2017-10-10 20:03:00 +03:00
|
|
|
#<src> <mnt_point> <type> <mnt_flags and options> <fs_mgr_flags>
|
2018-07-06 20:36:40 +03:00
|
|
|
/dev/block/platform/msm_sdcc.1/by-name/system /system ext4 ro,errors=panic wait,recoveryonly
|
2022-09-25 11:32:37 +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
|
|
|
|
/dev/block/platform/msm_sdcc.1/by-name/userdata /data f2fs nosuid,nodev,noatime,rw,inline_xattr wait,check,formattable
|
2017-10-10 20:03:00 +03: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 12:22:07 +03:00
|
|
|
/dev/block/platform/msm_sdcc.1/by-name/cache /cache f2fs nosuid,nodev,noatime,rw,inline_xattr wait,check,formattable
|
2020-05-26 11:17:49 +03: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 20:03:00 +03: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 17:51:48 +03:00
|
|
|
|
2017-10-10 20:03:00 +03: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 17:51:48 +03:00
|
|
|
|
2022-09-25 11:32:37 +02:00
|
|
|
/devices/msm_sdcc.2/mmc_host/mmc* auto auto defaults voldmanaged=sdcard1:auto
|
2017-10-10 20:03:00 +03:00
|
|
|
|
2021-08-24 15:44:07 +02:00
|
|
|
/dev/block/zram0 none swap defaults zramsize=50%,max_comp_streams=4
|
2017-10-10 20:03:00 +03:00
|
|
|
|
|
|
|
/devices/platform/xhci-hcd* auto auto defaults voldmanaged=usb:auto
|