Skip to content

Commit

Permalink
huashan: Improve the fstab
Browse files Browse the repository at this point in the history
 * System (check removed because without effect) :
    "If check is specifed on a read-only filesystem, it is ignored."

 * Updated with SONY stock and shamu fstabs.
 * Commited in cooperation with Dhruv Paranjape

Change-Id: Ie31afb6b5bb8b7292bb08aad5364a8588953ebe0
(cherry picked from commit b6bd673)
  • Loading branch information
AdrianDC committed Dec 27, 2015
1 parent 927bb38 commit c728b46
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions rootdir/fstab.qcom
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Android fstab file.
#<src> <mnt_point> <type> <mnt_flags and options> <fs_mgr_flags>
#<src> <mnt_point> <type> <mnt_flags and options> <fs_mgr_flags>
# 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

/dev/block/platform/msm_sdcc.1/by-name/FOTAKernel /recovery emmc defaults defaults
/dev/block/platform/msm_sdcc.1/by-name/Kernel /boot emmc defaults recoveryonly
/dev/block/platform/msm_sdcc.1/by-name/System /system ext4 ro,barrier=1 wait,check
/dev/block/platform/msm_sdcc.1/by-name/Userdata /data f2fs rw,nosuid,nodev,noatime,nodiratime,inline_data,inline_xattr wait,check,formattable,encryptable=footer,length=-16384
/dev/block/platform/msm_sdcc.1/by-name/Userdata /data ext4 noatime,nosuid,nodev,barrier=1,data=ordered,nomblk_io_submit,errors=panic wait,check,encryptable=footer,length=-16384
/dev/block/platform/msm_sdcc.1/by-name/Cache /cache f2fs noatime,nosuid,nodev,rw,discard,inline_xattr wait,check
/dev/block/platform/msm_sdcc.1/by-name/Cache /cache ext4 noatime,nosuid,nodev,barrier=1,data=ordered,nomblk_io_submit,errors=panic wait,check
/dev/block/platform/msm_sdcc.1/by-name/System /system ext4 ro,barrier=1 wait
/dev/block/platform/msm_sdcc.1/by-name/Userdata /data f2fs rw,nosuid,nodev,noatime,inline_xattr,flush_merge,nobarrier wait,check,formattable,encryptable=footer
/dev/block/platform/msm_sdcc.1/by-name/Userdata /data ext4 rw,nosuid,nodev,noatime,noauto_da_alloc,barrier=1,errors=panic wait,check,encryptable=footer
/dev/block/platform/msm_sdcc.1/by-name/Cache /cache f2fs rw,nosuid,nodev,noatime,inline_xattr,flush_merge,nobarrier wait,check
/dev/block/platform/msm_sdcc.1/by-name/Cache /cache ext4 rw,nosuid,nodev,noatime,noauto_da_alloc,barrier=1,errors=panic wait,check

/devices/platform/msm_sdcc.3/mmc_host/mmc* auto auto defaults voldmanaged=sdcard1:auto,encryptable=userdata
/devices/platform/msm_hsusb_host/usb* auto auto defaults voldmanaged=usb:auto

0 comments on commit c728b46

Please sign in to comment.