Good Afternoon

When I insert a USB flash drive, the system detects and reports its presence as can be seen from "dmesg"

Oct 21 13:50:36 tesla usba: [ID 349649 kern.info] USB Flash Disk FBF1101121303975 Oct 21 13:50:36 tesla genunix: [ID 936769 kern.info] scsa2usb1 is /pci@0,0/pci1022,1483@1,2/pci1b21,1142@0/hub@6/storage@3 Oct 21 13:50:36 tesla genunix: [ID 408114 kern.info] /pci@0,0/pci1022,1483@1,2/pci1b21,1142@0/hub@6/storage@3 (scsa2usb1) online Oct 21 13:50:36 tesla scsi: [ID 583861 kern.info] sd11 at scsa2usb1: target 0 lun 0

However the drive is not automatically mounted.

I can manually mount the USB flash drive by using "rmformat -l" to identify the device

     3. Logical Node: /dev/rdsk/c7t0d0p0
        Physical Node: /pci@0,0/pci1022,1483@1,2/pci1b21,1142@0/hub@6/storage@3/disk@0,0
        Connected Device: USB      Flash Disk       1100
        Device Type: Removable
        Bus: USB
        Size: 1.9 GB
        Label: <Unknown>
        Access permissions: Medium is not write protected.

I can then use "mount -F pcfs /dev/dsk/c7t0d0p1 <mount point>", note that the I have to use the none raw device and use drive partition 1 not partition 0.

The other thing I find that is that I can get the following and when this occurs the usb device is not accessible.

Oct 21 13:03:11 tesla xhci: [ID 902155 kern.info] NOTICE: xhci0: xhci stop endpoint command (3)/slot (7) in wrong state: 19 Oct 21 13:03:11 tesla xhci: [ID 617155 kern.info] NOTICE: xhci0: endpoint is in state 3 Oct 21 13:03:11 tesla xhci: [ID 902155 kern.info] NOTICE: xhci0: xhci stop endpoint command (2)/slot (7) in wrong state: 19 Oct 21 13:03:11 tesla xhci: [ID 617155 kern.info] NOTICE: xhci0: endpoint is in state 3 Oct 21 13:03:11 tesla xhci: [ID 902155 kern.info] NOTICE: xhci0: xhci stop endpoint command (3)/slot (7) in wrong state: 19 Oct 21 13:03:11 tesla xhci: [ID 617155 kern.info] NOTICE: xhci0: endpoint is in state 3

Is there a way to fix the USB drive auto mounting issue?


TIA


Russell


_______________________________________________
openindiana-discuss mailing list
[email protected]
https://openindiana.org/mailman/listinfo/openindiana-discuss

Reply via email to