LinuxQuestions.org
LinuxAnswers - the LQ Linux tutorial section.
Go Back   LinuxQuestions.org > Forums > Linux > Linux - Newbie
User Name
Password
Linux - Newbie This forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices

Tags used in this thread
Popular LQ Tags ,

Reply
 
Thread Tools
Old 08-02-2009, 05:33 AM   #1
adityasharma
Member
 
Registered: Jun 2009
Location: Noida
Distribution: RHEL 5
Posts: 39
Thanked: 2
Unhappy dvd mount


[Log in to get rid of this advertisement]
Hi all

please help me in mounting dvd
only some dvd are not mounting below are the error messages that i am getting

[root@localhost ~]# mount /dev/dvd /media/dvd/ -t iso9660
mount: block device /dev/dvd is write-protected, mounting read-only
mount: wrong fs type, bad option, bad superblock on /dev/dvd,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so

[root@localhost ~]# dmesg | tail
hdf: rw=0, want=68, limit=4
isofs_fill_super: bread failed, dev=hdf, iso_blknum=16, block=16
hfs: unable to find HFS+ superblock
attempt to access beyond end of device
hdf: rw=0, want=68, limit=4
isofs_fill_super: bread failed, dev=hdf, iso_blknum=16, block=16
hfs: unable to find HFS+ superblock
attempt to access beyond end of device
hdf: rw=0, want=68, limit=4
isofs_fill_super: bread failed, dev=hdf, iso_blknum=16, block=16
[root@localhost ~]# cat /etc/fstab
LABEL=/1 / ext3 defaults 1 1
LABEL=/boot1 /boot ext3 defaults 1 2
devpts /dev/pts devpts gid=5,mode=620 0 0
tmpfs /dev/shm tmpfs defaults 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs defaults 0 0
/dev/sda5 /vmware ext3 defaults 0 0
LABEL=SWAP-sda3 swap swap defaults 0 0
adityasharma is offline  
Tag This Post ,
Reply With Quote
Old 08-02-2009, 07:02 AM   #2
adityasharma
Member
 
Registered: Jun 2009
Location: Noida
Distribution: RHEL 5
Posts: 39
Thanked: 2

Original Poster
Unhappy

any help
adityasharma is offline     Reply With Quote
Old 08-02-2009, 07:33 AM   #3
vonbiber
Member
 
Registered: Apr 2009
Distribution: slackware
Posts: 228
Thanked: 28
have you tried

mount /dev/dvd /media/dvd

?
(just leave out the '-t iso9660' option)
vonbiber is offline     Reply With Quote
Old 08-02-2009, 11:01 AM   #4
adityasharma
Member
 
Registered: Jun 2009
Location: Noida
Distribution: RHEL 5
Posts: 39
Thanked: 2

Original Poster
Unhappy

Quote:
Originally Posted by vonbiber View Post
have you tried

mount /dev/dvd /media/dvd

?
(just leave out the '-t iso9660' option)
yes that was the first thing

get the below error

[root@localhost ~]# mount /dev/dvd /media/dvd
mount: block device /dev/dvd is write-protected, mounting read-only
mount: you must specify the filesystem type
adityasharma is offline     Reply With Quote
Old 08-02-2009, 11:32 AM   #5
catkin
Senior Member
 
Registered: Dec 2008
Location: Tamil Nadu, India
Distribution: Slackware 13.0
Posts: 1,853
Blog Entries: 6
Thanked: 226
Hello adityasharma

Is this happening on RHEL as per your profile or some other distribution?

You could try explicitly using the mount command's auto option.

I have solved similar errors (on ubuntu 8.04) by cleaning the DVD, by rebooting, by putting the DVD in another drive, by disabling automounting, by unmounting the DVD from a VirtualBox virtual machine ...

Best

Charles
catkin is offline     Reply With Quote
Old 08-02-2009, 11:55 AM   #6
adityasharma
Member
 
Registered: Jun 2009
Location: Noida
Distribution: RHEL 5
Posts: 39
Thanked: 2

Original Poster
Unhappy

Quote:
Originally Posted by catkin View Post
Hello adityasharma

Is this happening on RHEL as per your profile or some other distribution?

You could try explicitly using the mount command's auto option.

I have solved similar errors (on ubuntu 8.04) by cleaning the DVD, by rebooting, by putting the DVD in another drive, by disabling automounting, by unmounting the DVD from a VirtualBox virtual machine ...

Best

Charles
please explain this

i do have virtula machine on my computer but the are alos unabel to mount the Dvd
also teh DVD is clean

its happening with some DVD's only
adityasharma is offline     Reply With Quote
Old 08-02-2009, 03:53 PM   #7
adityasharma
Member
 
Registered: Jun 2009
Location: Noida
Distribution: RHEL 5
Posts: 39
Thanked: 2

Original Poster
any help
adityasharma is offline     Reply With Quote
Old 08-02-2009, 08:33 PM   #8
Ruler2112
Member
 
Registered: Oct 2004
Location: Michigan, US
Distribution: Redhat 7.3, 9.0; Slackware 10, 10.1, 10.2, 11; FreeBSD 7.0; KnoppMyth 5.5
Posts: 125
Thanked: 2
Possibly there's some other file system on the DVD? Are these video DVDs, data, or both? If data and they're ones somebody burnt, perhaps they used ntfs, ext3, reiserfs, or something else for an unknown reason?

Also, are the disks recognized by another system? Maybe your optical drive is dirty or starting to fail???
Ruler2112 is offline     Reply With Quote
Old 08-04-2009, 10:20 AM   #9
vonbiber
Member
 
Registered: Apr 2009
Distribution: slackware
Posts: 228
Thanked: 28
is your dvd a data dvd?
try to mount another dvd or cd
if you can't with those either
you can try to boot with a linux live system
from a usb drive and try to mount the dvd.

slax is easy to setup for a usb boot:
http://www.slax.org/

if it mounts ok, then the problem is the linux system
on your hard drive
vonbiber is offline     Reply With Quote

Reply

Bookmarks


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
mount as a device: mount dvd-iso file in /dev/dvd sadarax Linux - General 20 08-03-2008 04:17 AM
DVD (auto)mount problem, gnome-mount, hal, Fedora C 5 lazarion Linux - Hardware 5 01-10-2007 05:45 AM
mount:not a directory. Suse dvd mount problem tzanis Linux - General 8 11-06-2005 12:30 PM
LG DVD+-RW/RAM won't mount after writing DVD (growisofs/k3b) jaws_tas Linux - Hardware 1 03-25-2005 02:52 AM
can't mount a dvd on a cd burner/dvd rom drive dr_zayus69 Linux - Hardware 7 12-09-2004 09:56 AM


All times are GMT -5. The time now is 12:10 AM.

Main Menu
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
RSS2  LQ Podcast
RSS2  LQ Radio
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration