can you try to see if there is any storage devices listed by list the files in /dev/


ls /dev/

If you see devices like /dev/sda1, it means the device is recognised. Then you mean do a manual mount to see if it is successful.


mkdir /mnt/sda1
mount -t vfat /dev/sda1 /mnt/sda1

I guess that the auto mount scripts are failed due to some parameters problems.