mounting Maxtor OneTouch 4 external USB drive
807559Aug 8 2008 — edited Aug 8 2008...plugging this device in to the USB port looks like the hardware functions properly, but the mount command escapes me.
From /var/adm/messages it shows:
Aug 8 00:28:12 spectre usba: [ID 912658 kern.info] USB 2.0 device (usbd49,7300) operating at hi speed (USB 2.x) on USB 2.0 root hub: storage@5, scsa2usb2 at bus address 2
Aug 8 00:28:12 spectre usba: [ID 349649 kern.info] Maxtor OneTouch 2HAAA637
Aug 8 00:28:12 spectre genunix: [ID 936769 kern.info] scsa2usb2 is /pci@0,0/pci17aa,200b@1d,7/storage@5
Aug 8 00:28:12 spectre genunix: [ID 408114 kern.info] /pci@0,0/pci17aa,200b@1d,7/storage@5 (scsa2usb2) online
Aug 8 00:28:12 spectre scsi: [ID 193665 kern.info] sd4 at scsa2usb2: target 0 lun 0
Aug 8 00:28:12 spectre genunix: [ID 936769 kern.info] sd4 is /pci@0,0/pci17aa,200b@1d,7/storage@5/disk@0,0
Aug 8 00:28:12 spectre genunix: [ID 340197 kern.warning] WARNING: Page83 data not standards compliant Maxtor OneTouch 0121
Aug 8 00:28:12 spectre genunix: [ID 408114 kern.info] /pci@0,0/pci17aa,200b@1d,7/storage@5/disk@0,0 (sd4) online
Aug 8 00:28:12 spectre usba: [ID 912658 kern.info] USB 1.0 device (usb483,2016) operating at full speed (USB 1.x) on USB 1.10 root hub: device@2, usb_mid0 at bus address 2
...so it looks like the system recognizes it on a reboot as: scsa2usb2 is /pci@0,0/pci17aa,200b@1d,7/storage@5
Although the man page for mount_pcfs doesn't appear to allow hardware controller addresses, as in the above, I couldn't even find the binary anywhere on the system.
Any pointers would be greatly appreciated.