Re: [Cooker] Fstab settings with SCSI emulation

2000-03-16 Thread Brian T. Schellenberger


The default install gets the ide-scsi stuff with an append= on the
lilo.conf, so that's probably taken care of.

However, it leaves /dev/cdrom pointing to /dev/hdc rather than pointing
it to /dev/scd0 as it ought.

I'd look into that possibility as the source of your trouble.

On Thu, 16 Mar 2000, you wrote:
| "Michael Gallagher" <[EMAIL PROTECTED]> writes:
| 
| > Hmm...I though so but I was getting some freaky stuff when I tried that.
| > I'll have to give it another try.  Something obviously wasn't setup right,
| > I'll give it another try.  Thanks.
| 
| don't forget to ensure ide-scsi is loaded. supermount does not request modules.
| 
| add
| 
| post-install supermount modprobe ide-scsi
| 
| in conf.modules
-- 
I am "Brian, the man from babble-on" (Brian T. Schellenberger).
I can be reached at [EMAIL PROTECTED] .
I support http://www.eff.org & http://www.programming-freedom.org .
I boycott amazon.com.  See http://www.gnu.org/philosophy/amazon.html .



Re: [Cooker] Fstab settings with SCSI emulation

2000-03-16 Thread Pixel

"Michael Gallagher" <[EMAIL PROTECTED]> writes:

> Hmm...I though so but I was getting some freaky stuff when I tried that.
> I'll have to give it another try.  Something obviously wasn't setup right,
> I'll give it another try.  Thanks.

don't forget to ensure ide-scsi is loaded. supermount does not request modules.

add

post-install supermount modprobe ide-scsi

in conf.modules



Re: [Cooker] Fstab settings with SCSI emulation

2000-03-16 Thread Francis GALIEGUE

"Michael Gallagher" <[EMAIL PROTECTED]> writes:

> Hi,
>   Quick question.  I just reinstalled and I forgot what settings your
> supposed to use in fstab, when using supermount and two cdrom drives running
> under SCSI emulation.  Can anyone help me out?  Thanks a lot.
> 
> 

Your CDROMs will be resp. /dev/scd0 and /dev/scd1, with the "lower" on
the chain being scd0.

-- 
fg

# rm *;o
o: command not found



RE: [Cooker] Fstab settings with SCSI emulation

2000-03-15 Thread Michael Gallagher

Hmm...I though so but I was getting some freaky stuff when I tried that.
I'll have to give it another try.  Something obviously wasn't setup right,
I'll give it another try.  Thanks.

~Mike

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of CPT KIDD
Sent: Wednesday, March 15, 2000 9:40 PM
To: [EMAIL PROTECTED]
Subject: Re: [Cooker] Fstab settings with SCSI emulation

Michael Gallagher wrote:

> Hi,
> Quick question.  I just reinstalled and I forgot what settings
your
> supposed to use in fstab, when using supermount and two cdrom drives
running
> under SCSI emulation.  Can anyone help me out?  Thanks a lot.
>
> ~Mike

My /etc/fstab (cdrom1= teac scsi cdrom, cdrom2= hp7200i cd-rw):

/mnt/cdrom1 /mnt/cdrom1 supermount fs=iso9660,dev=/dev/cdrom1 0
/mnt/cdrom2 /mnt/cdrom2 supermount fs=iso9660,dev=/dev/cdrom2 0

You'll probabely have "cdrom" instead of "cdrom1".  Pretty standard looking
eh?

The mdk 7.0-2 should have done this for you already including the following
/etc/lilo.conf:

image=/boot/bzImage
 label=linux-beta
 root=/dev/hda4
 append="hdc=ide-scsi"
 read-only





Re: [Cooker] Fstab settings with SCSI emulation

2000-03-15 Thread CPT KIDD

Michael Gallagher wrote:

> Hi,
> Quick question.  I just reinstalled and I forgot what settings your
> supposed to use in fstab, when using supermount and two cdrom drives running
> under SCSI emulation.  Can anyone help me out?  Thanks a lot.
>
> ~Mike

My /etc/fstab (cdrom1= teac scsi cdrom, cdrom2= hp7200i cd-rw):

/mnt/cdrom1 /mnt/cdrom1 supermount fs=iso9660,dev=/dev/cdrom1 0
/mnt/cdrom2 /mnt/cdrom2 supermount fs=iso9660,dev=/dev/cdrom2 0

You'll probabely have "cdrom" instead of "cdrom1".  Pretty standard looking eh?

The mdk 7.0-2 should have done this for you already including the following
/etc/lilo.conf:

image=/boot/bzImage
 label=linux-beta
 root=/dev/hda4
 append="hdc=ide-scsi"
 read-only