I am trying to write a driver for USB mass storage device. By far I've just been able to detect the device, but it is not visible in the file system. I use dmesg to see if the device is connected or removed. How do I mount it on the file system using my driver, so that it is visible?