>> don't do that, i see in my logs creation of /dev/sda and /dev/sg0 but the >> kernel does not create /dev/sda1 I give you my logs (with usbstorage >> debug mode).
I guess I had this one too, is used by mistake CONFIG_CHR_DEV_SG=y and then upon device plug-in kernel recognized two devices: /dev/sda a /dev/sg0. Problem is udev picked device class (major 21 instead of 7 for disk IIRC) of the latter /dev/sg0 while creating /dev/myshinynewusbstick, so this device not being disk was not mountable. I then disabled CONFIG_CHR_DEV_SG and then only /dev/sda got detected, so udev was not confused anymore. Alan (and all gentlemen), please do you think this is a udev issue I should report? P.S. Alan, sorry for direct mail, I just wanted to be sure this issue won't get overlooked. Vitezslav Kotrla ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users
