08-12-2020, 01:11 PM
(This post was last modified: 08-12-2020, 01:14 PM by magostinelli.)
I found the issue, the problem was rpi 4 with some ssd device.
(https://www.raspberrypi.org/forums/viewt...8&t=245931)
The solution was:
1. find device id by using lsusb, in my case:
pi@moode:/var/log/mpd $ lsusb
Bus 002 Device 002: ID 125f:a67a A-DATA Technology Co., Ltd.
2. put the id in file /boot/cmdline.txt:
usb-storage.quirks=125f:a67a:u
I have more than 7000 flac file, I have the same file on another pc over the network, so I tried to mount it by nfs, the all library content was updated in a few minutes, so I started to watch on usb speed.
It's possible to check the usb ssd speed by using hdparm command.
I also have problem on boot with the automount function, that not works, i solved by switthing from udisks-glue to devmon
(https://www.raspberrypi.org/forums/viewt...8&t=245931)
The solution was:
1. find device id by using lsusb, in my case:
pi@moode:/var/log/mpd $ lsusb
Bus 002 Device 002: ID 125f:a67a A-DATA Technology Co., Ltd.
2. put the id in file /boot/cmdline.txt:
usb-storage.quirks=125f:a67a:u
I have more than 7000 flac file, I have the same file on another pc over the network, so I tried to mount it by nfs, the all library content was updated in a few minutes, so I started to watch on usb speed.
It's possible to check the usb ssd speed by using hdparm command.
I also have problem on boot with the automount function, that not works, i solved by switthing from udisks-glue to devmon