summaryrefslogtreecommitdiff
path: root/fstab.yukawa.avb.ab
diff options
context:
space:
mode:
authorMattijs Korpershoek <mkorpershoek@baylibre.com>2021-07-29 14:55:32 +0200
committerMattijs Korpershoek <mkorpershoek@baylibre.com>2021-07-30 10:25:59 +0200
commit7493893ac9ab80119b618916d5ccb6bbb39708cf (patch)
tree7c9d755f327977bf0271098cf070abad8115c6eb /fstab.yukawa.avb.ab
parentd04f709673a9e7498b45be713601ee8f461cb16b (diff)
downloadyukawa-7493893ac9ab80119b618916d5ccb6bbb39708cf.tar.gz
yukawa: fstab: remove */block/mmcblk2 entry
The internal emmc (mmcblk2) should not need to be managed by vold. This entry confuses StorageManagerService as observeable in logcat: W StorageManagerService: Reporting public:179,6 unmounted due to system locked W StorageManagerService: Reporting public:179,7 unmounted due to system locked W StorageManagerService: Reporting public:179,8 unmounted due to system locked W StorageManagerService: Reporting public:179,9 unmounted due to system locked W StorageManagerService: Reporting emulated;0 unmounted due to system locked W StorageManagerService: Reporting public:179,10 unmounted due to system locked W StorageManagerService: Reporting public:179,1 unmounted due to system locked W StorageManagerService: Reporting public:179,2 unmounted due to system locked W StorageManagerService: Reporting public:179,3 unmounted due to system locked Change the wildcard to mmcblk[0-1] instead. Note: this also removes the "Issue with SD card" popups from the UI. Test: m TARGET_USE_TABLET_LAUNCHER=true TARGET_VIM3=true TARGET_KERNEL_USE=5.4 # boot to UI; no UI dropdown for internal sdcard reformatting # usb stick is mounted and useable from UI # external sdcard is mountable and useable from UI Change-Id: Ie1dba1928b0d64732e041957f6e92cbee3866277 Signed-off-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
Diffstat (limited to 'fstab.yukawa.avb.ab')
-rw-r--r--fstab.yukawa.avb.ab2
1 files changed, 1 insertions, 1 deletions
diff --git a/fstab.yukawa.avb.ab b/fstab.yukawa.avb.ab
index 319e915..7399af8 100644
--- a/fstab.yukawa.avb.ab
+++ b/fstab.yukawa.avb.ab
@@ -3,6 +3,6 @@ vendor /vendor ext4 noatime,ro,errors=panic wait,slotselect,avb,logical
/dev/block/by-name/userdata /data f2fs noatime,nosuid,nodev latemount,wait,check,quota,fileencryption=software,quota
/dev/block//by-name/userdata /data ext4 noatime,nosuid,nodev,nodelalloc,nomblk_io_submit,errors=panic latemount,wait,check,quota,formattable,reservedsize=32M
/dev/block/by-name/misc /misc emmc defaults defaults
-*/block/mmcblk* auto auto defaults voldmanaged=sdcard1:auto,encryptable=userdata
+*/block/mmcblk[0-1] auto auto defaults voldmanaged=sdcard1:auto,encryptable=userdata
*/block/sd* auto auto defaults voldmanaged=usb:auto,noemulatedsd
/dev/block/zram0 none swap defaults zramsize=268435456