fstab: support USB OTG and External SD Cards

Initial configuration did not include external SD card loading. The "SD card" being mounted during original testing proved to be internal storage acting as an SD card. USB OTG was set to only mount fat32 devices. Changing to auto should support more filesystem types.

Change-Id: Icdb6117f03383d853dc0dda138eb6360a37491b4
This commit is contained in:
lexingtontezz 2023-09-09 00:27:25 -04:00 committed by Tezz Dixon
parent c8a487d6a8
commit 98cfc16a25

View file

@ -55,4 +55,5 @@
/efsg emmc /dev/block/bootdevice/by-name/fsg flags=backup=1;subpartitionof=/efs1
# Removable storage
/usb_otg vfat /dev/block/sdg1 /dev/block/sdg flags=display="USB Storage";storage;wipeingui;removable;fsflags="utf8"
/usb-otg auto /dev/block/sda1 /dev/block/sda flags=display="USB OTG";storage;wipeingui;removable
/external_sd auto /dev/block/mmcblk1p1 /dev/block/mmcblk1 flags=display="Micro SD Card";storage;wipeingui;removable