LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 08-04-2003, 08:40 AM   #1
morphyn
LQ Newbie
 
Registered: Jul 2003
Location: São Paulo / SP / Brazil
Posts: 3

Rep: Reputation: 0
I cant mount my CDRW


I have:

Slackware 9.0
HP Plus - CDRW 24x4x4

I put in my lilo.conf

append ide-scsi=hdd

The record -scanbus show me the CDRW on 0,0,0

But I cant mount

it try a lot of time, the led blink, but the linux crash with a long message about

conflict, panic, interrupt, lots of hex address...

I just look for any thread about this, but anyone have the same problem (I think)

tks...
 
Old 08-04-2003, 09:09 AM   #2
andrew001
Member
 
Registered: Nov 2002
Distribution: Slackware 9.0
Posts: 321

Rep: Reputation: 30
Your 'append' syntax is a little of. You need something more like:

append="hdd=ide-scsi"

Then just make sure you run 'lilo' before rebooting.

~Andrew
 
Old 08-04-2003, 01:46 PM   #3
morphyn
LQ Newbie
 
Registered: Jul 2003
Location: São Paulo / SP / Brazil
Posts: 3

Original Poster
Rep: Reputation: 0
Ok I change the append line in my lilo.conf
I run lilo and reboot
I type:
mount -o ro -t iso9660 /dev/hdd /mnt/cdrom

The slack said me i have mount try sr0 or sda

I try and the system crash:
Unable to handle kernel paging request at virtual address: 00000000

and much messages

I try more times to see if the address change... yes... it changes

I try mount with sr0, sda, scd0

Any ideia???
 
Old 08-07-2003, 06:54 PM   #4
morphyn
LQ Newbie
 
Registered: Jul 2003
Location: São Paulo / SP / Brazil
Posts: 3

Original Poster
Rep: Reputation: 0
I think, I had read all threads about scsi emulation in this site... Has anybody some ligth of the can I do???

TKS
 
Old 08-07-2003, 07:01 PM   #5
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
Did you follow the CD Writing HOWTO? Specific error messages will help us more in figuring out your problem.

BTW, you can't mount audio CDs.

# Managing drives
LNAG - Accessing my drives
Rute - Device Mounting

# CD burning info
Is it configured and what is the device? Command this to find out:
cdrecord -scanbus
Adding an IDE CD-Writer to Linux
CD Writing HOWTO
Burning CDs on Linux
# Burn an ISO to disk
cdrecord -v speed=<burning speed> dev=<your device> /path/to/foo.iso
# Burn from disk to disk
cdrecord -v dev=<your device> speed=<burning speed> -isosize /dev/cdrom
# Generate an ISO from a directory.
mkisofs -Jr -o foo.iso /path/to/directory
mkisofs -vrTJUV "Label" -o foo.iso /path/to/directory
# Generate an ISO from a CD
dd if=/dev/cdrom of=foo.iso
Linux MP3 CD Burning mini-HOWTO
# Convert mp3 to wav with lame
for i in *.mp3; do lame --decode $i `basename $i .mp3`.wav; done
# Burn a CD from wav files
cdrecord -v -audio -pad speed=<burning speed> dev=<your device> /path/to/*.wav
# Erase a CDRW
cdrecord -v dev=<your device> speed=<burning speed> blank=fast

Last edited by fancypiper; 08-07-2003 at 07:02 PM.
 
Old 08-07-2003, 08:14 PM   #6
arnold
Member
 
Registered: Dec 2002
Posts: 226

Rep: Reputation: 30
your CD is the slave on the 2nd ide port?
your BIOS agrees with this?

dmesg|grep -i cd
should show similar to:
hdb: SAMSUNG CD-R/RW DRIVE SW-248B, ATAPI CD/DVD-ROM drive
Vendor: ...........
Type: CD-ROM ANSI SCSI revision: 02
Attached scsi CD-ROM sr0 at scsi0, channel 0, id 0, lun 0
sr0: scsi3-mmc drive: 48x/48x writer cd/rw xa/form2 cdda tray
Uniform CD-ROM driver Revision: 3.12

on my mandrake 8.2
mount -o ro -t iso9660 /dev/scd0 /mnt/cdrom
does the job
 
Old 08-11-2003, 11:45 AM   #7
ashleyfrazer
LQ Newbie
 
Registered: Feb 2001
Location: London
Distribution: Red Hat Linux 9.0
Posts: 23

Rep: Reputation: 15
[QUOTE

BTW, you can't mount audio CDs.

QUOTE]

Hi
I noticed this in your reply - can you explain why you can't play music cds if you mount the player as a burner? I have a dvd player with built in cdrom RW - I can do everything but read an audio cd. I could fit a second 'very old' cd player in the machine but it must cause problems if you run a lap top?

Thanks
 
Old 08-11-2003, 11:54 AM   #8
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
Players are launched (ran) rather than mounted.

# Managing drives
LNAG - Accessing my drives
Rute - Device Mounting
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
DVD/CDRW Mount Help monks_point Slackware 2 08-29-2005 06:26 PM
cdrw howto mount linuxnube Linux - Newbie 1 01-15-2004 09:02 AM
re: how do I mount my cdrom-which is a cdrw ergo_sum Linux - Hardware 10 11-01-2003 04:37 AM
QUE! USB CDRW, can not mount yolopollo Slackware 3 07-24-2003 05:58 PM
CDROM, CDRW Mount Harryc Linux - Newbie 5 01-01-2003 05:18 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 06:16 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration