how to mount an USB port on CS-E9301

Hi,

Does anybody know what is the command line to mount a pendrive on the CS-E9301? I’m trying several ways but is not working.

mount /dev/sdXX /mnt/usb

mount -t vfat /dev/sdXX /mnt/usb

mount -t usbfs /dev/sdXX /mnt/usb

I did try with all the sda and sdb devices …

any clues?

Thanks!

it seems like usbcore module is not loaded. I tried lsmod and it doesn’t appears maybe that is the problem