[SOLVED] USB storage can not be mounted

neynenmo

New Member
Nov 27, 2021
4
1
3
46
Hi,

I've tried to mount several kind of USB-storage-devices (UBS-sticks, -hdd, -ssd).
None of these is recognized via
Bash:
lsblk

In
Bash:
dmesg
I can see that the USB device is recognized.
Example:
Code:
[189907.089727] failed to validate module [usb_storage] BTF: -22
[190986.666432] usb 4-2: new SuperSpeed USB device number 5 using xhci_hcd
[190986.687079] usb 4-2: New USB device found, idVendor=0781, idProduct=5581, bcdDevice= 1.00
[190986.687091] usb 4-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[190986.687093] usb 4-2: Product: Ultra
[190986.687095] usb 4-2: Manufacturer: SanDisk
[190986.687097] usb 4-2: SerialNumber: 4C530000220218122310
[190986.690867] BPF:[106313] STRUCT
[190986.690874] BPF:size=32 vlen=5
[190986.690876] BPF:
[190986.690877] BPF:Invalid name
[190986.690878] BPF:

[190986.690881] failed to validate module [usb_storage] BTF: -22
[190986.736612] BPF:[106313] STRUCT
[190986.736623] BPF:size=32 vlen=5
[190986.736624] BPF:
[190986.736626] BPF:Invalid name
[190986.736627] BPF:

[190986.736630] failed to validate module [usb_storage] BTF: -22

It seems that the usb_storage module ist not loaded.
Bash:
lsmod | grep usb
delivers:
Code:
snd_usb_audio         294912  0
btusb                  61440  0
snd_usbmidi_lib        36864  1 snd_usb_audio
snd_rawmidi            36864  1 snd_usbmidi_lib
btrtl                  24576  1 btusb
btbcm                  16384  1 btusb
btintel                32768  1 btusb
mc                     57344  1 snd_usb_audio
snd_hwdep              16384  2 snd_usb_audio,snd_hda_codec
bluetooth             659456  5 btrtl,btintel,btbcm,btusb
snd_pcm               118784  9 snd_hda_codec_hdmi,snd_hda_intel,snd_usb_audio,snd_hda_codec,snd_compress,snd_soc_core,snd_hda_core,snd_acp3x_pdm_dma,snd_pcm_dmaengine
snd                    94208  12 snd_seq_device,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_usb_audio,snd_usbmidi_lib,snd_hda_codec,snd_timer,snd_compress,snd_soc_core,snd_pcm,snd_rawmidi
usbhid                 57344  0
hid                   135168  5 i2c_hid,usbhid,hid_sensor_hub,hid_generic,amd_sfh

When I try to load the module with:
Bash:
modprobe usb_storage
I get:
Code:
modprobe: ERROR: could not insert 'usb_storage': Invalid argument

Just as additional information:
Bash:
uname -r
Returns:
Code:
5.13.19-1-pve

Any ideas how to progress here ?

Thanks for your help in advance.


Mario
 
Last edited:
Hi,

Do you see any error when you do journalctl -f command and plug the USB in your PVE?

After upgrading to 5.13.19-1-pve, did you restart the server?
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!