Subject: How do I use a USB hard drive?
To: None <netbsd-help@netbsd.org>
From: Paul Hoffman <phoffman@proper.com>
List: netbsd-help
Date: 09/24/2002 08:38:20
Hi again. I just attached a USB hard drive to my system. usbdevs reports:

addr 1: UHCI root hub, Intel
  addr 2: ScanLogic USBIDE, ScanLogic USBIDE
addr 1: UHCI root hub, Intel

How do I mount the drive on /mnt?

My first two random attempts get me nowhere:

# mount /dev/usb1 /mnt
mount_ffs: /dev/usb1 on /mnt: Block device required
# mount /dev/usb2 /mnt
mount: cannot open `/dev/usb2': Device not configured


--Paul Hoffman