Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Jun 2000 14:26:53 +0100
From:      Abel Mayal <mayala@info.bt.co.uk>
To:        Kent Stewart <kstewart@3-cities.com>
Cc:        Jonathan Chen <jonathan.chen@itouch.co.nz>, questions <questions@FreeBSD.ORG>
Subject:   Re: Jaz
Message-ID:  <00bc01bfdabb$34a3e900$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> <002501bfda97$bea5d880$fc709284@futures.bt.co.uk> <394F3A73.35F53585@3-cities.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Yes!!! You were right. I typed mount_msdos /dev/da2s4 /jaz and it worked.
But now I changed the jazz disk for a new one and try to mount it and it
says: "mount_msdos: /dev/da2s4: Device not configured". I check
/stand/sysinstall -> Configure -> FDisk to this is what I get:

    Offset       Size            End        Name     PType       Desc
Subtype    Flags

         0      3915600    3915599        -           6            unused
0

In this new disk I don't get any Name. Before I got a Name (da2s4)... How
can I do to get the same as the other disk? Do I have to format the disk?=
 If
so, how???

Thank you...   abel

----- Original Message -----
From: Kent Stewart <kstewart@3-cities.com>
To: Abel Mayal <mayala@info.bt.co.uk>
Cc: Jonathan Chen <jonathan.chen@itouch.co.nz>; questions
<questions@FreeBSD.ORG>
Sent: Tuesday, June 20, 2000 10:33 AM
Subject: Re: Jaz


>
>
> Abel Mayal wrote:
> >
> > 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,da=
0)
> > <IBM DMVS18V 0077>                 at scbus0 target 1 lun 0 (pass1,da=
1)
> > <HP C1537A L708>                   at scbus0 target 2 lun 0 (pass2,sa=
0)
> > <HP C1537A L708>                   at scbus0 target 3 lun 0 (pass3,sa=
1)
> > <PLEXTOR CD-ROM PX-40TS 1.01>      at scbus0 target 4 lun 0 (pass4,cd=
0)
> > <iomega jaz 2GB E.17>              at scbus0 target 5 lun 0 (pass5,da=
2)
> > <  >                               at scbus0 target -1 lun -1 ()
> > *********************
> >
> > I went to /stand/sysinstall -> Configure -> FDisk to this is what I g=
et:
> >
> > 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 ver=
y
well
> > what to do. I tried to mount the jaz typing:
> > "mount /dev/da2s4 /jazz" But it didn't work ("mount: /jazz: No such f=
ile
or
> > directory). If I create the folder /jazz before executing
> > "mount /dev/da2s4 /jazz" it doesn't work either ("mount: /dev/da2s4 o=
n
/jaz:
> > 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 jaz=
z
> > driver?
>
> It shows da2s4 as FAT. I would expect you to use a
>
> mount_msdos /dev/da2s4 /jazz
>
> instead of a plain mount.
>
> Kent
>
> >
> > 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 d=
o it.
> > > > I've got a SCSI Jazz device and a SCSI bus but I don't know which
device
> > > > (/dev/ ) of FreeBSD select... Do I have to do a mount with this
device?
> > > > "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 de=
ath
> >
> > To Unsubscribe: send mail to majordomo@FreeBSD.org
> > with "unsubscribe freebsd-questions" in the body of the message
>
> --
> Kent Stewart
> Richland, WA
>
> mailto:kstewart@3-cities.com
> http://www.3-cities.com/~kstewart/index.html
> FreeBSD News http://daily.daemonnews.org/
>
> SETI(Search for Extraterrestrial Intelligence) @ HOME
> http://setiathome.ssl.berkeley.edu/



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?00bc01bfdabb$34a3e900$fc709284>