Usb stick not seen

dears,

just trying to use a USB stick, in order to use it as storage device, with HA running on a raspberry 4. I’m not able to see it in the list of the supported hardwares. I searched a bit in the forum and I have mixed feelings. Anybody here with some hints?

it’s a normal a generic USB stick

-thx

dmesg -T

shows recent system events, including those when plugging in USB devices. Search the output for hints.

sudo lsusb 

enumerates all USB devices that have been sucessfully registered by the kernel.

sudo blkid

shows all block devices, including those for registered USB mass storage devices. You may use the partition‘s id with the mount command or in /etc/fstab

thanks a lot! you’re my hero! I found it!