Advertisement
Guest User

Untitled

a guest
Mar 19th, 2023
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.98 KB | None | 0 0
  1. HABUILD_SDK [flame] [k1gen@think hadk]$ cat device/google/coral/fstab.hardware
  2. # Android fstab file.
  3.  
  4. #<src> <mnt_point> <type> <mnt_flags and options> <fs_mgr_flags>
  5. system /system ext4 ro,barrier=1 wait,slotselect,avb=vbmeta_system,logical,first_stage_mount
  6. system_ext /system_ext ext4 ro,barrier=1 wait,slotselect,avb=vbmeta_system,logical,first_stage_mount
  7. vendor /vendor ext4 ro,barrier=1 wait,slotselect,avb=vbmeta,logical,first_stage_mount
  8. product /product ext4 ro,barrier=1 wait,slotselect,avb,logical,first_stage_mount
  9. /dev/block/by-name/metadata /metadata ext4 noatime,nosuid,nodev,discard,sync wait,formattable,first_stage_mount,check
  10. /dev/block/bootdevice/by-name/misc /misc emmc defaults defaults
  11. /dev/block/bootdevice/by-name/userdata /data f2fs noatime,nosuid,nodev,discard,reserve_root=32768,resgid=1065,fsync_mode=strict latemount,wait,check,quota,formattable,fileencryption=ice,reservedsize=128M,sysfs_path=/sys/devices/platform/soc/1d84000.ufshc,keydirectory=/metadata/vold/metadata_encryption,checkpoint=fs
  12. /devices/platform/soc/a600000.ssusb/a600000.dwc3* auto vfat defaults voldmanaged=usb:auto
  13. /dev/block/zram0 none swap defaults zramsize=2147483648,max_comp_streams=8,zram_backingdev_size=512M
  14.  
  15. HABUILD_SDK [flame] [k1gen@think hadk]$ cat device/google/coral/fstab.postinstall
  16. #
  17. # Copyright (C) 2018 The Android Open Source Project
  18. #
  19. # Licensed under the Apache License, Version 2.0 (the "License");
  20. # you may not use this file except in compliance with the License.
  21. # You may obtain a copy of the License at
  22. #
  23. # http://www.apache.org/licenses/LICENSE-2.0
  24. #
  25. # Unless required by applicable law or agreed to in writing, software
  26. # distributed under the License is distributed on an "AS IS" BASIS,
  27. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  28. # See the License for the specific language governing permissions and
  29. # limitations under the License.
  30.  
  31. #<src> <mnt_point> <type> <mnt_flags and options> <fs_mgr_flags>
  32. system /postinstall ext4 ro,nosuid,nodev,noexec slotselect_other,logical,avb_keys=/product/etc/security/avb/system_other.avbpubkey
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement