> I don't think you would need to restart the > vold.instead you could try volcheck which looks for > new removable devices. try that & let this group know > how that works. > > Thanks > -Gopi
you are right. I thought volcheck would do for USB's also. below are the some of the Qs from USB FAQ. http://www.sun.com/io_technologies/usb/USB-Faq.html # My device is not responding. How do I check if my USB device was recognized by the OS? What command can I use? You can use 'cfgadm' to find the port that your device is connected to. See the man page cfgadm_usb(1M) for details. # cfgadm -vl (Solaris 9 and later) # cfgadm -c disconnect usbx/y # cfgadm -c configure usbx/y # prtconf -D # Can I do soft hotplugging (without physically disconnecting the device)? # cfgadm -vl (Solaris 9 and later) # cfgadm -c disconnect usbx/y # prtconf -D The device node should no longer be listed. Refer to cfgadm_usb(1M). -- This message posted from opensolaris.org _______________________________________________ sysadmin-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/sysadmin-discuss
