View previous topic :: View next topic |
Author |
Message |
dont_worry_be_happy n00b
Joined: 26 Feb 2004 Posts: 1
|
Posted: Thu Feb 26, 2004 5:24 pm Post subject: Error mounting cdrom and dvd |
|
|
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 |
|
|
dawson n00b
Joined: 26 Feb 2004 Posts: 4
|
Posted: Thu Feb 26, 2004 7:06 pm Post subject: |
|
|
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 |
|
|
|
|
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
|
|