When a usb flash drive is plugged in, it does not mount itself
automatically.
The device is visible as /dev/sdc, /dev/sdc1.
mount /dev/sdc says that the device is mounted already.
However partition sdc1 is not mounted but
mount /dev/sdc1 /media/... does mount the device.
But why isn't this happening automatically?
Description
Description