LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Unable to mount DVD (https://www.linuxquestions.org/questions/linux-newbie-8/unable-to-mount-dvd-502411/)

Mutch 11-17-2006 12:46 AM

Unable to mount DVD
 
Hi,

Im trying to mount a dvd and i keep horribly failing.

when i mount i get this error

mount: wrong fs type, bad option, bad superblock on /dev/hdc,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so

i typed dmesg and got this. (Just the last few lines)
Code:

agpgart: Found an AGP 3.0 compliant device at 0000:00:00.0.
agpgart: Putting AGP V3 device at 0000:00:00.0 into 8x mode
agpgart: Putting AGP V3 device at 0000:01:00.0 into 8x mode
NET: Registered protocol family 10
lo: Disabled Privacy Extensions
IPv6 over IPv4 tunneling driver
eth0: no IPv6 routers present
Unable to identify CD-ROM format.
Unable to identify CD-ROM format.
cdrom: This disc doesn't have any tracks I recognize!
Unable to identify CD-ROM format.

Im pretty newb so i got no ideas, im sure i should be able to find the answer somewhere but ive been looking for a while and i coudln't find anything.

Thanks for any help!

Mitch

Tinkster 11-17-2006 01:21 AM

What does your /etc/fstab entry for the device look like?


Cheers,
Tink

Mutch 11-17-2006 03:17 AM

My /etc/fstab looks like this.

# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/sdb1 / ext3 defaults,errors=remount-ro 0 1
/dev/hda2 /boot ext3 defaults 0 2
/dev/sda6 /home reiserfs defaults 0 2
/dev/sda5 none swap sw 0 0
/dev/hdc /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/hdd /media/cdrom1 udf,iso9660 user,noauto 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto 0 0

Tinkster 11-17-2006 03:32 AM

Looks sane ... now: that media you're trying to mount is actually
formatted (has some file-system on it)? Does it work anywhere else?


Cheers,
Tink

Mutch 11-17-2006 03:53 AM

Yep, Just double checks on dads machine.

Its got a couple of folders with iso's in them.

Edit: Ive been playing around mounting some cd's and dvd's
Another Dvd i have stalls half way through copying files over

I guess this means that its the dvds and not anything i am doing?


All times are GMT -5. The time now is 12:50 PM.