Linux - NewbieThis 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
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
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 ~]# mount /dev/dvd /media/dvd
mount: block device /dev/dvd is write-protected, mounting read-only
mount: you must specify the filesystem type
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 ...
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
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???
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.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.