Re: cdrom mount problem

2003-06-16 Thread Marcos de Souza Trazzini
On Sun, 2003-06-15 at 08:54, achillemiele wrote: > On Sunday 15 June 2003 13:14, root_sharif wrote: > > i am new in linux... > > Using Redhat 7.2 at the moment. > > But CD rom is not working > > properly > > whenever i insert a cd and > > click on the cdrom icon from my desktop > > i get the messag

Re: cdrom mount problem

2003-06-15 Thread fred smith
On Sun, Jun 15, 2003 at 05:14:17PM +0600, root_sharif wrote: > i am new in linux... > Using Redhat 7.2 at the moment. > But CD rom is not working > properly > whenever i insert a cd and > click on the cdrom icon from my desktop > i get the message "unknow device /dev/cdrom" > > My fstab configurat

Re: cdrom mount problem

2003-06-15 Thread Michael Fratoni
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sunday 15 June 2003 07:14 am, root_sharif wrote: > i am new in linux... > Using Redhat 7.2 at the moment. > But CD rom is not working > properly > whenever i insert a cd and > click on the cdrom icon from my desktop > i get the message "unknow devic

Re: cdrom mount problem

2003-06-15 Thread achillemiele
On Sunday 15 June 2003 13:14, root_sharif wrote: > i am new in linux... > Using Redhat 7.2 at the moment. > But CD rom is not working > properly > whenever i insert a cd and > click on the cdrom icon from my desktop > i get the message "unknow device /dev/cdrom" > > My fstab configuration is as it'

Re: cdrom mount problem

2003-06-15 Thread Manuel Aróstegui Ramirez
if you mount it manually ( mount /mnt/cdrom ) is the same error? --- root_sharif <[EMAIL PROTECTED]> escribió: > i am new in linux... > Using Redhat 7.2 at the moment. > But CD rom is not working > properly > whenever i insert a cd and > click on the cdrom icon from my desktop > i get the message

Re: CDROM CDRW Problesm

2002-12-26 Thread Mike Burger
On 26 Dec 2002, Thomas A. Hulslander wrote: > On Wed, 2002-12-25 at 20:32, [EMAIL PROTECTED] wrote: > > Well, I worked and read all day yesterday trying to resolve this issue. > As of this morning, this is what I have... > > When mounting CDRW from command line as su: > # mount /mnt/cdrw > mount

Re: CDROM CDRW Not Accessible

2002-12-26 Thread Alan Harding
On Thu, 2002-12-26 at 02:57, Mike Burger wrote: > If he's using the ide-scsi module, it would, without any help, set up both > drives as scd0 and scd1...the cdrw, being the master, would no doubt be > scd0, with the cdrom identified as scd1. > > On Wed, 25 Dec 2002, Michael Fratoni wrote: > > >

Re: CDROM CDRW Not Accessible

2002-12-25 Thread Mike Burger
If he's using the ide-scsi module, it would, without any help, set up both drives as scd0 and scd1...the cdrw, being the master, would no doubt be scd0, with the cdrom identified as scd1. On Wed, 25 Dec 2002, Michael Fratoni wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Wedne

Re: CDROM CDRW Problems

2002-12-25 Thread Mike Burger
ernels -- the config files (Michael Schwendt) >6. VoIP Telephony (Henry The BIG) >7. Happy Holidays! (Christopher Henderson) >8. Re: Unable to build a custom kernel since 2.4.18-5 (Michael H. Warfield) > 9. Re: Unable to build a custom ke

Re: CDROM CDRW Not Accessible

2002-12-25 Thread Cameron Simpson
On 16:45 25 Dec 2002, David Colburn <[EMAIL PROTECTED]> wrote: | On Wed, 2002-12-25 at 12:32, Alan Harding wrote: | > On Wed, 2002-12-25 at 15:08, Thomas A. Hulslander wrote: | > > OK. I found vi tutorial on line and found our that saving is done with | > > ZZ. Who would have guessed. That's "save

Re: CDROM CDRW Problems

2002-12-25 Thread Bret Hughes
On Wed, 2002-12-25 at 15:38, Thomas A. Hulslander wrote: > On Wed, 2002-12-25 at 15:59, [EMAIL PROTECTED] wrote: > > I did what you suggested, i.e., manually mount the CDROM with: > > # mount /dev/hdd /mnt/cdrom > > and I got the following: > > /dev/hdd: Input/output error > mount: block device

Re: CDROM CDRW Not Accessible

2002-12-25 Thread Bret Hughes
On Wed, 2002-12-25 at 15:45, David Colburn wrote: > On Wed, 2002-12-25 at 12:32, Alan Harding wrote: > > On Wed, 2002-12-25 at 15:08, Thomas A. Hulslander wrote: > > > OK. I found vi tutorial on line and found our that saving is done with > > > ZZ. Who would have guessed. > > Isn't it amazing how

Re: CDROM CDRW Not Accessible

2002-12-25 Thread Michael Fratoni
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 25 December 2002 03:57 pm, Mike Burger wrote: > He's already noted that he's put the CDRW as secondary master, and the > CDROM as secondary slave. Those are, by definition, /dev/hdc > and/dev/hdd, respectively. Unless he is using scsi em

Re: CDROM CDRW Not Accessible

2002-12-25 Thread mklinke
Vi (vim) is so rich in features that the bottom of the screen likely isn't big enough for most tastes. Don't know if it'll satisfy your desire for a "list of critical" commands or not, but you can issue the ":help" command while in the editor to search for any kind of help you'll need. It sho

Re: CDROM CDRW Not Accessible

2002-12-25 Thread David Colburn
On Wed, 2002-12-25 at 12:32, Alan Harding wrote: > On Wed, 2002-12-25 at 15:08, Thomas A. Hulslander wrote: > > OK. I found vi tutorial on line and found our that saving is done with > > ZZ. Who would have guessed. Isn't it amazing how something so critical to the use of a common Linux tool like v

Re: CDROM CDRW Not Accessible

2002-12-25 Thread Mike Burger
He's already noted that he's put the CDRW as secondary master, and the CDROM as secondary slave. Those are, by definition, /dev/hdc and/dev/hdd, respectively. On 25 Dec 2002, Alan Harding wrote: > On Wed, 2002-12-25 at 15:08, Thomas A. Hulslander wrote: > > OK. I found vi tutorial on line and

Re: CDROM CDRW Not Accessible

2002-12-25 Thread Alan Harding
On Wed, 2002-12-25 at 15:08, Thomas A. Hulslander wrote: > OK. I found vi tutorial on line and found our that saving is done with > ZZ. Who would have guessed. I think that I have successfully added the > following to fstab: > > /dev/hdc /mnt/cdrw iso9660 noauto,owner,kudzu,ro 0 0 > /dev/hdd

Re: CDROM CDRW not accessible

2002-12-25 Thread Jim Webb
On Wed, 2002-12-25 at 09:26, Thomas A. Hulslander wrote: > Mike (et al) thank you. Some lights are starting to turn on. For > example, I was thinking all wrong about the fstab--I realize now it is > like a config file. (I needed that) > > Now I need to understand how to save changes to it using vi

Re: CDROM CDR and Floppy all messed up

2002-12-24 Thread Mike Burger
On 24 Dec 2002, Thomas A. Hulslander wrote: > > > I built this PC a week ago and installed Red Hat 8. All was well except > for the floppy drive which I didn't care too much about to begin with. > > Yesterday I installed a CDR and the instructions said that it had to be > in the Secondary chann

Re: CDROM CDR and Floppy all messed up

2002-12-24 Thread Jim Webb
Try the following: #depmod -ae Thanks, Jim On Tue, 2002-12-24 at 18:33, Thomas A. Hulslander wrote: > I built this PC a week ago and installed Red Hat 8. All was well except > for the floppy drive which I didn't care too much about to begin with. > > Yesterday I installed a CDR and the instruct

Re: cdrom mounting problem

2002-10-04 Thread Leonard den Ottolander
Hi paal, > By mounting /mnt/cdrom I now get this message: 'mount: the kernel does > not recognize /dev/scd0 as ablock device (maybe insmod driver?) You probably need to load (= insmod) the proper module. What does your /etc/modules.conf look like? Any references to ide-scsi or ide-cd? If not,

Re: cdrom mounting problem

2002-10-04 Thread erv
paal wrote: > For activating the drive for writing cds I have installed > the > scsi-emulator. Mounting the cdrom gives the return: not a > valid block > device. My lilo.conf & fstab is just like yours, and i give command "ln -s /dev/scd0 /dev/cdrom". It's work fine with me. I hope it can help

Re: cdrom mounting problem

2002-10-04 Thread erv
paal wrote: > For activating the drive for writing cds I have installed > the > scsi-emulator. Mounting the cdrom gives the return: not a > valid block > device. My lilo.conf & fstab is just like yours, and i give command "ln -s /dev/scd0 /dev/cdrom". It's work fine with me. I hope it can help

Re: cdrom mounting problem

2002-10-04 Thread linux power
There is a bug in rh 7.0 regarding cd -rw. Edit rc.sysinit with pico and search for the string modprobe ide-scsi.. Place that line under the fi statement. IMPORTANT make a copy of the file before editing it. It controls the whole system. In fstab write /dev/scd0  /mnt/cdrom  iso9660 noauto,user,rw

Re: cdrom woes.

2002-09-11 Thread Gordon Messmer
On Wed, 2002-09-11 at 05:57, Postman Pat wrote: > I have having endless problems with my cdrom drive. I have RedHat 7.2 on a > P1 200Mhz. ... > [root@titania mnt]# mount cdrom/ > mount: /dev/cdrom is not a valid block device It's a bug. The short fix is: s root, do this depmod -ae Apply all a

Re: cdrom woes.

2002-09-11 Thread Emmanuel Seyman
On Wed, Sep 11, 2002 at 12:57:59PM -, Postman Pat wrote: > > The strange this is that the installation was actually done from the cdrom. > Any ideas what the problem might be? Could you give us the output of the following commands: cat /etc/grub.conf cat /etc/fstab ll /dev/cdrom ll /dev/hd

Re: CDROM/CDRW ide-scsi troubles in RH7.3

2002-09-06 Thread Sean Staats
Hello again! I still cannot get the CDRW working. Here is what I just tried... Removed 3Ware IDE-RAID card IDE0/master = 40GB IBM Deskstar 60GXP IDE0/slave = 40GB IBM Deskstar 60GXP IDE1/master = Asus 50x CDROM IDE1/slave = Sony CRX145E CDRW FYI - mobo is MSI K7T266 Pro2 (ATA100) with Athlon XP2

Re: CDROM/CDRW ide-scsi troubles in RH7.3

2002-09-05 Thread Oleg Goldshmidt
Sean Staats <[EMAIL PROTECTED]> writes: > After reading through the SCSI-2.4-HOWTO, I've learned that adding sg > and sr_mod to /etc/modules.conf is unnecessary. The reason for this > is the ide-scsi module is dependent upon sr_mod module - and executing > 'modprobe ide-scsi' will cause modprobe

Re: CDROM/CDRW ide-scsi troubles in RH7.3

2002-09-05 Thread Oleg Goldshmidt
Sean Staats <[EMAIL PROTECTED]> writes: > So far everyone has given me good ideas, and I think we're getting closer > to a fix. Let's try one more thing. Try to check the CD-Writing-HOWTO, http://www.tldp.org/HOWTO/CD-Writing-HOWTO.html, again. It has the list of modules you need to have loade

Re: CDROM/CDRW ide-scsi troubles in RH7.3

2002-09-05 Thread Sean Staats
Unfortunately the ide-scsi module doesn't take any "ignore" arguments like ide-cd does. I've looked at the source code for ide-scsi and it doesn't appear to take any arguments at all. I just might get brave and add the capability for ide-scsi to accept "ignore" arguments. After looking at the s

Re: CDROM/CDRW ide-scsi troubles in RH7.3

2002-09-04 Thread Sean Staats
After reading through the SCSI-2.4-HOWTO, I've learned that adding sg and sr_mod to /etc/modules.conf is unnecessary. The reason for this is the ide-scsi module is dependent upon sr_mod module - and executing 'modprobe ide-scsi' will cause modprobe to discover that sr_mod needs to be loaded befor

Re: CDROM/CDRW ide-scsi troubles in RH7.3

2002-09-04 Thread Sean Staats
The only SCSI device you have on your system is the CDRW drive that ide-scsi is emulating as a SCSI device. I have 1 other SCSI device in addition to trying to run ide-scsi on my CDRW drive - for a total of TWO SCSI devices. After booting without trying to load ide-scsi for hdd, I'd like for som

Re: CDROM/CDRW ide-scsi troubles in RH7.3

2002-09-03 Thread Oleg Goldshmidt
Sean Staats <[EMAIL PROTECTED]> writes: > I have a system with a regular CDROM drive (hdb) AND a CDRW drive (hdd). > To get RH7.3 to install, I had to type "linux hdd=ide-scsi" I also have a computer with a CD-ROM (hdb) and a CD-R/RW (hdd), just like yours. I did a clean 7.3 install on it (a ha

Re: cdrom problems

2002-06-16 Thread Arvind Narayanan
Subject: Re: cdrom problems   I was also experencing the same kind of problem when i installed RH7.2   you have to link the /dev/cdrom file to /dev/hdb or /dev/hdc(might even be /dev/hdc1 or hdc2) depending on how many cdroms you might have.   To do this you have to edit a file

Re: cdrom problems

2002-06-15 Thread Arvind Narayanan
  I was also experencing the same kind of problem when i installed RH7.2   you have to link the /dev/cdrom file to /dev/hdb or /dev/hdc(might even be /dev/hdc1 or hdc2) depending on how many cdroms you might have.   To do this you have to edit a file called /etc/fstab   In the fstab file the

Re: cdrom problems

2002-06-13 Thread Duane Clark
[EMAIL PROTECTED] wrote: > My cdroms are ide drives one a slave to the hard drive and one is with a > superdisk They are seen as scsi drives. can't mount them can eject the > trays. Was able to install rh 7.2 but thats it. I also tried sndconfig > for sound the right driver wasn't there but wa

Re: Cdrom Reading

2002-06-03 Thread keystone7
> from:Greg Robertson <[EMAIL PROTECTED]> > date:Mon, 03 Jun 2002 21:28:52 > to: [EMAIL PROTECTED] > subject: Re: Cdrom Reading > > About every 30 seconds I see the light on my Cdrom turn on and it looks like its >seaking for a cdrom. When this

Re: cdrom wont mount

2002-04-05 Thread Devon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Friday 05 April 2002 10:57 pm, script wrote: > i'm having the same problem, but with ide > > same error message. unknown device when i say "mount > /mnt/cdrom" If this is a 7.2 (enigma) install, this is a known issue. There are updates available

Re: cdrom wont mount

2002-04-05 Thread script
/var/log/messages says: Apr 5 23:16:17 localhost insmod: /lib/modules/2.4.7-10/kernel/drivers/scsi/sr_mod.o: insmod block-major-11 failed i'm lost this message results from mount /mnt/cdrom1 --- script <[EMAIL PROTECTED]> wrote: > i'm having the same problem, but with ide > > same error

Re: cdrom wont mount

2002-04-05 Thread script
i'm having the same problem, but with ide same error message. unknown device when i say "mount /mnt/cdrom" fstab: /dev/cdrom /mnt/cdrom iso9660 noauto,owner,kudzu,ro 0 0 /dev/cdrom1 /mnt/cdrom1 iso9660 noauto,owner,kudzu,ro 0 0 dmesg | grep ^hd. hda: Maxtor 91301U3, ATA DISK drive hdc: AT

Re: cdrom wont mount

2002-04-05 Thread Bret Hughes
On Fri, 2002-04-05 at 18:01, Greg Robertson wrote: > cmd: mount /dev/cdrom > Error: mount: /dev/cdrom: unknown device try: mount /mnt/cdrom I typically mount the mount point not the device. IIUC, if not passed a mount point and a device, mount will look into fstab for what to put on the mou

Re: cdrom wont mount

2002-04-05 Thread rodney
G'Day, I had the same problem, I updated the kernerl and now the cdroms mount ok. For the time being, (as root) 'depmode -ae' should also fix it. Also See: https://www.redhat.com/support/resources/gotchas/7.2/ On Sat, 6 Apr 2002 09:20, you wrote: > anyone know how to make my cdrom mount? > >

Re: cdrom wont mount

2002-04-05 Thread Greg Robertson
- Original Message - From: "Bret Hughes" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 05, 2002 6:38 PM Subject: Re: cdrom wont mount > On Fri, 2002-04-05 at 17:20, Greg Robertson wrote: > > anyone know how to make my cdrom mount? > > > &g

Re: cdrom wont mount

2002-04-05 Thread Bret Hughes
On Fri, 2002-04-05 at 17:20, Greg Robertson wrote: > anyone know how to make my cdrom mount? > > Its scsi and it never had trouble before, the only new thing in this install was >that I added a new /home partition to a new drive. > > The scsi card shows up on the procinfo so I dont have a clue

Re: CDROM wont mount in 7.2

2002-04-02 Thread David Talkington
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Devon wrote: >> >however when I click on the CD icon I get the following message - " >> > mount /Dev/cdrom: unknown device. >This is a known issue in the 7.2 release. There have been updates >released that take care of it. Gaak ... thanks, Devon,

Re: CDROM wont mount in 7.2

2002-04-02 Thread daniel
. ban on smoking during airline flights, 1990 - Original Message - From: "Linux Rules" <[EMAIL PROTECTED]> To: "Redhat Mailing List" <[EMAIL PROTECTED]> Sent: Monday, April 01, 2002 10:14 PM Subject: Re: CDROM wont mount in 7.2 > On Tue, 2 Apr 2002, r

Re: CDROM wont mount in 7.2

2002-04-02 Thread Linux Rules
On Tue, 2 Apr 2002, rodney wrote: > G'Day, > Could some body please help me. I installed Red Hat 7.2 today from > Cd's, > however when I click on the CD icon I get the following message - " mount > /Dev/cdrom: unknown device. > My fstab says the folowing - > > LABEL=/ /

Re: CDROM wont mount in 7.2

2002-04-01 Thread Devon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday 01 April 2002 11:19 pm, David Talkington wrote: > rodney wrote: > >however when I click on the CD icon I get the following message - " > > mount /Dev/cdrom: unknown device. > > First, understand that Unix is case sensitive, so get in the hab

Re: CDROM wont mount in 7.2

2002-04-01 Thread David Talkington
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 rodney wrote: >however when I click on the CD icon I get the following message - " mount >/Dev/cdrom: unknown device. First, understand that Unix is case sensitive, so get in the habit of faithfully transcribing what you see (by /Dev/cdrom, you p

Re: CDRom drive

2002-03-07 Thread Trevor Hamm
On Thu, 2002-03-07 at 14:26, [EMAIL PROTECTED] wrote: > What is a good CDRom that will work with Linux and won't giv eme any driver > issues. > AFAIK, all IDE and SCSI CDROMs work with Linux. There's even support for some of the older non-IDE, non-SCSI CDROMs that used to interface with the so

RE: CDRom drive

2002-03-07 Thread Paul Hamm
I know of no currently avaialable internal cdrom drives that will give you a problem with linux, IDE or SCSI. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 07, 2002 3:27 PM To: [EMAIL PROTECTED] Subject: CDRom drive What is a good CDRom that

Re: CDROM Not Mounting

2002-01-13 Thread fred smith
On Sun, Jan 13, 2002 at 04:36:36PM -0500, Jake McHenry wrote: > Hello everyone, I just got done installing RH7.2, from a CD, and now that the >install is complete, I can't mount the cdrom drive. It just says .. > > mount: /dev/cdrom is not a valid block device > > > there is a sym link in /dev

Re: CDROM Not Mounting

2002-01-13 Thread Kjetil Tjensvold
There is a bug in RH 7.2 about mounting cdroms. Go to rc.sysinit and comment out modprobe "cdrom" and modprobe "ide-cd" Type in the bottom of the file modprobe ide-scsi>/dev/null 2>&1 --- Jake McHenry <[EMAIL PROTECTED]> skrev: > Hello everyone, I just got done installing RH7.2, > from a CD, a

Re: CDROM Not Mounting

2002-01-13 Thread Devon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sunday 13 January 2002 04:36 pm, Jake McHenry wrote: > Hello everyone, I just got done installing RH7.2, from a CD, and now > that the install is complete, I can't mount the cdrom drive. It just > says .. > > mount: /dev/cdrom is not a valid block

Re: CDRom fails to mount

2002-01-02 Thread Stephen McDonald
I've got the same problem. Could you please explain the use of depmod -a or modprobe ide-cdrom?? -Original Message- From: Stephen Liu <[EMAIL PROTECTED]> Newsgroups: gated.redhat-list To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Thursday, December 20, 2001 7:03 AM S

RE: CDRom fails to mount

2001-12-20 Thread Stephen Liu
Thanks Gordon Stephen At 11:58 PM 12/19/2001 -0800, you wrote: >On Wed, 19 Dec 2001, Stephen Liu wrote: > > > At 08:06 AM 12/18/2001 -0800, you wrote: > > > > Any pointer to recompile the module ? > > > > > >Won't be required if you update the kernel package. In any case, I'd > > >thought that

RE: CDRom fails to mount

2001-12-19 Thread Gordon Messmer
On Wed, 19 Dec 2001, Stephen Liu wrote: > At 08:06 AM 12/18/2001 -0800, you wrote: > > > Any pointer to recompile the module ? > > > >Won't be required if you update the kernel package. In any case, I'd > >thought that 'depmod -ae' fixed the problem, without the need to > >recompile. > > depmod

RE: CDRom fails to mount

2001-12-19 Thread Stephen Liu
Hi Thierry Thanks for your advice. My CDRom is working now. B.R. Stephen At 09:37 AM 12/19/2001 +, you wrote: >I had this problem > >do a "modprobe ide-cd" before mounting the cd and it should work > >hth ___ Redhat-list mailing list [EMAIL PR

RE: CDRom fails to mount

2001-12-19 Thread Stephen Liu
Hi Gordon, At 08:06 AM 12/18/2001 -0800, you wrote: > > Any pointer to recompile the module ? > >Won't be required if you update the kernel package. In any case, I'd >thought that 'depmod -ae' fixed the problem, without the need to >recompile. depmod -a worked for me Not depmod -ac Not d

RE: CDRom fails to mount

2001-12-19 Thread Thierry ITTY
I had this problem do a "modprobe ide-cd" before mounting the cd and it should work hth A 09:46 18/12/01 -0500, vous avez écrit : >There is a confirmed bug in the ide-cdrom.io module that comes with 7.2 >stock kernel. Recompile the module or check Redhat's site for an update. > >Jeff Graves

RE: CDRom fails to mount

2001-12-18 Thread Gordon Messmer
On Tue, 18 Dec 2001, Stephen Liu wrote: > Searched Red Hat Linux 7.2 General Advisories and Red Hat Linux 7.2 > Bug Fixes Advisories and could not find relevant subject. http://www.redhat.com/support/errata/rh72-errata.html Grab a newer kernel. > Any pointer to recompile the module ? Won't be

RE: CDRom fails to mount

2001-12-18 Thread Stephen Liu
Hi Jeff, Thanks for your response. Searched Red Hat Linux 7.2 General Advisories and Red Hat Linux 7.2 Bug Fixes Advisories and could not find relevant subject. Any pointer to recompile the module ? Thanks in advance. B.R. Stephen At 09:46 AM 12/18/2001 -0500, you wrote: >There is a confir

Re: CDRom fails to mount

2001-12-18 Thread Stephen Liu
Hi Jesus, Thanks for your response. At 08:21 AM 12/18/2001 -0600, you wrote: >Can you mount it manually usng two options? > >mount /dev/hdc /mnt/cdrom No. # mount /dev/hdc /mnt/cdrom/ mount: /dev/hdc is not a valid block device >Any errors in the /var/log/messages file? There is a good chan

RE: CDRom fails to mount

2001-12-18 Thread Jeff Graves
There is a confirmed bug in the ide-cdrom.io module that comes with 7.2 stock kernel. Recompile the module or check Redhat's site for an update. Jeff Graves Customer Support Engineer Image Source, Inc. 10 Mill Street Bellingham, MA 02019 508.966.5200 X31 - Phone 508.966.5170 - Fax [EMAIL PROTECT

Re: CDRom fails to mount

2001-12-18 Thread Jesus Ortega (a.k.a. Nitebirdz)
On Tue, 18 Dec 2001, Stephen Liu wrote: > Hi All People, > > After re-installing RH7.2, CDRom fails to mount > > # mount /mnt/cdrom/ > mount: /dev/cdrom is not a valid block device > Can you mount it manually usng two options? mount /dev/hdc /mnt/cdrom Any errors in the /var/log/messages

Re: CDROM Automounting

2001-05-03 Thread John Aldrich
On Thu, 03 May 2001, you wrote: > > Do you have autofs running? If so, check /etc/auto.master and/or > /etc/auto.mnt (I think, there might be others, but they're mentioned in the > .master file) whether autofs tries to mount the CD-ROM and remove the > ooffending line. Then "/etc/rc.d/init.d/auto

Re: CDROM Automounting

2001-05-02 Thread Thomas Ribbrock
On Tue, May 01, 2001 at 08:59:43PM -0400, John Aldrich wrote: > How do I control the automounting of the CDROM? The FSTAB properties > specify "noauto" but it's still trying to automount the cdrom, even when > there is no CDROM there and it's filling my log files full of crap! :-( Do you have au

Re: CDROM Automounting

2001-05-02 Thread John Aldrich
On Wed, 02 May 2001, you wrote: > > I think it's either 'magicdev' or magic-dev' (I can't check since I > "rpm -e"-ed it a long time ago). > Ahh... Ok. That could well be... I'll try nuking that and see what happens. :-) John ___ Redhat-lis

Re: CDROM Automounting

2001-05-02 Thread Larry Grover
On Wednesday 02 May 2001 00:32, Emmanuel Seyman wrote: > On Tue, May 01, 2001 at 08:59:43PM -0400, John Aldrich a ecrit: > > How do I control the automounting of the CDROM? The FSTAB > > properties specify "noauto" but it's still trying to automount the > > cdrom, even when there is no CDROM ther

Re: CDROM Automounting

2001-05-01 Thread Emmanuel Seyman
On Tue, May 01, 2001 at 08:59:43PM -0400, John Aldrich a ecrit: > How do I control the automounting of the CDROM? The FSTAB properties specify > "noauto" but it's still trying to automount the cdrom, even when there is no > CDROM there and it's filling my log files full of crap! :-( I remember

Re: cdrom has up and disappeared

2001-04-08 Thread Monte Milanuk
Dunno... I've just been having _weird_ problems w/ hardware in general lately. Kinda hard to pin it down to any one thing. My systems at home are in Nebraska (currently) and are well protected by UPS's, but have been acting really weird as far as hard drives not working, memory too. Now these s

Re: cdrom has up and disappeared

2001-04-08 Thread Statux
> Sounds like you got a dying power supply surge thru your system. Take it > in for maintenance ASAP b4 it kills something else. Yeah, like the 80GB drive. 80GB ATA drives aren't exactly a good idea in old Pentiums... The systems lack full support for them, anyway. Definite overkill ;) ___

Re: cdrom has up and disappeared

2001-04-08 Thread Statux
I would hire an exorcist, or someone who could find out if you live in a vortex or something.. or maybe if you are sitting on an old cemetery :) I just had a flashback to Phantasmagoria (1 and 2).. I love those games ;) -Statux ___ Redhat-list maili

Re: cdrom has up and disappeared

2001-04-07 Thread Jack Bowling
On 07 Apr 2001 21:57:37 -0700, Monte Milanuk wrote: > Ok. This is getting bizarre. It seems like every piece of > hardware I have is either going bonkers or just up and > dying. Sounds like you got a dying power supply surge thru your system. Take it in for maintenance ASAP b4 it kills somethi

Re: cdrom has up and disappeared

2001-04-07 Thread Monte Milanuk
Ok. This is getting bizarre. It seems like every piece of hardware I have is either going bonkers or just up and dying. I fiddled around w/ some stuff, and I'm completely confused now. I borrowed a new disk for the zip drive, and was able to mount/umount, read/write files, etc. and so on. But

Re: cdrom has up and disappeared

2001-04-04 Thread Monte Milanuk
--- David Talkington <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > > Monte Milanuk wrote: > > >During boot, all three IDE devices, the HD, the CDROM, > and the ZIP, all > >show up in the BIOS. All three show up initially during > startup in > >dmesg: > > > >hda: WDC AC23200

Re: cdrom has up and disappeared

2001-04-02 Thread David Talkington
-BEGIN PGP SIGNED MESSAGE- Monte Milanuk wrote: >During boot, all three IDE devices, the HD, the CDROM, and the ZIP, all >show up in the BIOS. All three show up initially during startup in >dmesg: > >hda: WDC AC23200L, ATA DISK drive >hdc: WEARNES CDD-820, ATAPI CDROM drive >hdd: IOMEGA

Re: cdrom-mount issue

2000-11-10 Thread Tundra
- Original Message - From: "Duane Clark" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 10, 2000 2:42 PM Subject: Re: cdrom-mount issue : Tundra wrote: : > I recently purchased a CD-rw device. I installed it. The CD subsequently was : >

Re: cdrom-mount issue

2000-11-10 Thread Duane Clark
Tundra wrote: > I recently purchased a CD-rw device. I installed it. The CD subsequently was > able to be mounted properly and info read off of appropriate type of CD's. It > also > played music correctly. > > I tried that night to enable its "write" feature that night. I was unsuccessful. > >

Re: cdrom-mount issue

2000-11-10 Thread Mikkel L. Ellertson
On Fri, 10 Nov 2000, Tundra wrote: > I recently purchased a CD-rw device. I installed it. The CD subsequently was able >to be mounted properly and info read off of appropriate type of CD's. It also > played music correctly. > > I tried that night to enable its "write" feature that night. I was

Re: cdrom

2000-10-16 Thread Matt Nelson
if you want to execute files directly from a CDROM, be sure that you have it mounted with the 'exec' option. i.e., your fstab entry should have 'exec' in the cdrom mount options, like: /dev/cdrom /mnt/cdrom iso9660 noauto,ro,user,exec 0 0 (the other options are my preferences, and are not

Re: cdrom [comments]

2000-10-15 Thread Statux
> to run "./nameoffile" without quotes to run a file > i.e ./setup We've always said, when giving advice, to type "such and such" without the quotes.. when in fact.. many shells support use of quotations. so, "./nameoffile" will still work if the user doesn't omit the quotation marks. Quotes, on

Re: cdrom

2000-10-15 Thread John Aldrich
On Sun, 15 Oct 2000, Jimmie Brandon wrote: > I am runnug rh6.1. I mounted my cdrom. > My question is how do I read the files on the cdrom > Well, you can either do this from a console prompt, or you can use the file manager built into whichever window manager you use for this. Create a "bookmar

Re: cdrom

2000-10-15 Thread Stephen E. Hargrove
Jimmie Brandon wrote: > I am runnug rh6.1. I mounted my cdrom. > My question is how do I read the files on the cdrom > and > how do I run or execute a file from the cdrom? where did you mount the cdrom? mine mounts at /mnt/cdrom, so to see the files, ls /mnt/cdrom to execute a file, /mnt/cd

Re: cdrom

2000-10-15 Thread Jake R. Johnson
mount /mnt/cdrom cd /mnt/cdrom ls -l to run "./nameoffile" without quotes to run a file i.e ./setup Jake Johnson Academic Computing University of Wisconsin Oshkosh On Sun, 15 Oct 2000, Jimmie Brandon wrote: > I am runnug rh6.1. I mounted my cdrom. > My question is how do I read the files

Re: cdrom

2000-07-05 Thread John Aldrich
On Wed, 05 Jul 2000, Jim Travnick wrote: > First of all let me say Thanks for all the help ive been getting. now here's the new > twist the CD-ROM that has been giving me problems is an ACER IDE. 50x now i just put >a > CREATIVE Labs 48x back in the system to test it out as i just got it back fro

Re: cdrom

2000-07-05 Thread Jim Travnick
First of all let me say Thanks for all the help ive been getting. now here's the new twist the CD-ROM that has been giving me problems is an ACER IDE. 50x now i just put a CREATIVE Labs 48x back in the system to test it out as i just got it back from being repaired. Guess what every thing works wi

Re: cdrom

2000-07-05 Thread John Aldrich
On Wed, 05 Jul 2000, Jim Travnick wrote: > opps forgot to give a little more info said CDROM is set up as secondary master, > have one 13 gig hard drive partitioned down the middle with win98 on first halve > Red Hat 6.2 on second halve and loosing the rest of my hair but refuse to give up > What

Re: cdrom

2000-07-05 Thread John Aldrich
On Wed, 05 Jul 2000, Jim Travnick wrote: > even if it works fine in win98?? linux does see it when i boot wether i have a CD > in at the time it just wont mount unless a CD is in at the time i mount. > *shrug* I don't know. It won't hurt to make sure that it's in the "slave" position, and it migh

Re: cdrom

2000-07-05 Thread Jim Travnick
opps forgot to give a little more info said CDROM is set up as secondary master, have one 13 gig hard drive partitioned down the middle with win98 on first halve Red Hat 6.2 on second halve and loosing the rest of my hair but refuse to give up John Aldrich wrote: > On Tue, 04 Jul 2000, Jim Travn

Re: cdrom

2000-07-05 Thread Jim Travnick
even if it works fine in win98?? linux does see it when i boot wether i have a CD in at the time it just wont mount unless a CD is in at the time i mount. John Aldrich wrote: > On Tue, 04 Jul 2000, Jim Travnick wrote: > > cd is IDE i now have it to where it will mount as long as i have a data CD

Re: cdrom

2000-07-05 Thread John Aldrich
On Tue, 04 Jul 2000, Jim Travnick wrote: > cd is IDE i now have it to where it will mount as long as i have a data CD in > when i boot but that is the only time i can mount it. unmount take the CD out > and try again and it as if it was never there even if i Put the same CD back > in and forget ab

Re: cdrom

2000-07-04 Thread Jim Travnick
cd is IDE i now have it to where it will mount as long as i have a data CD in when i boot but that is the only time i can mount it. unmount take the CD out and try again and it as if it was never there even if i Put the same CD back in and forget about music CDs im running in gnome Jim John Aldri

Re: cdrom

2000-07-04 Thread John Aldrich
On Tue, 04 Jul 2000, kdeepak wrote: > Hi Jim, > First of all you to mount the cdrom if you Linux OS does not do > automounting. I think you missed to check this. try the > command "mount /mnt/cdrom" or "mount /dev/hdc /mnt/cdrom (if the cdrom is > a secondary master one" or "mount /dev/hdb /

Re: cdrom

2000-07-04 Thread John Aldrich
On Tue, 04 Jul 2000, Jim Travnick wrote: > How do i get my cdrom to work ive typed cd /mnt/cdrom in a terminal > window but nothing tried xplaycd with a music cd in and i get told i > have no disk in. when i look in the control center under cd properties > the command says: gtcd--play--device %d

Re: cdrom

2000-07-04 Thread Jim Travnick
Hi Kdeepak, Thats an easy one for me im using Red Hat 6.2 that came with the book The complete Reference Red Hat Linux unfortunately it is not the complete reference as if it was i wouldnt be needing to ask all these dumb questions.HAHA Thanks for taking your time Jim kdeepak wrote: > Hi Jim

Re: cdrom

2000-07-04 Thread kdeepak
Hi Jim, Tell me the distribution and version of Linux you are using so that i can go ahead tell you clearly as to which package automatically mounts the cdrom and what are all the different packages which can play audio cd's. Regards K.Deepak -

Re: cdrom

2000-07-04 Thread Jim Travnick
tryed the first two comands as the cdrom is the secondary master. and got the following mount: No medium found(this was without a CD in drive) mount: Wrong medium type(with music CD in drive) these two where with the first comand the next all came up at once with the second comand moun

Re: cdrom

2000-07-04 Thread kdeepak
Hi Jim, First of all you to mount the cdrom if you Linux OS does not do automounting. I think you missed to check this. try the command "mount /mnt/cdrom" or "mount /dev/hdc /mnt/cdrom (if the cdrom is a secondary master one" or "mount /dev/hdb /mnt/cdrom (if the cdrom is primary slave" .

Re: cdrom

2000-07-04 Thread Greg Wright
*** REPLY SEPARATOR *** On 4/07/00 at 1:15 Jim Travnick wrote: >How do i get my cdrom to work ive typed cd /mnt/cdrom in a terminal >window but nothing tried xplaycd with a music cd in and i get told i >have no disk in. when i look in the control center under cd properties >

  1   2   >