GloDroid / glodroid_manifest

Android port that aims to bring both user- and developer-friendly experience in using AOSP with a set of single-board computers (SBC), phones and other devices.
472 stars 66 forks source link

auto mount USB storage #146

Closed danialbehzadi closed 3 years ago

danialbehzadi commented 3 years ago

I'm currently using my build of GloDroid on Raspberry Pi 4. But nothing happens when I attach a USB storage device to my rpi4. I think that should be mounted automatically.

danialbehzadi commented 3 years ago

Just checked that konstakang kernel auto mounts USB storages too.

KonstaT commented 3 years ago

This is likely just a matter of fixing USB device path in fstab.rpi4 (/devices/platform/soc/*/usb* -> /devices/platform/scb/*.pcie/*/*/*/usb*).

rsglobal commented 3 years ago

@KonstaT ,

Thanks, added to fstab as you suggested. Seems to work. Fix will be available in v0.7.0.