Greetings. I have a USB hard drive attached to a FreeBSD 4.7 box. The
first part of the dmesg looks good:
. . .
ohci0: <OHCI (generic) USB controller> mem 0xfe120000-0xfe120fff irq
5 at device 15.2 on pci0
usb0: OHCI version 1.0, legacy support
usb0: SMM does not respond, resetting
usb0: <OHCI (generic) USB controller> on ohci0
usb0: USB revision 1.0
uhub0: (0x1166) OHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
umass0: ScanLogic USBIDE ScanLogic USBIDE, rev 1.10/2.60, addr 2
. . .
But at the end:
umass0: Invalid CSW: tag 2359384 should be 1
umass0: Invalid CSW: tag 2359384 should be 2
umass0: Invalid CSW: tag 2359384 should be 3
umass0: Invalid CSW: tag 2359384 should be 4
umass0: Invalid CSW: tag 2359384 should be 5
That may be because there is already data on the drive (which I don't
care about).
And there is no mention of da0 in the dmesg.
All of the devices listed in the man page for umass are in the
kernel. However, I cannot write a disk label on the drive:
# disklabel -w da0 auto
disklabel: /dev/da0c: Device not configured
How do I move forwards?
--Paul Hoffman
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message