diff options
| author | Darragh McGee <darraghmcgee20@gmail.com> | 2017-09-18 21:37:26 +0200 |
|---|---|---|
| committer | Darragh McGee <darraghmcgee20@gmail.com> | 2018-02-14 11:36:43 -0500 |
| commit | b2be0c1f2fa0e496961ad31c10bd71d11c34ebe2 (patch) | |
| tree | 1dfdf6e77385c3041b61a6a484c4c374ae7db97e | |
| parent | 90d36f186b9e7dd21298c2c66def3752595c4db8 (diff) | |
Change-Id: If3f9193d1389046ac3c5922dfd0b1c83a84a7050
| -rw-r--r-- | ramdisk/fstab.universal5420 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ramdisk/fstab.universal5420 b/ramdisk/fstab.universal5420 index 5cc35a8..8bf6e4a 100644 --- a/ramdisk/fstab.universal5420 +++ b/ramdisk/fstab.universal5420 @@ -10,9 +10,7 @@ /dev/block/platform/dw_mmc.0/by-name/SYSTEM /system ext4 ro,errors=panic wait /dev/block/platform/dw_mmc.0/by-name/EFS /efs ext4 nosuid,nodev,noatime,noauto_da_alloc,journal_async_commit,errors=panic wait,check /dev/block/platform/dw_mmc.0/by-name/CACHE /cache ext4 nosuid,nodev,noatime,noauto_da_alloc,journal_async_commit,errors=panic wait,check -/dev/block/platform/dw_mmc.0/by-name/CACHE /cache f2fs noatime,nosuid,nodev,nodiratime,inline_xattr,inline_data,data_flush wait,check /dev/block/platform/dw_mmc.0/by-name/USERDATA /data ext4 nosuid,nodev,noatime,noauto_da_alloc,journal_async_commit,errors=panic wait,check,encryptable=footer,length=-16384 -/dev/block/platform/dw_mmc.0/by-name/USERDATA /data f2fs noatime,nosuid,nodev,nodiratime,inline_xattr,inline_data,data_flush wait,check,encryptable=footer,length=-16384 # VOLD /devices/platform/dw_mmc.2/mmc_host/mmc* auto auto defaults voldmanaged=sdcard1:auto,encryptable=userdata |
