Date: Tue, 20 Jun 2000 10:12:52 +0100 From: Abel Mayal <mayala@info.bt.co.uk> To: Jonathan Chen <jonathan.chen@itouch.co.nz> Cc: questions <questions@FreeBSD.ORG> Subject: Re: Jaz Message-ID: <002501bfda97$bea5d880$fc709284@futures.bt.co.uk> References: <015301bfd549$1869f7b0$fc709284@futures.bt.co.uk> <20000614113423.A1321@jonc.ntdns.wilsonandhorton.co.n> <00fc01bfd612$88ce7390$fc709284@futures.bt.co.uk> <20000615085230.A4654@jonc.ntdns.wilsonandhorton.co.n>
next in thread | previous in thread | raw e-mail | index | archive | help
Hello again, I finally have found my jazz driver in FreeBSD. I typed "camcontrol devlist -v" and this is what I got: ********************* scbus-1 on xpt0 bus 0: < > at scbus-1 target -1 lun -1 (xpt0) scbus0 on ahc0 bus 0: <IBM DMVS18V 0077> at scbus0 target 0 lun 0 (pass0,da0) <IBM DMVS18V 0077> at scbus0 target 1 lun 0 (pass1,da1) <HP C1537A L708> at scbus0 target 2 lun 0 (pass2,sa0) <HP C1537A L708> at scbus0 target 3 lun 0 (pass3,sa1) <PLEXTOR CD-ROM PX-40TS 1.01> at scbus0 target 4 lun 0 (pass4,cd0) <iomega jaz 2GB E.17> at scbus0 target 5 lun 0 (pass5,da2) < > at scbus0 target -1 lun -1 () ********************* I went to /stand/sysinstall -> Configure -> FDisk to this is what I get: Offset Size End Name PType Desc Subtype Flags 0 63 62 - 6 unused 0 63 3903732 3903794 da2s4 2 fat 6 3903795 11805 3915599 - 6 unused 0 So now I know that the name is da2s4. But after that I don't know very we= ll what to do. I tried to mount the jaz typing: "mount /dev/da2s4 /jazz" But it didn't work ("mount: /jazz: No such file = or directory). If I create the folder /jazz before executing "mount /dev/da2s4 /jazz" it doesn't work either ("mount: /dev/da2s4 on /j= az: incorrect super block"). I'm quite sure I'm doing something wrong but I don't know what... Can anybody tell me the proper way to mount my jazz driver? Many, many thanks.... abel ----- Original Message ----- From: Jonathan Chen <jonathan.chen@itouch.co.nz> To: Abel Mayal <mayala@info.bt.co.uk> Cc: questions <questions@FreeBSD.ORG> Sent: Wednesday, June 14, 2000 9:52 PM Subject: Re: Jaz > On Wed, Jun 14, 2000 at 04:09:18PM +0100, Abel Mayal wrote: > > Hi everyone, > > Thanks for your answer Jonathan but I still don=B4t know how to do it. > > I've got a SCSI Jazz device and a SCSI bus but I don't know which dev= ice > > (/dev/ ) of FreeBSD select... Do I have to do a mount with this devic= e? > > "mount /dev/xxxxxx /jazz" > > Have a look at the result of "dmesg". If your Jazz device is on the > SCSI bus, you'll have an entry for "daN", where N is a number; > indicating the device entry to use. > > Once you know the device number, you can use: > > /stand/sysinstall -> Configure -> FDisk > > to work out the slice number to use for the filesystem: look under the > "Name" column. (Don't do anything silly within FDisk...). > > Cheers. > -- > Jonathan Chen <jonathan.chen@itouch.co.nz> > ---------------------------------------------------------------------- > Live your own life, for you will die your own death 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?002501bfda97$bea5d880$fc709284>