Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 May 2002 14:11:22 -0500
From:      "Eric F Crist" <ecrist@secure-computing.net>
To:        "Darren Pilgrim" <dmp@pantherdragon.org>, <freebsd-questions@FreeBSD.ORG>
Subject:   Re: Why can't I mount my usb zip drive?
Message-ID:  <004101c20744$a018b6e0$fe01a8c0@armageddon>
References:  <3CF470A4.B5EB302E@pantherdragon.org>

next in thread | previous in thread | raw e-mail | index | archive | help

----- Original Message -----
From: "Darren Pilgrim" <dmp@pantherdragon.org>
To: <freebsd-questions@FreeBSD.ORG>
Sent: Wednesday, May 29, 2002 1:09 AM
Subject: Why can't I mount my usb zip drive?


> I'm having trouble mounting my USB Zip 100 drive on my 4.2-R box.  I've
> compiled my kernel with the scbus, da, and pass devices, and have
> usb_enable="YES" in my /etc/rc.conf.  When usbd loads, this is what I
> see:
>
> /kernel: uhci0: <Intel 82801AA (ICH) USB controller> port 0xe000-0xe01f
irq 9 at device 31.2 on pci0
> /kernel: usb0: <Intel 82801AA (ICH) USB controller> on uhci0
> /kernel: usb0: USB revision 1.0
> /kernel: uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
> /kernel: uhub0: 2 ports with 2 removable, self powered
>
> When I attach the zip drive:
>
> /kernel: umass0: Iomega USB Zip 100, rev 1.10/2.00, addr 2
> /kernel: da0 at umass-sim0 bus 0 target 0 lun 0
> /kernel: da0: <IOMEGA ZIP 100 90.J> Removable Direct Access SCSI-0 device
> /kernel: da0: 650KB/s transfers
> /kernel: da0: 96MB (196608 512 byte sectors: 64H 32S/T 96C)
>
> When I try to mount a a known-good disk formatted in Windows 98, I get
> the following:
>
> $ mount_msdos -u root -g wheel -m 0700 /dev/da0a /zip
> mount_msdos: /dev/da0s1a: Invalid argument
>

Try a:
#mount -t FAT32 /dev/da0s1 /zip

HTH
Eric F Crist
President/Sys Admin
AdTech Integrated Systems, Inc.
http://www.adtechintegrated.com




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?004101c20744$a018b6e0$fe01a8c0>