Re: [newbie] cdrom deletion error 5

2000-12-13 Thread Dennis Myers
On Wednesday 13 December 2000 03:46 pm, you wrote: > If I issue the command mount /mnt/cdrom to read a disc > that should work correct ? Then to unmount /mnt/cdrom > to unmount. What about music cd`s ? Just use same > command and start kscd like usual ? > > the serpent and the egg I believe the un

Re: [newbie] cdrom deletion error

2000-12-13 Thread chronos
How do you tell if its on hdb hdc or hdd I dont know where to look. Also after typing in cd dev/ rm cdrom ln -s /dev/hd cdrom it says - cdrom read or access error make sure you have permissions etc. also said ln:cdrom file exits. Now what ? Quoting Paul <[EMAIL PROTECTED]>: > On Tue, 12 Dec 2000

[newbie] cdrom deletion error continuing

2000-12-13 Thread chronos
I typed cd /dev rm cdrom it confirmed deletion then typed ln -s /dev/hdc cdrom then it said ln: cdrom: file exists so I typed ln -s /dev/scd0 cdrom no complaints now when I put in a cd for music the cd player says ejected. when using a data cd it say cannot read cd. now what ? the serpent and th

Re: [newbie] cdrom deletion error

2000-12-13 Thread Dave DeGear
Quoting [EMAIL PROTECTED]: > How do you tell if its on hdb hdc or hdd I dont know > where to look. Also after typing in cd dev/ rm cdrom ln I think that you should be able to tell by checking out your dmesg file. Try "dmesg |more" and see if you can find your cdrom being identified.

Re: [newbie] cdrom deletion error

2000-12-13 Thread Sven Heinicke
the MAKEDEV command might get it back too. If it's not IDE type: man MAKEDEV and start reading. Paul writes: > On Tue, 12 Dec 2000 [EMAIL PROTECTED] wrote: > > I assume you had an IDE cdrom. Was it on /dev/hdb? hdc? hdd? > > Make a new link > > cd /dev > rm cdrom > ln -s /dev/

Re: [newbie] cdrom deletion error

2000-12-13 Thread Roger Sherman
On Tue, 12 Dec 2000 [EMAIL PROTECTED] wrote: > I deleted the wrong cdrom when trying to setup gnome > toaster. I issued the command cd /dev && rm cdrom && In > -s scd0 cdrom. How do I add my cdrom back in ? I get the > error message no such file or directory. Also it says to > be sure I have acce

Re: [newbie] cdrom deletion error

2000-12-12 Thread Paul
On Tue, 12 Dec 2000 [EMAIL PROTECTED] wrote: I assume you had an IDE cdrom. Was it on /dev/hdb? hdc? hdd? Make a new link cd /dev rm cdrom ln -s /dev/hd... cdrom and that should do it. Paul >I deleted the wrong cdrom when trying to setup gnome >toaster. I issued the command cd /dev && rm cdr

[newbie] cdrom deletion error

2000-12-12 Thread chronos
I deleted the wrong cdrom when trying to setup gnome toaster. I issued the command cd /dev && rm cdrom && In -s scd0 cdrom. How do I add my cdrom back in ? I get the error message no such file or directory. Also it says to be sure I have access etc. What command do I type to reset it back ?