You are not logged in.
Pages: 1
If you proceed with the installation as described in the description, everything else is normal but the usb file cannot be loaded.
I used the sd card image from the download page.
In Pi 3+, I had the same symptoms after the upgrade.
After changing slave-> shared, the problem was solved.
But Pi 4 doesn't work at all.
It will not mount on usb0.
pi4 buster usb mount problem?
Offline
If you proceed with the installation as described in the description, everything else is normal but the usb file cannot be loaded.
I used the sd card image from the download page.
In Pi 3+, I had the same symptoms after the upgrade.
After changing slave-> shared, the problem was solved.But Pi 4 doesn't work at all.
It will not mount on usb0.pi4 buster usb mount problem?
Self-solve
https://www.raspberrypi.org/forums/view … p?t=192291
Code: Select all
sudo apt-get install debhelper
• Clone usbmount from github
Code: Select all
git clone https://github.com/rbrito/usbmount.git
• Creata Debian package
Code: Select all
cd usbmount
sudo dpkg-buildpackage -us -uc -b
• Install newly created package
Code: Select all
cd ..
sudo apt install ./usbmount_0.0.24_all.deb
• Reboot
Code: Select all
sudo shutdown -r now
Offline
so the issue is the automount of the USB memory stick?
Offline
Yes that's right.
buster usbmount problem.
pi3 looks like a communication problem usb serial baud rate, but I do not know.
Offline
Pages: 1