Date: Sat, 31 Oct 1998 01:09:32 -0800 From: "Bruce H. Kwan" <Bruce.H.Kwan@jpl.nasa.gov> To: freebsd-questions@FreeBSD.ORG Subject: Mount Jaz Drive Message-ID: <363AD3CC.36DF88E4@jpl.nasa.gov>
next in thread | raw e-mail | index | archive | help
Hi-
I am running 2.2.7 and have a Jaz drive that is
MS-DOS formatted (fat16?). I was wondering
if it's possible to mount the drive.
In my dmesg, I see the following about the Jaz:
bhk-pc# dmesg
Copyright (c) 1992-1998 FreeBSD Inc.
Copyright (c) 1982, 1986, 1989, 1991, 1993
The Regents of the University of California. All rights
reserved.
FreeBSD 2.2.7-RELEASE #0: Wed Jul 22 08:48:29 GMT 1998
root@builder.cdrom.com:/usr/src/sys/compile/GENERIC
CPU: Pentium II (quarter-micron) (397.95-MHz 686-class CPU)
Origin = "GenuineIntel" Id = 0x651 Stepping=1
Features=0x183f9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,<b16>,<b17>,MMX,<b24>>
real memory = 268435456 (262144K bytes)
avail memory = 260636672 (254528K bytes)
Probing for devices on PCI bus 0:
chip0 <generic PCI bridge (vendor=8086 device=7190 subclass=0)> rev 2 on
pci0:0:0
chip1 <generic PCI bridge (vendor=8086 device=7191 subclass=4)> rev 2 on
pci0:1:0
ahc0 <Adaptec 2940 Ultra SCSI host adapter> rev 1 int a irq 11 on
pci0:16:0
ahc0: aic7880 Wide Channel, SCSI Id=7, 16 SCBs
ahc0 waiting for scsi devices to settle
(ahc0:0:0): "COMPAQPC DDRS-39130W S95E" type 0 fixed SCSI 2
sd0(ahc0:0:0): Direct-Access 8678MB (17773500 512 byte sectors)
ahc0:A:4: refuses WIDE negotiation. Using 8bit transfers
(ahc0:4:0): "iomega jaz 2GB E.15" type 0 removable SCSI 2
<----- RIGHT HERE! <-------
sd1(ahc0:4:0): Direct-Access
sd1(ahc0:4:0): ILLEGAL REQUEST asc:24,0 Invalid field in CDB
sd1 could not mode sense (4). Using fictitious geometry
1911MB (3915600 512 byte sectors)
fxp0 <Intel EtherExpress Pro 10/100B Ethernet> rev 5 int a irq 11 on
pci0:18:0
When I attempt to use mount_msdos, I get the following:
bhk-pc# mount_msdos -u 4008 -g 1001 -m 755 /dev/sd1 /msdos
mount_msdos: /dev/sd1: No such file or directory
bhk-pc#
Does anyone know what I might be doing wrong?
Thanks!
Bruce
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?363AD3CC.36DF88E4>
