[newbie] CDROM again

2001-01-06 Thread Dennis Myers

I have been all over the web, and the newbie archives and tried all indicated 
solutions to get to my cdrom as root or user. Nope? error message is 
/mnt/cdrom is not a block device. What have I missed. Here is my fstab.

/dev/hdc1 / ext2 defaults 1 1
none /dev/pts devpts mode=0620 0 0
/dev/hdc6 /home ext2 defaults 1 2
/mnt/cdrom /mnt/cdrom iso9660 user,noauto,dev=/dev/hdb 0 0
/dev/fd0/mnt/floppy vfat sync,nosuid,noauto,user,nodev,unhide   0 0
/dev/zip/mnt/zipvfat nosuid,noauto,nodev,user   0 0
none /proc proc defaults 0 0
/dev/hda5 swap swap defaults 0 0

I know something doesn't look right on the /mnt/cdrom line, something 
missing, but can't put a finger on it and I have lost the one good example I 
printed out. It's in the mess called my desk. So does anyone have a solution 
to this problem. I have the soundblaster live configured and have been 
congratulated by my computer so I know its working, I would like to listen to 
a CD to see how much improvement gained over the old card. TIA
-- 
  Dennis M.
  Registered Linux user #180842




Re: [newbie] CDROM again

2001-01-06 Thread Anthony

Dennis:

Try changing the entry for your cdrom in fstab to:

/dev/cdrom /mnt/cdrom iso9660 user,noauto,dev=/dev/hdb 0 0

That oughta work!

Dennis Myers wrote:
 
 I have been all over the web, and the newbie archives and tried all indicated
 solutions to get to my cdrom as root or user. Nope? error message is
 /mnt/cdrom is not a block device. What have I missed. Here is my fstab.
 
 /dev/hdc1 / ext2 defaults 1 1
 none /dev/pts devpts mode=0620 0 0
 /dev/hdc6 /home ext2 defaults 1 2
 /mnt/cdrom /mnt/cdrom iso9660 user,noauto,dev=/dev/hdb 0 0
 /dev/fd0/mnt/floppy vfat sync,nosuid,noauto,user,nodev,unhide   0 0
 /dev/zip/mnt/zipvfat nosuid,noauto,nodev,user   0 0
 none /proc proc defaults 0 0
 /dev/hda5 swap swap defaults 0 0
 
 I know something doesn't look right on the /mnt/cdrom line, something
 missing, but can't put a finger on it and I have lost the one good example I
 printed out. It's in the mess called my desk. So does anyone have a solution
 to this problem. I have the soundblaster live configured and have been
 congratulated by my computer so I know its working, I would like to listen to
 a CD to see how much improvement gained over the old card. TIA
 --
   Dennis M.
   Registered Linux user #180842

Cheers,
Anthony




Re: [newbie] CDROM again

2001-01-06 Thread Paul

On Sat, 6 Jan 2001, Dennis Myers wrote:

/mnt/cdrom /mnt/cdrom iso9660 user,noauto,dev=/dev/hdb 0 0

I know something doesn't look right on the /mnt/cdrom line, something
missing

Hi Dennis,
Try this:

/mnt/cdrom /mnt/cdrom supermount fs=iso9660,dev=/dev/cdrom 0 0

Paul

-- 
##signature line##do not cross##signature line##do not cross##

http://nlpagan.net - ICQ 147208 - Registered Linux User 174403
 Linux Mandrake 7.2 - Pine 4.31





Re: [newbie] CDROM again

2001-01-06 Thread abe

this isn't a cdrw is it?  Just checking mind you.


Abe


Paul wrote:
 
 On Sat, 6 Jan 2001, Dennis Myers wrote:
 
 /mnt/cdrom /mnt/cdrom iso9660 user,noauto,dev=/dev/hdb 0 0
 
 I know something doesn't look right on the /mnt/cdrom line, something
 missing
 
 Hi Dennis,
 Try this:
 
 /mnt/cdrom /mnt/cdrom supermount fs=iso9660,dev=/dev/cdrom 0 0
 
 Paul
 
 --
 ##signature line##do not cross##signature line##do not cross##
 
 http://nlpagan.net - ICQ 147208 - Registered Linux User 174403
  Linux Mandrake 7.2 - Pine 4.31