Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Error mounting cdrom and dvd
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
dont_worry_be_happy
n00b
n00b


Joined: 26 Feb 2004
Posts: 1

PostPosted: Thu Feb 26, 2004 5:24 pm    Post subject: Error mounting cdrom and dvd Reply with quote

Hi, I'm new and I'm having a problem mounting my cdrom and dvd. Here's what I've tried:

Code:

root@valhalla / # mount /mnt/cdrom
mount: wrong fs type, bad option, bad superblock on /dev/cdroms/cdrom0,
       or too many mounted file systems

root@valhalla / # mount /mnt/dvd
mount: wrong fs type, bad option, bad superblock on /dev/cdroms/cdrom1,
       or too many mounted file systems

root@valhalla / # mount -t iso9660 /dev/cdroms/cdrom0 /mnt/cdrom
mount: block device /dev/cdroms/cdrom0 is write-protected, mounting read-only
mount: wrong fs type, bad option, bad superblock on /dev/cdroms/cdrom0,
       or too many mounted file systems

I get the same error if I try mounting the dvd in the same manner

Here is my fstab:
Code:

# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
/dev/hda1       /boot   ext2    noauto,noatime          1 1
/dev/hda3       /       ext3    noatime                 0 0
/dev/hda2       none    swap    sw                      0 0
/dev/hdb1       /data   ext3    noatime                 0 2
/dev/cdroms/cdrom0      /mnt/cdrom      iso9660         noauto,ro               0 0
/dev/cdroms/cdrom1      /mnt/dvd        iso9660         noauto,ro       0 0
/dev/fd0                /mnt/floppy     auto            noauto                  0 0

The mount points DO exist:
Code:

root@valhalla / # ls /mnt
cdrom  dvd  floppy

Any help would be appreciated!
Back to top
View user's profile Send private message
dawson
n00b
n00b


Joined: 26 Feb 2004
Posts: 4

PostPosted: Thu Feb 26, 2004 7:06 pm    Post subject: Reply with quote

May be a silly question, but are you trying to mount audio CDs? If so, that'll be the problem; you don't need to mount them. You'll also want to change noauto,ro to noauto,ro,users so normal users can mount them.
_________________
Luke Dawson
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum