I can't get /etc/hotplug/usb/usb-storage script to run. I suspect my usb.usermap file is not right. My storage script has chmod +x on it and works from the CLI.
I also know the USB device works electronically, I can mount it manually, fdisk, format, etc. no problem. Can someone help me with this? Thanks! ------------------------------ Script: #!/bin/sh mount /dev/sdb1 /mnt/disk ------------------------------ /proc/bus/usb/devices: T: Bus=01 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 4 Spd=12 MxCh= 0 D: Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1 P: Vendor=0c0b ProdID=b001 Rev=10.10 S: Manufacturer=DMI S: Product=USB 2.0 Storage Adaptor C:* #Ifs= 1 Cfg#= 2 Atr=c0 MxPwr= 98mA I: If#= 0 Alt= 0 #EPs= 3 Cls=08(stor.) Sub=06 Prot=50 Driver=usb-storage E: Ad=01(O) Atr=02(Bulk) MxPS= 64 Ivl= 0ms E: Ad=82(I) Atr=02(Bulk) MxPS= 64 Ivl= 0ms E: Ad=83(I) Atr=03(Int.) MxPS= 2 Ivl= 32ms ------------------------------ /etc/hotplug/usb.usermap: usb-storage 0x0c0b 0xb001 0x1010 0 0 0 0 0 0 0 0 0 ------------------------------ dmesg: hub.c: USB new device connect on bus1/1, assigned device number 4 WARNING: USB Mass Storage data integrity not assured USB Mass Storage device found at 4 -- Abe Waranowitz [EMAIL PROTECTED] http://abeowitz.da.ru _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users
