You are not logged in.

#1 2019-09-12 10:08:40

uups
Member
Registered: 2018-01-08
Posts: 33

pi4 clean install No usb list.

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

#2 2019-09-14 12:49:51

uups
Member
Registered: 2018-01-08
Posts: 33

Re: pi4 clean install No usb list.

uups wrote:

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

#3 2019-09-14 20:53:39

sinned6915
Member
Registered: 2019-08-22
Posts: 52

Re: pi4 clean install No usb list.

so the issue is the automount of the USB memory stick?

Offline

#4 2019-09-15 06:38:03

uups
Member
Registered: 2018-01-08
Posts: 33

Re: pi4 clean install No usb list.

Yes that's right.
buster usbmount problem.
pi3 looks like a communication problem usb serial baud rate, but I do not know.

Offline

Board footer

Powered by FluxBB