Re: RH 9 on a stick, er, laptop, and a pcmcia cdrom

2003-07-18 Thread mark
> From: "Benjamin J. Weiss" <[EMAIL PROTECTED]> > Date: Thu, 17 Jul 2003 18:12:28 -0500 > > > I've now got what I think is everything...except for one leetle > > detail: /dev/cdrom was never created, and I haven't figured > > out how to identi

Re: RH 9 on a stick, er, laptop, and a pcmcia cdrom

2003-07-17 Thread Benjamin J. Weiss
> I've now got what I think is everything...except for one leetle detail: > /dev/cdrom was never created, and I haven't figured out how to identify > what device to link to. Mine is linked to /dev/scd0. Ben -- redhat-list mailing list unsubscribe mailto:[EMA

RH 9 on a stick, er, laptop, and a pcmcia cdrom

2003-07-17 Thread mark
I finally got rh 9 installed on the laptop, and once I installed IceWM it runs like a dream, as opposed to an 8088 (under KDE)...but it didn't install PCMCIA, though it seems to have detected it. I've now got what I think is everything...except for one leetle detail: /dev/cdrom

Re: mount: /dev/cdrom is not a valid block device

2003-07-11 Thread Leonard den Ottolander
Hi Shawn, > I need SCSI-emulation to burn a CD with a burner don't I? How can I check if I > have that? Indeed you need scsi emulation. That is why the symbolic link /dev/cdrom should be pointing to something like /dev/scd0, not to /dev/hdc. To make sure the ide-scsi module i

Re: mount: /dev/cdrom is not a valid block device

2003-07-11 Thread Shawn
info below that for some reason SCSI-emulation has been turned off or removed. But I really am not sure. Any help please (even if just to let me know I am really really off-track)? /sbin/lsmod | grep cd ide-cd 30632 0 cdrom 30208 0 [sr_mod ide-cd] ehci-hcd

Re: mount: /dev/cdrom is not a valid block device

2003-07-11 Thread Shawn
Have you checked to see if /dev/cdrom is a dead symbolic link? well um (Newby here) clicking it brings me to /dev/hdc (ok brings me to a message that nautilus can't display that file), so I believe it to be alive or is my method of checking faulty? if I run: dmesg | less I find: hdc:

Re: mount: /dev/cdrom is not a valid block device

2003-07-10 Thread Jake Johnson
Make sure that your system is finding your cdrom drive when it boots. dmesg | less I don't think you are making a backup of a music cd, but just in case you are I hope you know that you can't mount audio disks. Regards, Jake Johnson [EMAIL

Re: mount: /dev/cdrom is not a valid block device

2003-07-10 Thread Stephen Kuhn
On Fri, 2003-07-11 at 16:28, Shawn wrote: > Hello, > > For some reason when I plop in a cd to make a backup, my system no longer > recognizes the cdrom drive. > > mount /mnt/cdrom > mount: /dev/cdrom is not a valid block device > > (used to be automatic anyway...)

mount: /dev/cdrom is not a valid block device

2003-07-10 Thread Shawn
Hello, For some reason when I plop in a cd to make a backup, my system no longer recognizes the cdrom drive. mount /mnt/cdrom mount: /dev/cdrom is not a valid block device (used to be automatic anyway...) I am hoping that it's just a configuration file matter. Anytips on what file I shou

Re: mac cdrom and redhat 8

2003-07-07 Thread alan
On Mon, 7 Jul 2003, Bruce Langlois wrote: > > Has anyone successfully mounted a mac os hps cdrom > on a redhat 8 system using the standard mount command? > > The mount documentation indicates that the mac cd fileystem > is supported in the kernel, but I get a 'this f

mac cdrom and redhat 8

2003-07-07 Thread Bruce Langlois
Has anyone successfully mounted a mac os hps cdrom on a redhat 8 system using the standard mount command? The mount documentation indicates that the mac cd fileystem is supported in the kernel, but I get a 'this filesystem type is not supported by the kernel' message when I try the mou

Re: cannot mount cdrom

2003-06-30 Thread Thomas Goode
Le 30/06/2003 03:43, «?Stephen Kuhn?» a écrit?: > On Mon, 2003-06-30 at 11:13, Thomas Goode wrote: >> I am completely new to Unix and I am having trouble accessing my >> cdrom. I am not sure what the problem is; I get a cdrom is not a valid >> block device message w

Re: cannot mount cdrom

2003-06-30 Thread Zoki
Le 30/06/2003 03:43, « Stephen Kuhn » <[EMAIL PROTECTED]> a écrit : > On Mon, 2003-06-30 at 11:13, Thomas Goode wrote: >> I am completely new to Unix and I am having trouble accessing my >> cdrom. I am not sure what the problem is; I get a cdrom is not a valid >> bloc

Re: cannot mount cdrom

2003-06-29 Thread Stephen Kuhn
On Mon, 2003-06-30 at 11:13, Thomas Goode wrote: > I am completely new to Unix and I am having trouble accessing my > cdrom. I am not sure what the problem is; I get a cdrom is not a valid > block device message when I try to mount it. > > > > I am using redhat linux

cannot mount cdrom

2003-06-29 Thread Thomas Goode
I am completely new to Unix and I am having trouble accessing my cdrom. I am not sure what the problem is; I get a “cdrom is not a valid block device” message when I try to mount it.   I am using redhat linux v 7.1; any help would really be appreciated   Tom

RE: Having Problems Mounting CDROM

2003-06-18 Thread Vorpahl, Jason Stephen
I ended up changing cdrom models and it works fine. Must be a problem with that cdrom drive. The one I was having problems with was a Creative drive. - Jason -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

Re: Having Problems Mounting CDROM

2003-06-18 Thread HPA Guest 1
as root: # mount /dev/cdrom or even # mount -t iso9660 /dev/cdrom /mnt /cdrom I hope you meant "/mnt/cdrom", not "/mnt /cdrom" Yes, just a typo, /mnt/cdrom is correct. So, I took my 3 RH 7.3 CDs and installed RH 7.3 onto the "problem" computer and lo and beh

Re: Having Problems Mounting CDROM

2003-06-18 Thread fred smith
me additional rpm packages. I could not > get the cd to mount, as root: > > # mount /dev/cdrom > > or even > > # mount -t iso9660 /dev/cdrom /mnt /cdrom I hope you meant "/mnt/cdrom", not "/mnt /cdrom" > So, I took my 3 RH 7.3 CDs and installed R

Re: Having Problems Mounting CDROM

2003-06-18 Thread HPA Guest 1
Vorpahl, Jason Stephen wrote: Thanks for replying. I typed mount /mnt/cdrom The directory does exist. - Jason -Original Message- From: Bill Tangren [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 17, 2003 9:24 AM To: [EMAIL PROTECTED] Subject: Re: Having Problems Mounting CDROM Vorpahl

Re: Having Problems Mounting CDROM

2003-06-18 Thread Bill Tangren
Vorpahl, Jason Stephen wrote: Thanks for replying. I typed mount /mnt/cdrom The directory does exist. - Jason -Original Message- From: Bill Tangren [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 17, 2003 9:24 AM To: [EMAIL PROTECTED] Subject: Re: Having Problems Mounting CDROM Vorpahl

RE: Having Problems Mounting CDROM

2003-06-17 Thread Vorpahl, Jason Stephen
Thanks for replying. I typed mount /mnt/cdrom The directory does exist. - Jason -Original Message- From: Bill Tangren [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 17, 2003 9:24 AM To: [EMAIL PROTECTED] Subject: Re: Having Problems Mounting CDROM Vorpahl, Jason Stephen wrote

Re: Re: Issue with CDROM Drive

2003-06-17 Thread Mathieu Masse
On Mon, 2003-06-16 at 11:13, [EMAIL PROTECTED] wrote: > > From: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: Re: Issue with CDROM Drive > Date: 16 Jun 2003 10:07:56 -0500 > > On 16 Jun 2003, at 10:29, Mathieu Masse wrote: > > > I posted this on the list la

Re: Having Problems Mounting CDROM

2003-06-17 Thread Bill Tangren
Vorpahl, Jason Stephen wrote: --> I am a Linux newbie and just installed Red Hat 9. I am creating a samba server using just the command line interface, no X installed. Installation went fine, until I tried to set up my samba server. I can’t mount the cdrom. Here are the errors I

cdrom mount problem in RH7.2

2003-06-17 Thread root_sharif
Thanks to Michael .. for ur time and consideration But .. can u pls tell me which errata i should download. There are so many for 7.2 it's not possible for me to download them all with my slow dial up .. Pls let me know... sharif. As root, run

Having Problems Mounting CDROM

2003-06-16 Thread Vorpahl, Jason Stephen
I am a Linux newbie and just installed Red Hat 9.  I am creating a samba server using just the command line interface, no X installed.  Installation went fine, until I tried to set up my samba server.  I can’t mount the cdrom.  Here are the errors I get:   hdc: command error: status=0x51

Re: Issue with CDROM Drive

2003-06-16 Thread Michael S. Dunsavage
I had this problem w/ a CDROM once, I swithced out the drive and that seemed to fix it. On Monday 16 June 2003 11:07 am, you wrote: > On 16 Jun 2003, at 10:29, Mathieu Masse wrote: > > I posted this on the list last Friday and got no responses so I am > > posting again... >

Re: Issue with CDROM Drive

2003-06-16 Thread xunil
On 16 Jun 2003, at 10:29, Mathieu Masse wrote: > I posted this on the list last Friday and got no responses so I am > posting again... > > On Fri, 2003-06-13 at 14:03, Mathieu Masse wrote: > > > Hi list, > > > > Small issue with my CDROM drive, whe

Issue with CDROM Drive

2003-06-16 Thread Mathieu Masse
I posted this on the list last Friday and got no responses so I am posting again... On Fri, 2003-06-13 at 14:03, Mathieu Masse wrote: > Hi list, > > Small issue with my CDROM drive, when I try to install rpm's or other > programs from my CDROM drive sometimes it just

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 c

Re: Which package for cdrom on errata 7.2

2003-06-16 Thread Emmanuel Seyman
On Mon, Jun 16, 2003 at 11:43:12AM +0600, root_sharif wrote: > > i am facing problem in mounting my CDROM at RH7.2 > Many of U have suggested me to download bugfix for 7.2 > can u pls inform me which package i should download. It's the kernel update. > as i use dial

Re: Which package for cdrom on errata 7.2

2003-06-16 Thread fred smith
On Mon, Jun 16, 2003 at 11:43:12AM +0600, root_sharif wrote: > i am facing problem in mounting my CDROM at RH7.2 > Many of U have suggested me to download bugfix for 7.2 > can u pls inform me which package i should download. > as i use dial up... (moreover slow) connection its hard

Which package for cdrom on errata 7.2

2003-06-15 Thread root_sharif
i am facing problem in mounting my CDROM at RH7.2 Many of U have suggested me to download bugfix for 7.2 can u pls inform me which package i should download. as i use dial up... (moreover slow) connection its hard for me to download all the errata's ... pls let me know... thanks a lot . f

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

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 ge

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" &

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 des

cdrom mount problem

2003-06-15 Thread root_sharif
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's attached... pls check it ..

Issue with CDROM Drive

2003-06-13 Thread Mathieu Masse
Hi list, Small issue with my CDROM drive, when I try to install rpm's or other programs from my CDROM drive sometimes it just hangs. I mean the drive hangs, it stops spinning at high speed and just tries to seek and goes nowhere, it always results in the application calling the

Mounted CDRom visible to all users?

2003-05-29 Thread Cannon, Andrew
Hi All, Is it possible to have a 'normal' user insert a CDRom and mount it, without the Nautilus (file Manager) window popping up on all screens logged in to the system. We are using RH8 though Exceed and XThinPro. The fstab allows any user to mount a CD and a floppy, not just root.

cdrom permissions

2003-04-01 Thread Jeff Cours
ch 23, 2001) (C) 2001 Monty <[EMAIL PROTECTED]> and Xiphophorus Report bugs to [EMAIL PROTECTED] http://www.xiph.org/paranoia/ Checking /dev/cdrom for cdrom... Testing /dev/cdrom for cooked ioctl() interface /dev/scd0 is not a cooked ioctl CDROM. Testing /dev/cdr

Re: Problems enabling DMA on /dev/cdrom with hdparm

2003-03-25 Thread Bret Hughes
On Mon, 2003-03-24 at 22:14, [EMAIL PROTECTED] wrote: > I am running RedHat 8.0 on a Dell Dimension Desktop 8200 with a DVD-ROM drive as > my /dev/hdc (/dev/cdrom) device. Whenever I try to run the command below on my > cdrom, also /dev/hdc, I get the following... > > [EMAIL

Problems enabling DMA on /dev/cdrom with hdparm

2003-03-24 Thread alan . snyder
I am running RedHat 8.0 on a Dell Dimension Desktop 8200 with a DVD-ROM drive as my /dev/hdc (/dev/cdrom) device. Whenever I try to run the command below on my cdrom, also /dev/hdc, I get the following... [EMAIL PROTECTED] sbin]# ./hdparm -d1 /dev/cdrom /dev/cdrom: setting using_dma to 1 (on

Re: bootnet.img -> bootable cdrom

2003-03-04 Thread Gordon Messmer
Caleb Groom wrote: Thanks for the response. Will the resulting iso be bootable as well? I believe so... haven't done it myself. -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: bootnet.img -> bootable cdrom

2003-03-04 Thread Caleb Groom
On Tue, 2003-03-04 at 22:59, Gordon Messmer wrote: > Caleb Groom wrote: > > >On Mon, 2003-02-24 at 23:36, Amit Mhatre wrote: > > > > > >>have u heared about mkbootdisk command, please make research on this > >>command. > >> > >> > >>From looking at the man mkbootdisk page is doesn't look lik

Re: bootnet.img -> bootable cdrom

2003-03-04 Thread Gordon Messmer
Caleb Groom wrote: On Mon, 2003-02-24 at 23:36, Amit Mhatre wrote: have u heared about mkbootdisk command, please make research on this command. From looking at the man mkbootdisk page is doesn't look like this is the utility that I need. I already have a boot disk image, the Red Hat supp

Re: bootnet.img -> bootable cdrom

2003-02-25 Thread Gene Yoo
Caleb Groom wrote: I'm wanting burn the bootnet.img image onto a bootable cdr. I want to push out network installations but the machines do not have floppy drives. Eventually this will be more automated with kickstart. But for now: How can I put the bootnet.img image on a cdr _and_ make it bo

Re: bootnet.img -> bootable cdrom

2003-02-25 Thread Nick
ing you'll need to change the root_device in the kernel on the bootnet.img to be the CD rather than the floppy - rdev will do that for you:- mount /dev/fd0 /mnt cd /mnt/boot rdev /dev/cdrom This is not the exact answer to your problem - I don't have time to set it all out, but this sh

Re: bootnet.img -> bootable cdrom

2003-02-24 Thread Caleb Groom
On Mon, 2003-02-24 at 23:36, Amit Mhatre wrote: > have u heared about mkbootdisk command, please make research on this > command. > > > ___ > Get the FREE email that has everyone talking at > http://www.mail2world.com >From looking at t

Re: bootnet.img -> bootable cdrom

2003-02-24 Thread Amit Mhatre
have u heared about mkbootdisk command, please make research on this command. ___Get the FREE email that has everyone talking at http://www.mail2world.com

bootnet.img -> bootable cdrom

2003-02-24 Thread Caleb Groom
I'm wanting burn the bootnet.img image onto a bootable cdr. I want to push out network installations but the machines do not have floppy drives. Eventually this will be more automated with kickstart. But for now: How can I put the bootnet.img image on a cdr _and_ make it bootable? I'

Re: lost /dev/cdrom and IRQ probe anomolies -- please help.

2003-01-15 Thread Andrew MacKenzie
sponse (status = 0x80) > ide0 at ... on irq 14 > ... > > Looking at this it may not have anything to do with my anomolies. No response... That doesn't sound good. > My drive access light remains solid, but the system monitor does not seem > to reflect this activity. My CDROM s

RE: lost /dev/cdrom and IRQ probe anomolies -- [SOLVED]

2003-01-15 Thread Stone, Timothy
Okay... not sure what was going on but have a theory. Here are the steps I took: Seeing that the cdrom drive was "coming up and going down" (the green access light was steady for a few minutes and off for another few), I sought to determine what was causing this. Shutting the comput

RE: lost /dev/cdrom and IRQ probe anomolies -- please help.

2003-01-15 Thread Stone, Timothy
14 ... Looking at this it may not have anything to do with my anomolies. My drive access light remains solid, but the system monitor does not seem to reflect this activity. My CDROM seems to be in and out of access, the light comes and goes, but no /dev/cdrom device exists and I'm not ab

lost /dev/cdrom and IRQ probe anomolies -- please help.

2003-01-15 Thread Stone, Timothy
A couple of things happened overnight... I had need to load a RPM and attempted to open the CDROM tray % sudo eject /mnt/cdrom Well this failed. I could "feel" the drive spinning. So I tried % sudo umount /mnt/cdrom This didn't seem to help so I thought... okay, I'll reb

Re: can't mount cdrom

2002-12-28 Thread Jim Webb
Try the following: #depmod -ae Thanks, Jim On Sat, 2002-12-28 at 05:37, [EMAIL PROTECTED] wrote: > Hi! All > I can mount cdrom via /dev/hdc but while mounting via mount via /mnt/cdrom or > /dev/cdrom, it says invalid block device. How can I solve these problem. File > /etc/fstab

Re: can't mount cdrom

2002-12-28 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, 28 Dec 2002 16:07:36 +0530, [EMAIL PROTECTED] wrote: > I can mount cdrom via /dev/hdc but while mounting via mount via > /mnt/cdrom or /dev/cdrom, it says invalid block device. How can I > solve these problem. File /etc/fstab seems

can't mount cdrom

2002-12-28 Thread nlimbu
Hi! All I can mount cdrom via /dev/hdc but while mounting via mount via /mnt/cdrom or /dev/cdrom, it says invalid block device. How can I solve these problem. File /etc/fstab seems to be ok. With Regards Nabin Limbu -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject

CDROM CDRW Probs (my apologies)

2002-12-26 Thread Thomas A. Hulslander
Hello all I wanted to apologize for having made so many inquiries to you all regarding my CDROM CDRW problems. I think maybe I outstayed my welcome regarding this issue, as no one has replied for a time. I am able to access these drives with Gnome so I will get by until I stumble upon an

Re: CDROM CDRW Problesm

2002-12-26 Thread Mike Burger
gt; # mount /mnt/cdrw > mount: wrong fs type, bad option, bad superblock on /dev/hdc, >or too many mounted file systems > > When mounting CDOM from command line as su: > # mount /mnt/cdrom > mount: wrong fs type, bad option, bad superblock on /dev/hdd, >or too many mo

CDROM CDRW swap activation fixed

2002-12-26 Thread Thomas A. Hulslander
Please disregard the swap activation failure at boot up. I got that corrected. -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list

CDROM CDRW Problesm

2002-12-26 Thread Thomas A. Hulslander
, or too many mounted file systems When mounting CDOM from command line as su: # mount /mnt/cdrom mount: wrong fs type, bad option, bad superblock on /dev/hdd, or too many mounted file systems Additionally, when booting I see a problem: activating swap partitions: swapon: /dev/hdc3: No

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, M

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: S

Re: CDROM CDRW Problems

2002-12-25 Thread Mike Burger
Assuming that this is a cd that has been written to, and the session closed, try the -t iso9660 option again. On 25 Dec 2002, 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: > &g

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/

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. Unle

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

CDROM CDRW Problems

2002-12-25 Thread Thomas A. Hulslander
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 /dev/hdd is write-protected, mounting read-only /dev/hdd: Input/output

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

Re: CDROM CDRW Not Accessible

2002-12-25 Thread Alan Harding
0 0 > /dev/hdd /mnt/cdrom iso9660 noauto,owner,kudzu,ro 0 0 > > Now, however, when I try to access the CDROM I get the following: > > Could not mount device. > The reported error was: > mount: wrong fs type, bad option, bad superblock on /dev/hdd, > or too many mounte

CDROM CDRW Not Accessible

2002-12-25 Thread Thomas A. Hulslander
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 /mnt/cdrom iso9660 noauto,owner,kudzu,ro 0 0 Now, however, when I

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

CDROM CDRW not accessible

2002-12-25 Thread Thomas A. Hulslander
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. I'm getting there (slowly) Thank you again. -- redhat-li

Re: CDROM CDR and Floppy all messed up

2002-12-24 Thread Mike Burger
am finding no answers. > > I thank you in advance for any help you can offer. You simply open up /etc/fstab in a text editor (vi, pico...whatever), add an appropriate entry for the each drive, save, and voila!!! FWIW, here is an example: /dev/cdrw /mnt/cdrw iso9660 noauto,owner,kud

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

CDROM CDR and Floppy all messed up

2002-12-24 Thread Thomas A. Hulslander
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 channel with the CD-ROM as its slave. That's when I realized tha

Re: mounting CDrom

2002-12-14 Thread William Warren
On Sat, Dec 14, 2002 at 01:14:17AM -0800, zahidul islam wrote: > > You are right, its connected as secondary slave with ide2. so it > should be HDD. i wrote ide1 by mistake. Now i have tried all the > possible commands that i know including yours so far, but the same > messege appears, ie ITS NOT

Re: mounting CDrom

2002-12-14 Thread Jack Bowling
LINUX and I am having a problem with mounting my CDROM in >redhat 7.2. the cdrom is connected as slave with ide1 > [snip] > > > > How can I use my cdrom ? (My cdrom is creative 52x, internal, IDE, and connected >as secondary slave.) > > You're saying two different

Re: mounting CDrom

2002-12-14 Thread zahidul islam
 Redhat List <[EMAIL PROTECTED]> wrote: On Wed, Dec 11, 2002 at 10:49:38PM -0800, zahidul islam wrote:> > I am a new user of LINUX and I am having a problem with mounting my CDROM in redhat 7.2. the cdrom is connected as slave with ide1 [snip]> > How can I use my cdrom ? (My cdr

Re: backup file to cdrom

2002-12-13 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 12 Dec 2002 22:55:40 -0500 (EST), Jianping Zhu wrote: > I tried but get error msg, > no manual entry for cdrecord > no manual entry for mkisofs > what can i do next? Install the cdrecord and mkisofs packages, then try again. - -- -BEGI

Re: backup file to cdrom

2002-12-12 Thread Yoink!
; > what is the command to backup files (directories) to CDROM in linux? > > > > man mkisofs > > man cdrecord http://www.linuxdocs.org/sln/cdcommands/ -- \ \/ / _ |~\ _ In God We Trust. All Others Pay Cash. > < / \|\ /|+-< | |"The world is a comedy t

Re: backup file to cdrom

2002-12-12 Thread Jianping Zhu
I tried but get error msg, no manual entry for cdrecord no manual entry for mkisofs what can i do next? Thanks On Thu, 12 Dec 2002, Yoink! wrote: > On Thu, 12 Dec 2002, Jianping Zhu wrote: > > what is the command to backup files (directories) to CDROM in linux? > > man mkisofs

Re: backup file to cdrom

2002-12-12 Thread Yoink!
On Thu, 12 Dec 2002, Jianping Zhu wrote: > what is the command to backup files (directories) to CDROM in linux? man mkisofs man cdrecord -- \ \/ / _ |~\ _ In God We Trust. All Others Pay Cash. > < / \|\ /|+-< | |"The world is a comedy to

backup file to cdrom

2002-12-12 Thread Jianping Zhu
what is the command to backup files (directories) to CDROM in linux? Thanks Jianping Zhu Department of Computer Science Univerity of Georgia Athens, GA 30602 Tel 706 5423900 -- redhat-list mailing list unsubscribe mailto

Re: mounting CDrom

2002-12-12 Thread fred smith
On Wed, Dec 11, 2002 at 10:49:38PM -0800, zahidul islam wrote: > > I am a new user of LINUX and I am having a problem with mounting my CDROM in redhat >7.2. the cdrom is connected as slave with ide1, that most probly refers to hdd=cdrom, >right. Now after I tried to mount it in the

Re: mounting CDrom

2002-12-12 Thread Redhat List
On Wed, Dec 11, 2002 at 10:49:38PM -0800, zahidul islam wrote: > > I am a new user of LINUX and I am having a problem with mounting my CDROM in redhat >7.2. the cdrom is connected as slave with ide1 [snip] > > How can I use my cdrom ? (My cdrom is creative 52x, internal, IDE, a

Re: mounting CDrom

2002-12-12 Thread Mertens Bram
On Thu, 2002-12-12 at 06:49, zahidul islam wrote: > I am a new user of LINUX and I am having a problem with mounting my > CDROM in redhat 7.2. the cdrom is connected as slave with ide1, that > most probly refers to hdd=cdrom, right. Now after I tried to mount it > in the first place i

Re: mounting CDrom

2002-12-11 Thread Michael A. Peters
try mount -t iso9660 /dev/hdc /mnt/cdrom If there is no slave to ide0 then it _might_ be /dev/hdc (I'm not certain). On Wed, 2002-12-11 at 22:49, zahidul islam wrote: > I am a new user of LINUX and I am having a problem with mounting my > CDROM in redhat 7.2. the cdrom is connect

Re: mounting CDrom

2002-12-11 Thread marc dobler
hi Zafur, why don't you just write as root in /etc/fstab : /dev/cdrom /mnt/cdrom iso9660 noauto,owner,kudzu,ro 0 0 and then, you need to mount the cd-rom in command line : > mount -t iso9660 /dev/cdrom /mnt/cdrom Marc Le jeu 12/12/2002 à 15:49, zahidul islam a écrit : >

Re: mounting CDrom

2002-12-11 Thread pilip
Try doing a hardlink, dont use the '-s' option. rm -f /dev/cdrom ln /dev/hdd /dev/cdrom zahidul islam wrote: I am a new user of LINUX and I am having a problem with mounting my CDROM in redhat 7.2. the cdrom is connected as slave with ide1, that most probly refers to hdd=cdrom,

mounting CDrom

2002-12-11 Thread zahidul islam
I am a new user of LINUX and I am having a problem with mounting my CDROM in redhat 7.2. the cdrom is connected as slave with ide1, that most probly refers to hdd=cdrom, right. Now after I tried to mount it in the first place it was saying this is not a valid block device. then I thied the

Re: changing /dev/cdrom

2002-12-09 Thread Irvine Russell
Michael Schwendt kirjoitti 09.12.2002 kello 13:44: > > options ide-cd ignore=hdb# tell the ide-cd module to > > ignore hdb alias scd0 sr_mod# load sr_mod upon > > access of scd0 > > #pre-install ide-scsi modprobe imm# uncomment for some ZIP drives > > #only >

Re: changing /dev/cdrom

2002-12-09 Thread João Borsoi Soares
fter boot. I'm having problems only with the link /dev/cdrom, which doesn't affect cdrecord. In the same document you've mentioned, it's written just bellow your paste: "If your CD-writer is the only CD-ROM attached to your machine, then remember you have to access the CD-RO

Re: changing /dev/cdrom

2002-12-09 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 9 Dec 2002 13:10:36 +0200 (EET), Irvine Russell wrote: > > I've successfully installed my cd-writer and now my cdrom is at > > /dev/scd0. I manually changed /dev/cdrom but at boot it is changed > > back to /dev/hdd. H

Re: changing /dev/cdrom

2002-12-09 Thread Irvine Russell
João Borsoi Soares kirjoitti 09.12.2002 kello 12:10: > I've successfully installed my cd-writer and now my cdrom is at > /dev/scd0. I manually changed /dev/cdrom but at boot it is changed back > to /dev/hdd. How can I keep my change? I think there is something to do > with

changing /dev/cdrom

2002-12-09 Thread João Borsoi Soares
I've successfully installed my cd-writer and now my cdrom is at /dev/scd0. I manually changed /dev/cdrom but at boot it is changed back to /dev/hdd. How can I keep my change? I think there is something to do with MAKEDEV and /etc/makedev.d/ directory, but I couldn't find out what I sho

Re: killed winnt, installed rhat, now no boot from CDROM or HD

2002-11-16 Thread Joshua Schmidlkofer
)/boot/grub/stage2 /boot/grub/grub.conf"... succeeded Done. Run 'setup' for each drive - this is what I have done in numerous circumstances. After your last drive, try rebooting. On Fri, 2002-11-15 at 05:47, SteelHead wrote: > I picked up an old Intel JN440bx based server fr

  1   2   3   4   5   >