You are not logged in.
are you using stretch lite latest ver with rpi3 B+ with latest nano dlp build?
with the same board rpi3 B+ and build 1744, usb works well
it is very strange to me!
Last edited by F.m (2019-06-02 14:14:31)
Offline
Looks like a bug on usbmount
https://www.raspberrypi.org/forums/view … p?t=192291
Try workaround below:
Edit /lib/systemd/system/systemd-udevd.service and change the line
MountFlags=slave
to
MountFlags=shared
then reboot
Offline