summaryrefslogtreecommitdiff
path: root/hikey
diff options
context:
space:
mode:
authorDmitry Shmidt <dimitrysh@google.com>2018-03-20 12:32:15 -0700
committerDmitry Shmidt <dimitrysh@google.com>2018-03-20 16:41:31 -0700
commit596531d15ecfeddb7a9d772de30d77fc33db74cd (patch)
treed6b200b6df848a69554d4f55ebeb0ba8a292c232 /hikey
parent567aa669810c3f2db39b16422e9712c5ead553df (diff)
downloadhikey-596531d15ecfeddb7a9d772de30d77fc33db74cd.tar.gz
hikey/hikey960: Add formattable flag to ext4 userdata partition
Bug: 76019495 Test: Manual Change-Id: I1399cd89caec21e47a27f7a491b91939c1ccdb40 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
Diffstat (limited to 'hikey')
-rw-r--r--hikey/fstab.hikey2
-rw-r--r--hikey/fstab.hikey-3.182
2 files changed, 2 insertions, 2 deletions
diff --git a/hikey/fstab.hikey b/hikey/fstab.hikey
index def00f6d..06a13601 100644
--- a/hikey/fstab.hikey
+++ b/hikey/fstab.hikey
@@ -7,6 +7,6 @@
/dev/block/platform/soc/f723d000.dwmmc0/by-name/system /system squashfs ro wait
/dev/block/platform/soc/f723d000.dwmmc0/by-name/cache /cache ext4 discard,noauto_da_alloc,data=ordered,user_xattr,barrier=1 wait
/dev/block/platform/soc/f723d000.dwmmc0/by-name/userdata /data f2fs discard,noatime,nosuid,nodev wait,check,fileencryption=software,quota
-/dev/block/platform/soc/f723d000.dwmmc0/by-name/userdata /data ext4 discard,noauto_da_alloc,data=ordered,user_xattr,barrier=1 wait
+/dev/block/platform/soc/f723d000.dwmmc0/by-name/userdata /data ext4 discard,noauto_da_alloc,data=ordered,user_xattr,barrier=1 wait,formattable
/devices/platform/soc/f723e000.dwmmc1/mmc_host/mmc* auto auto defaults voldmanaged=sdcard1:auto,encryptable=userdata
/devices/platform/soc/f72c0000.usb/usb* auto auto defaults voldmanaged=usbdisk:auto,encryptable=userdata
diff --git a/hikey/fstab.hikey-3.18 b/hikey/fstab.hikey-3.18
index b652d752..da42ce20 100644
--- a/hikey/fstab.hikey-3.18
+++ b/hikey/fstab.hikey-3.18
@@ -7,6 +7,6 @@
/dev/block/platform/f723d000.dwmmc0/by-name/system /system squashfs ro wait
/dev/block/platform/f723d000.dwmmc0/by-name/cache /cache ext4 discard,noauto_da_alloc,data=ordered,user_xattr,barrier=1 wait
/dev/block/platform/f723d000.dwmmc0/by-name/userdata /data f2fs discard,noatime,nosuid,nodev wait,check,fileencryption=software,quota
-/dev/block/platform/f723d000.dwmmc0/by-name/userdata /data ext4 discard,noauto_da_alloc,data=ordered,user_xattr,barrier=1 wait
+/dev/block/platform/f723d000.dwmmc0/by-name/userdata /data ext4 discard,noauto_da_alloc,data=ordered,user_xattr,barrier=1 wait,formattable
/devices/platform/f723e000.dwmmc1/mmc_host/mmc* auto auto defaults voldmanaged=sdcard1:auto,encryptable=userdata
/devices/platform/f72c0000.usb/usb* auto auto defaults voldmanaged=usbdisk:auto,encryptable=userdata