Date: Tue, 23 May 2000 22:38:13 +0100 From: Mark Ovens <mark@ukug.uk.freebsd.org> To: David Clarke <djclarke@cm-solutions.co.nz> Cc: freebsd-questions@freebsd.org Subject: Re: 250MB ZIP Drive on FBSD 4.0 Message-ID: <20000523223813.D233@parish> In-Reply-To: <002901bfc4fd$3c069ea0$0201a8c0@eskimo.cm-solutions.co.nz>; from djclarke@cm-solutions.co.nz on Wed, May 24, 2000 at 09:24:09AM %2B1200 References: <002901bfc4fd$3c069ea0$0201a8c0@eskimo.cm-solutions.co.nz>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, May 24, 2000 at 09:24:09AM +1200, David Clarke wrote:
> Hi,
>
> I'm having trouble mounting an ATAPI 250MB ZIP Drive under FreeBSD 4.0. Any help much appreciated.
>
> Trying to mount the ZIP drive always provides the following errors:
> mount_msdos /dev/afd0 /zip
> mount_msdos: /dev/afd0: Input/output error
>
> or
>
> mount_msdos /dev/afd0a /zip
> mount_msdos: /dev/afd0a: Invalid argument
>
I don't know if this applies still in 4.0, but in 3.x you had to use
slice 4 for Zip drives. Try
mount_msdos /dev/afd0s4 /zip
>
>
> Output from dmesg:
> ata1-master: Aladdin: two atapi devices on this channel, no DMA
> afd0: 239MB <IOMEGA ZIP 250 ATAPI> [239/64/32] at ata1-master using PIO3
>
> ls of /dev/afd*:
> /dev/afd0 /dev/afd0c /dev/afd0f /dev/afd0s1 /dev/afd0s4
> /dev/afd0a /dev/afd0d /dev/afd0g /dev/afd0s2
> /dev/afd0b /dev/afd0e /dev/afd0h /dev/afd0s3
>
> Kernel config file for ATAPI devices:
> # ATA and ATAPI devices
> device ata0 at isa? port IO_WD1 irq 14
> device ata1 at isa? port IO_WD2 irq 15
> device ata
> device atadisk # ATA disk drives
> device atapicd # ATAPI CDROM drives
> device atapifd # ATAPI floppy drives
> device atapist # ATAPI tape drives
> options ATA_STATIC_ID #Static device numbering
> options ATA_ENABLE_ATAPI_DMA #Enable DMA on ATAPI devices
>
>
> Thanks
> Dave
>
>
> David Clarke www.cm-solutions.co.nz www.sportsnz.co.nz
> Director - Technology
>
> Custom Made Solutions Ltd
> PO Box 10-819, Wellington
> Tel +64-4-384-7922 Fax +64-4-384-7924
--
...and on the eighth day God created UNIX
________________________________________________________________
FreeBSD - The Power To Serve http://www.freebsd.org
My Webpage http://ukug.uk.freebsd.org/~mark/
mailto:mark@ukug.uk.freebsd.org http://www.radan.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?20000523223813.D233>
