Re: Fw: [newbie] Fw: CDRproblems

2000-02-16 Thread David van Balen




I believe there's a copy of LILO on the boot disk... at least a file that
says where to boot from. Try changing that.

DvB



On Wed, 16 Feb 2000, Eunice Thompson wrote:

 well, I reinstalled The entire OS; made sure I included all the necessary
 packages for kernel recompilation. I was able to make the changes  but now
 am stuck ,because the instructions say to change LILO.
 I didn't install LILO, I use a boot disk to boot to Mandrake. How do I
 change the boot disk.
 
 Thanks in advance for your help
 - Original Message -
 From: [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Wednesday, February 16, 2000 2:30 AM
 Subject: Re: [newbie] Fw: CDRproblems
 
 
 
 
 
  Tried 'make xconfig'?
 
  Failing that, browse Makefile to see what targets are defined... targets
  are defined like this:
 
  targetname:
   stuff stuff stuff
 
  If you still can't work it out, post your makefile to me and I'll have a
  look - can't promise anything but I see enough Makefiles at work each day
  to make you barf
 
 
  Steve Flynn
  IBM MVS Operations Analyst
 
 
 
  "Eunice Thompson" [EMAIL PROTECTED] on 15/02/2000 21:52:16
 
  Please respond to [EMAIL PROTECTED]
 
  To:   [EMAIL PROTECTED]
  cc:(bcc: Steve Flynn/UK/Contr/IBM)
  Subject:  [newbie] Fw: CDRproblems
 
 
 
 
  I went to www.thelinuxgurus.org for the how-to on configuring CD drives.
  I followed the instructions and when I type 'make menuconfig' I get an
  error
  message that states "No rule to make target "menuconfig" Stop.
 
  So now what do I do?
  - Original Message -
  From: "Eunice Thompson" [EMAIL PROTECTED]
  Newsgroups: alt.os.linux.mandrake
  Sent: Tuesday, February 15, 2000 8:51 AM
  Subject: CRrom problems
 
 
   I'm unable to use either of my CD drives ( one is a CD burner) in
  Mandrake
   7.0
   they are both Atapi/IDE drives.
   I' ve read posts and articles about recompiling the kernel  to change
 the
   IDE to scsi . that doesn't seem to work because I really don't have any
  idea
   what I'm doing.
  
   Anyway my question is can I reinstall Mandrake and when it ask if I have
   scsi devices , should I check yes? Will this clear up the problem?
  
  
 
 
 
 



Re: Fw: [newbie] Fw: CDRproblems

2000-02-16 Thread Denis Havlik

:~well, I reinstalled The entire OS; made sure I included all the necessary
:~packages for kernel recompilation. I was able to make the changes  but now
:~am stuck ,because the instructions say to change LILO.
:~I didn't install LILO, I use a boot disk to boot to Mandrake. How do I
:~change the boot disk.

"make zdisk"

Read the /usr/src/linux/README for more details

cu
Denis 
-
Mag^H^H^HDr. Denis Havlik  http://www.ap.univie.ac.at/users/havlik
Mandrakesoft||| e-mail: [EMAIL PROTECTED]
Austria(@ @)   tel: (++431) 4277/51179 
---oOO--(_)--OOo-
February 17-th 2000: The Linux Demo Y2k Day!!!



Re: Fw: [newbie] Fw: CDRproblems

2000-02-16 Thread Eunice Thompson

Denis Havlik wrote:

 :~well, I reinstalled The entire OS; made sure I included all the necessary
 :~packages for kernel recompilation. I was able to make the changes  but now
 :~am stuck ,because the instructions say to change LILO.
 :~I didn't install LILO, I use a boot disk to boot to Mandrake. How do I
 :~change the boot disk.

 "make zdisk"

 Read the /usr/src/linux/README for more details

 cu
 Denis
 -
 Mag^H^H^HDr. Denis Havlik  http://www.ap.univie.ac.at/users/havlik
 Mandrakesoft||| e-mail: [EMAIL PROTECTED]
 Austria(@ @)   tel: (++431) 4277/51179
 ---oOO--(_)--OOo-
 February 17-th 2000: The Linux Demo Y2k Day!!!

after making all the necessary changes to the kernel ( i.e. scsi emulation for
the cdr drive and cd romdrive) making a new boot disk, when i try to mount the
drives i'm still receiving the same message

" mount: wrong fs type, bad option, bad superblock on /dev/cdrom, ( or,
/dev/cdrom2,/dev/fd0), or too many  mounted file systems"

I have a Plextor CDR/RW atapi/ide, and a generic CD Rom drive,atapi/ide

any idea what i can do now?
I'm at a loss and way past frustration.
Thanks for your input



Re: Fw: [newbie] Fw: CDRproblems

2000-02-16 Thread Richard Yevchak

Try "cdrecord -scanbus" as root.  If that shows a burner attachted, edit
/etc/fstab and see where the line for your CD-R is trying to mount the device
from.  It should probably be changed to /dev/scd0.  If you've got 7.0 just try
to change the line dev=blah to "dev=/dev/scd0".
 
Richard

On Wed, 16 Feb 2000, you wrote:
 Denis Havlik wrote:
 
  :~well, I reinstalled The entire OS; made sure I included all the necessary
  :~packages for kernel recompilation. I was able to make the changes  but now
  :~am stuck ,because the instructions say to change LILO.
  :~I didn't install LILO, I use a boot disk to boot to Mandrake. How do I
  :~change the boot disk.
 
  "make zdisk"
 
  Read the /usr/src/linux/README for more details
 
  cu
  Denis
  -
  Mag^H^H^HDr. Denis Havlik  http://www.ap.univie.ac.at/users/havlik
  Mandrakesoft||| e-mail: [EMAIL PROTECTED]
  Austria(@ @)   tel: (++431) 4277/51179
  ---oOO--(_)--OOo-
  February 17-th 2000: The Linux Demo Y2k Day!!!
 
 after making all the necessary changes to the kernel ( i.e. scsi emulation for
 the cdr drive and cd romdrive) making a new boot disk, when i try to mount the
 drives i'm still receiving the same message
 
 " mount: wrong fs type, bad option, bad superblock on /dev/cdrom, ( or,
 /dev/cdrom2,/dev/fd0), or too many  mounted file systems"
 
 I have a Plextor CDR/RW atapi/ide, and a generic CD Rom drive,atapi/ide
 
 any idea what i can do now?
 I'm at a loss and way past frustration.
 Thanks for your input



Re: Fw: [newbie] Fw: CDRproblems

2000-02-16 Thread David van Balen

On Wed, 16 Feb 2000, Eunice Thompson wrote:

 Denis Havlik wrote:
 


snip


 
 after making all the necessary changes to the kernel ( i.e. scsi emulation for
 the cdr drive and cd romdrive) making a new boot disk, when i try to mount the
 drives i'm still receiving the same message
 
 " mount: wrong fs type, bad option, bad superblock on /dev/cdrom, ( or,
 /dev/cdrom2,/dev/fd0), or too many  mounted file systems"
 
 I have a Plextor CDR/RW atapi/ide, and a generic CD Rom drive,atapi/ide
 
 any idea what i can do now?
 I'm at a loss and way past frustration.
 Thanks for your input
 

After turning on scsi emulation, your cdr will appear as a scsi device so 
you need to mount it as such. I use /dev/sr0

DvB