|
2 | 2 | # The filesystem that contains the filesystem e2fsck binary (typically /system) cannot
|
3 | 3 | # specify 'check', and must come before any filesystems that do specify 'check'
|
4 | 4 |
|
5 |
| -# NOTE: /system and /vendor (/factory mounted as /vendor) partitions are now early-mounted and the fstab entry is specified in device tree (duplicated below for recovery image purposes only): |
| 5 | +# NOTE: /system and /vendor (/factory renamed as /vendor) partitions are now early-mounted and the fstab entry is specified in device tree (duplicated below for recovery image purposes only): |
6 | 6 | # /proc/device-tree/firmware/android/fstab/system
|
7 | 7 | # /proc/device-tree/firmware/android/fstab/vendor
|
8 | 8 |
|
|
12 | 12 | /dev/block/bootdevice/by-name/userdata /data ext4 nosuid,nodev,noatime,barrier=1,noauto_da_alloc wait,check,encryptable=footer
|
13 | 13 | /dev/block/bootdevice/by-name/userdata /data f2fs nosuid,nodev,noatime,inline_xattr,data_flush wait,check,encryptable=footer
|
14 | 14 | /dev/block/bootdevice/by-name/system /system ext4 ro,barrier=1 wait,recoveryonly
|
15 |
| -/dev/block/bootdevice/by-name/factory /vendor ext4 ro,barrier=1 wait,recoveryonly |
| 15 | +/dev/block/bootdevice/by-name/vendor /vendor ext4 ro,barrier=1 wait,recoveryonly |
16 | 16 | /dev/block/bootdevice/by-name/cache /cache ext4 nosuid,nodev,noatime,barrier=1 wait,check
|
17 | 17 | /dev/block/bootdevice/by-name/cache /cache f2fs nosuid,nodev,noatime,inline_xattr,flush_merge,data_flush wait,check
|
18 | 18 | /dev/block/bootdevice/by-name/persist /persist ext4 nosuid,nodev,noatime,barrier=1 wait
|
|
0 commit comments