Re: CD-ROM mount problems

2001-12-30 Thread shock
* Jeffrey W. Baker ([EMAIL PROTECTED]) spake thusly: > > Try: rm /dev/scd0 && mknod /dev/scd0 b 11 0 > > Optionally, chgrp cdrom /dev/scd0 excellent! that did the trick. thanks to everyone for their assistance. -- ) ,_),_) (-(__ |_ _ _ |/ ) | |(_)(_ |\ ( \

Re: CD-ROM mount problems

2001-12-29 Thread Nathan E Norman
On Sat, Dec 29, 2001 at 09:10:39PM -0600, shock wrote: > * Michael D. Schleif ([EMAIL PROTECTED]) spake thusly: > > > > Does the required device exist? > > > > man MAKEDEV > > cd dev; ./MAKEDEV [ -n ] [ -v ] update > > # ls -al /dev/cdrom > lrwxrwxrwx1 root root 3 Dec 29 20:53 /dev/c

Re: CD-ROM mount problems

2001-12-29 Thread Michael D. Schleif
"Jeffrey W. Baker" wrote: > > On Sat, 29 Dec 2001, shock wrote: > > > * Michael D. Schleif ([EMAIL PROTECTED]) spake thusly: > > > > > > Does the required device exist? > > > > > > man MAKEDEV > > > cd dev; ./MAKEDEV [ -n ] [ -v ] update > > > > # ls -al /dev/cdrom > > lrwxrwxrwx1 ro

Re: CD-ROM mount problems

2001-12-29 Thread Michael D. Schleif
shock wrote: > > * Michael D. Schleif ([EMAIL PROTECTED]) spake thusly: > > > > Does the required device exist? > > > > man MAKEDEV > > cd dev; ./MAKEDEV [ -n ] [ -v ] update > > # ls -al /dev/cdrom > lrwxrwxrwx1 root root 3 Dec 29 20:53 /dev/cdrom -> sr0 > > # ls -al /dev/sr0 >

Re: CD-ROM mount problems

2001-12-29 Thread Jeffrey W. Baker
On Sat, 29 Dec 2001, shock wrote: > * Michael D. Schleif ([EMAIL PROTECTED]) spake thusly: > > > > Does the required device exist? > > > > man MAKEDEV > > cd dev; ./MAKEDEV [ -n ] [ -v ] update > > # ls -al /dev/cdrom > lrwxrwxrwx1 root root 3 Dec 29 20:53 /dev/cdrom -> sr0 > > # ls

Re: CD-ROM mount problems

2001-12-29 Thread shock
* Michael D. Schleif ([EMAIL PROTECTED]) spake thusly: > > Does the required device exist? > > man MAKEDEV > cd dev; ./MAKEDEV [ -n ] [ -v ] update # ls -al /dev/cdrom lrwxrwxrwx1 root root 3 Dec 29 20:53 /dev/cdrom -> sr0 # ls -al /dev/sr0 lrwxrwxrwx1 root root 4 Dec 13 19:

Re: CD-ROM mount problems

2001-12-29 Thread Michael D. Schleif
Does the required device exist? man MAKEDEV cd dev; ./MAKEDEV [ -n ] [ -v ] update shock wrote: > > * David Gardi ([EMAIL PROTECTED]) spake thusly: > > shock wrote: > > > > >I've recently trashed a RH6.2 machine in favor of Debian Woody. > > >This is an all SCSI machine, with a

Re: CD-ROM mount problems

2001-12-29 Thread shock
* David Gardi ([EMAIL PROTECTED]) spake thusly: > shock wrote: > > >I've recently trashed a RH6.2 machine in favor of Debian Woody. > >This is an all SCSI machine, with a Plextor CD-RW. When I mount any CD, > >I get the following: > > > ># mount /cdrom > >mount: /dev/cdrom is not a block device >

Re: CD-ROM mount problems

2001-12-29 Thread dman
On Sat, Dec 29, 2001 at 07:02:13PM -0600, shock wrote: | * Jeffrey W. Baker ([EMAIL PROTECTED]) spake thusly: | # ls -al /dev/sr0 | | lrwxrwxrwx 1 root root 4 Dec 13 19:32 /dev/sr0 -> scd0 | | how do i know what its numbers are? do i need to delete it and recreate | it? /dev/sr0 is a symlink

Re: CD-ROM mount problems

2001-12-29 Thread shock
* Jeffrey W. Baker ([EMAIL PROTECTED]) spake thusly: > > > On Sat, 29 Dec 2001, shock wrote: > > > I've recently trashed a RH6.2 machine in favor of Debian Woody. > > This is an all SCSI machine, with a Plextor CD-RW. When I mount any CD, > > I get the following: > > > > # mount /cdrom > > moun

Re: CD-ROM mount problems

2001-12-29 Thread David Gardi
shock wrote: I've recently trashed a RH6.2 machine in favor of Debian Woody. This is an all SCSI machine, with a Plextor CD-RW. When I mount any CD, I get the following: # mount /cdrom mount: /dev/cdrom is not a block device /cdrom, through /etc/fstab, points to /dev/cdrom: # cat /etc/fstab

Re: CD-ROM mount problems

2001-12-29 Thread Jeffrey W. Baker
On Sat, 29 Dec 2001, shock wrote: > I've recently trashed a RH6.2 machine in favor of Debian Woody. > This is an all SCSI machine, with a Plextor CD-RW. When I mount any CD, > I get the following: > > # mount /cdrom > mount: /dev/cdrom is not a block device > > /cdrom, through /etc/fstab, point