Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 May 2000 09:24:09 +1200
From:      "David Clarke" <djclarke@cm-solutions.co.nz>
To:        <freebsd-questions@freebsd.org>
Subject:   250MB ZIP Drive on FBSD 4.0
Message-ID:  <002901bfc4fd$3c069ea0$0201a8c0@eskimo.cm-solutions.co.nz>

index | next in thread | raw e-mail

[-- Attachment #1 --]
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



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

[-- Attachment #2 --]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN">
<HTML>
<HEAD>

<META content=text/html;charset=iso-8859-1 http-equiv=Content-Type>
<META content='"MSHTML 4.72.3110.7"' name=GENERATOR>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT color=#000000 size=2>Hi,</FONT></DIV>
<DIV><FONT color=#000000 size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>I'm having trouble mounting an ATAPI 250MB ZIP Drive under 
FreeBSD 4.0.&nbsp; Any help much appreciated.</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT color=#000000 size=2>Trying to mount the ZIP drive always provides 
the following errors:</FONT></DIV>
<DIV><FONT color=#000000 size=2>mount_msdos /dev/afd0 /zip<BR>mount_msdos: 
/dev/afd0: Input/output error<BR></FONT></DIV>
<DIV>or</DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT color=#000000 size=2>mount_msdos /dev/afd0a /zip<BR>mount_msdos: 
/dev/afd0a: Invalid argument<BR></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=2>Output from dmesg:</FONT></DIV>
<DIV><FONT size=2></FONT><FONT color=#000000 size=2>ata1-master: Aladdin: two 
atapi devices on this channel, no DMA<BR>afd0: 239MB &lt;IOMEGA ZIP 250 
ATAPI&gt; [239/64/32] at ata1-master using PIO3<BR></FONT></DIV>
<DIV>ls of /dev/afd*:</DIV>
<DIV>/dev/afd0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
/dev/afd0c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
/dev/afd0f&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /dev/afd0s1&nbsp;&nbsp;&nbsp;&nbsp; 
/dev/afd0s4<BR>/dev/afd0a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
/dev/afd0d&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
/dev/afd0g&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
/dev/afd0s2<BR>/dev/afd0b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
/dev/afd0e&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
/dev/afd0h&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /dev/afd0s3<BR></DIV>
<DIV>Kernel config file for ATAPI devices:</DIV>
<DIV># ATA and ATAPI 
devices<BR>device&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
ata0&nbsp;&nbsp;&nbsp; at isa? port IO_WD1 irq 
14<BR>device&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
ata1&nbsp;&nbsp;&nbsp; at isa? port IO_WD2 irq 
15<BR>device&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
ata<BR>device&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
atadisk&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
# ATA disk 
drives<BR>device&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
atapicd&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
# ATAPI CDROM 
drives<BR>device&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
atapifd&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
# ATAPI floppy 
drives<BR>device&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
atapist&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
# ATAPI tape drives<BR>options&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
ATA_STATIC_ID&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
#Static device 
numbering<BR>options&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
ATA_ENABLE_ATAPI_DMA&nbsp;&nbsp;&nbsp; #Enable DMA on ATAPI devices<BR></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT color=#000000 size=2>Thanks</FONT></DIV>
<DIV><FONT color=#000000 size=2>Dave</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT color=#000000 size=2>David Clarke&nbsp;&nbsp; <A 
href="http://www.cm-solutions.co.nz">www.cm-solutions.co.nz</A>&nbsp; <A 
href="http://www.sportsnz.co.nz">www.sportsnz.co.nz</A><BR>Director - 
Technology</FONT></DIV>
<DIV><FONT color=#000000 size=2></FONT>&nbsp;</DIV>
<DIV><FONT color=#000000 size=2>Custom Made Solutions Ltd<BR>PO Box 10-819, 
Wellington<BR>Tel +64-4-384-7922&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Fax 
+64-4-384-7924</FONT></DIV></BODY></HTML>
help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?002901bfc4fd$3c069ea0$0201a8c0>