From owner-freebsd-questions Sat Jul 10 7:38:42 1999 Delivered-To: freebsd-questions@freebsd.org Received: from smtp-out.vma.verio.net (smtp-out.vma.verio.net [168.143.0.23]) by hub.freebsd.org (Postfix) with ESMTP id 0422C14DA7 for ; Sat, 10 Jul 1999 07:38:37 -0700 (PDT) (envelope-from thomas@clark.net) Received: from smtp-gw2.vma.verio.net ([168.143.0.22]) by smtp-out.vma.verio.net with esmtp (Exim 2.10 #1) id 112yDz-0000Jv-00 for freebsd-questions@freebsd.org; Sat, 10 Jul 1999 10:35:31 -0400 Received: from minotaur (thomas.clark.net [168.143.2.191]) by smtp-gw2.vma.verio.net (8.9.3/8.9.3) with SMTP id KAA24804 for ; Sat, 10 Jul 1999 10:38:29 -0400 (EDT) Message-Id: <3.0.6.32.19990710103442.0097acc0@pop3.clark.net> X-Sender: thomas@pop3.clark.net X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Sat, 10 Jul 1999 10:34:42 -0400 To: freebsd-questions@freebsd.org From: Mark Thomas Subject: Mounting Jaz/Zip Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have both a Jaz (1GB) and Zip (100M) drive on my FBSD box, both SCSI. dmesg shows (snipped to SCSI bits): ahc0: rev 0x01 int a irq 11 on pci0.17.0 ahc0: aic7860 Single Channel A, SCSI Id=7, 3/255 SCBs Waiting 15 seconds for SCSI devices to settle changing root device to da0s1a da0 at ahc0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-2 device da0: 10.000MB/s transfers (10.000MHz, offset 15), Tagged Queueing Enabled da0: 4095MB (8386733 512 byte sectors: 255H 63S/T 522C) cd0 at ahc0 bus 0 target 6 lun 0 cd0: Removable CD-ROM SCSI-2 device cd0: 5.000MB/s transfers (5.000MHz, offset 15) cd0: Attempt to query device size failed: NOT READY, Medium not present da2 at ahc0 bus 0 target 5 lun 0 da2: Removable Direct Access SCSI-2 device da2: 3.300MB/s transfers da2: 96MB (196608 512 byte sectors: 64H 32S/T 96C) (da1:ahc0:0:4:0): SCB 0xe - timed out while idle, LASTPHASE == 0x1, SEQADDR == 0xa (da1:ahc0:0:4:0): Queuing a BDR SCB (da1:ahc0:0:4:0): Bus Device Reset Message Sent (da1:ahc0:0:4:0): no longer in timeout, status = 34b ahc0: Bus Device Reset on A:4. 1 SCBs aborted da1 at ahc0 bus 0 target 4 lun 0 da1: Removable Direct Access SCSI-2 device da1: 10.000MB/s transfers (10.000MHz, offset 15) da1: 1021MB (2091050 512 byte sectors: 64H 32S/T 1021C) Two questions: 1. Are the timeout/reset messages a problem? 2. What would be the proper invocation of mount_msdos to mount these devices. Various attempts such as: mount_msdos /dev/da2 /mnt or mount_msdos /dev/da2c /mnt all fail with: mount_msdos: /dev/da2[whatever]: Invalid argument Thanks, Mark --- thomas@clark.net ---> http://www.clark.net/pub/thomas PBEM Eldritch --------> http://www.pmpro.com/eldritch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message