Re: fstab entry for cd-rw device?

2001-01-27 Thread mike polniak
Stefan Srdic wrote: > Thanks for all of your replys guys. I still have been unable to get my cd-rw > working under Linux. I think that the ide-scsi module is conflicting with > another > scsi module at boot-time. (*see dmesg output at the end of this message) > > Why this module is loading I have

Re: fstab entry for cd-rw device?

2001-01-27 Thread Osamu Aoki
OOps, > 1. Loading sg before ide-scsi is correct and needed! 1. Loading sg AFTER ide-scsi is correct and needed! OSAMU -- + Osamu Aoki <[EMAIL PROTECTED]>, GnuPG-key: 1024D/D5DE453D + + Fingerprint: 814E BD64 3288 40E7 E88E 3D92 C3F8 EA94 D5DE 453D + + === http://www.aokiconsulting.

Re: fstab entry for cd-rw device?

2001-01-27 Thread Stefan Srdic
"David B. Harris" wrote: > Try adding the following parameters to your kernel: > > ignore=hdc hdc=ide-scsi > > You can do this with lilo.conf's: > > append="ignore=hdc hdc=ide-scsi" > > Or right at the boot prompt. > > David Barclay Harris, Clan Barclay > Aut agere, aut mori. (Either action, o

Re: fstab entry for cd-rw device?

2001-01-27 Thread Osamu Aoki
A bit misleading to say "edit modules.conf". I used to recompile but adding lilo entry and modules entry are sufficient. On debian you do not edit modules.conf as its comment states. Instead, set /etc/modules as following examples: (Just ide-scsi and sg are relevant entries.) My /etc/modules # /

Re: fstab entry for cd-rw device?

2001-01-27 Thread Osamu Aoki
After reading your message and dmesg: Your CD-ROM is still connected as IDE CD-ROM at hdc. No wonder you can not mount as scd0. Did you run lilo after adding append line? Or are you booting right kernel where you added append line? Anyway, you should read CD-Writing-HOWTO first. That shoul

Re: fstab entry for cd-rw device?

2001-01-27 Thread Osamu Aoki
ignore=hdc may not harm but it was not needed for my system with stock 2.2.18-pre21 kernel. Try following as root: # cd /dev # ln -sf scd0 cdrom If it does not work, please post /etc/fstab /etc/modules and output of # ls -la /dev/cd* /dev/scd0 /dev/hdc In my case, # ls -l /dev/scd0 /dev/

RE: fstab entry for cd-rw device?

2001-01-27 Thread Magus Ba'al
abyss also gazes into you." -Friedrich Nietzsche -Original Message- From: Casey Webster [mailto:[EMAIL PROTECTED] Sent: Saturday, January 27, 2001 2:57 PM To: Stefan Srdic Cc: Osamu Aoki; David B . Harris; kmself@ix.netcom.com; debian-user@lists.debian.org Subject: Re: fstab entry for c

Re: fstab entry for cd-rw device?

2001-01-27 Thread Casey Webster
I dont have the exact link handy, but if you visit xcdroast.org and click the ling near teh bottom for a CD writing HOWTO, it will describe how to do the following: you are not getting your cdrom under scsi-emulation because the IDE-cd driver is loaded for that device. You need to tell ide-cd not

Re: fstab entry for cd-rw device?

2001-01-27 Thread Angel
Stefan Srdic wrote: > > Thanks for all of your replys guys. I still have been unable to get my cd-rw > working under Linux. I think that the ide-scsi module is conflicting with > another > scsi module at boot-time. (*see dmesg output at the end of this message) > > Why this module is loading I h

Re: fstab entry for cd-rw device?

2001-01-27 Thread David B . Harris
Try adding the following parameters to your kernel: ignore=hdc hdc=ide-scsi You can do this with lilo.conf's: append="ignore=hdc hdc=ide-scsi" Or right at the boot prompt. David Barclay Harris, Clan Barclay Aut agere, aut mori. (Either action, or death.)

Re: fstab entry for cd-rw device?

2001-01-27 Thread Stefan Srdic
Thanks for all of your replys guys. I still have been unable to get my cd-rw working under Linux. I think that the ide-scsi module is conflicting with another scsi module at boot-time. (*see dmesg output at the end of this message) Why this module is loading I have no idea, I do not have any scsi

Re: fstab entry for cd-rw device?

2001-01-26 Thread Osamu Aoki
David, Thanks for an interesting info. I found it. http://packet-cd.sourceforge.net This sure write CD in UDF format (Not the usual iso9660). Patch is for Kernel 2.4. I should not have been skeptical. Interesting. Osamu On Fri, Jan 26, 2001 at 03:20:42PM -0500, David B . Harris wrote: > T

Re: fstab entry for cd-rw device?

2001-01-26 Thread David B . Harris
To quote Osamu Aoki <[EMAIL PROTECTED]>, # If you know way to use CD-RW disk on /dev/scd0 with harddisk like # R/W access, let me know. I am sceptical though. There is currently a patch available for the kernel which allows just that. I am not completely sure of the name, but I know it's hosted

Re: fstab entry for cd-rw device?

2001-01-26 Thread Martin Albert
> > a CDR, not RW, on my box. So the 'ro' option makes sense. it saves you a 'file system is read-only, mounting ro' msg. ;-) karsten, you see? Not only: At the end of your life it is not important, how you've done it, but _that_ you've done it. greetings, martin -- Is there a key combinati

Re: fstab entry for cd-rw device?

2001-01-25 Thread Osamu Aoki
On Thu, Jan 25, 2001 at 02:14:06PM -0800, kmself@ix.netcom.com wrote: > Should have checked that I was answering the right question. I've got > a CDR, not RW, on my box. So the 'ro' option makes sense. Might make > writing difficult though for an RW. Nope, I do not think ro is only for CDR. I

Re: fstab entry for cd-rw device?

2001-01-25 Thread kmself
on Thu, Jan 25, 2001 at 04:06:23AM -0800, Osamu Aoki ([EMAIL PROTECTED]) wrote: > Hi, > > Usually Karsten's comment are correct on this mailing list but this time > I think differently. Should have checked that I was answering the right question. I've got a CDR, not RW, on my box. So the 'ro' o

Re: fstab entry for cd-rw device?

2001-01-25 Thread Martin Albert
On Wed, 24 Jan 2001, Stefan Srdic wrote: > I'm trying to get my cd-burner working under Debian 2.2. I've configured > my system so that the ide-scsi module is loaded at boot time and I've > I know that the module is loaded and functional because I can see the > > However, I'm not sure which param

Re: fstab entry for cd-rw device?

2001-01-25 Thread Osamu Aoki
Hi, Usually Karsten's comment are correct on this mailing list but this time I think differently. I have IDE CD-RW connected with scsi emulation driver like yours. So, in my /etc/fstab there exists: /dev/cdrom /cdrom iso9660 defaults,ro,user,noauto 0 0 If you set this with /

Re: fstab entry for cd-rw device?

2001-01-25 Thread kmself
on Wed, Jan 24, 2001 at 02:01:06PM -0700, Stefan Srdic ([EMAIL PROTECTED]) wrote: > I'm trying to get my cd-burner working under Debian 2.2. I've configured > my system so that the ide-scsi module is loaded at boot time and I've > also added the "hdd=ide-scsi" parameters to my LILO configuration.

fstab entry for cd-rw device?

2001-01-24 Thread Stefan Srdic
I'm trying to get my cd-burner working under Debian 2.2. I've configured my system so that the ide-scsi module is loaded at boot time and I've also added the "hdd=ide-scsi" parameters to my LILO configuration. I know that the module is loaded and functional because I can see the following when rea