LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 01-06-2015, 08:52 AM   #1
SuyashJ
LQ Newbie
 
Registered: Dec 2014
Posts: 6

Rep: Reputation: Disabled
Unable to mount internal DVD Drive in Qiana


Code:
user123-HP-ProBook-4445s user123 # mount -t iso9660 /dev/sr0 /media/cdrom
mount: block device /dev/sr0 is write-protected, mounting read-only
mount: wrong fs type, bad option, bad superblock on /dev/sr0,
       missing codepage or helper program, or other error
       In some cases useful info is found in syslog - try
       dmesg | tail  or so
 
Old 01-06-2015, 01:41 PM   #2
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,700

Rep: Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895
I would expect mint to automatically mount the DVD when it is inserted. What type of DVD are you trying to mount i.e. data, movie etc.
 
Old 01-06-2015, 09:31 PM   #3
SuyashJ
LQ Newbie
 
Registered: Dec 2014
Posts: 6

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by michaelk View Post
What type of DVD...
It is an OS installation disk for Windows.

I checked it in another laptop with Windows, it works fine there.

Here are screens of the disks utility and the fstab that I modified after doing an online search for the solution:
Attached Thumbnails
Click image for larger version

Name:	disks_screen.jpg
Views:	21
Size:	32.1 KB
ID:	17294   Click image for larger version

Name:	etc_fstab_screen.jpg
Views:	19
Size:	38.2 KB
ID:	17295  

Last edited by SuyashJ; 01-06-2015 at 10:07 PM. Reason: Adding images
 
Old 01-07-2015, 08:44 AM   #4
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,502

Rep: Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489
What exactly are your intentions? What are wanting to accomplish by mounting the disk in Mint? If you want to install windows, why not just boot from the DVD? If you are trying to do something else, please explain exactly what.
 
Old 01-07-2015, 09:47 AM   #5
SuyashJ
LQ Newbie
 
Registered: Dec 2014
Posts: 6

Original Poster
Rep: Reputation: Disabled
I am trying to dual boot with Windows 7 as secondary OS and Mint as primary. However, I have done boot from DVD before but this CD is not running at Boot-Time. It is a custom-made CD, so I thought I would access it in a desktop session and check the files myself.

This is why I'm trying to mount instead of booting from DVD.
 
Old 01-07-2015, 11:19 AM   #6
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,700

Rep: Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895
Have you tried using udf instead of iso9660?
 
Old 01-07-2015, 11:22 AM   #7
SuyashJ
LQ Newbie
 
Registered: Dec 2014
Posts: 6

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by michaelk View Post
Have you tried using udf instead of iso9660?

Code:
user123 # mount -t udf /dev/sr0 /media/cdrom
mount: block device /dev/sr0 is write-protected, mounting read-only
mount: wrong fs type, bad option, bad superblock on /dev/sr0,
       missing codepage or helper program, or other error
       (could this be the IDE device where you in fact use
       ide-scsi so that sr0 or sda or so is needed?)
       In some cases useful info is found in syslog - try
       dmesg | tail  or so
 
Old 01-07-2015, 01:17 PM   #8
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,502

Rep: Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489
If you just want to view the folders/files try something like this which worked with windows tech preview iso. First created the mount point directory win-usb then ran the command below from the directory in which I had win-usb:

Code:
mount -o loop WindowsTechnicalPreview-x86-EN-US.iso win-usb
Running ls win-usb/ shows the folders and files in the root of the filesystem:

Quote:
autorun.inf* bootmgr* efi/ sources/
boot/ bootmgr.efi* setup.exe* support/
Obviously need to change the mount point name to whatever you use and have the exact name of the iso file. You need to preface the command with sudo if you are using Mint. This will mount it as read-only so you can't make any changes. You would have to copy it to a partition, probably formatted ntfs to make changes as. Still I am not sure what your purpose is. Are you expecting to have to modify some file to boot because you are now unable to boot your 'custom' CD? I don't really use windows so don't know how you would go about that. You can boot a standard windows iso, if extracted from Grub2 which I did with the Tech Preview but if there is something wrong with the boot files on windows, that's another problem.
 
  


Reply

Tags
dvd, dvddevice, mint, mounting, superblock



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
Unable to read from internal DVD drive after migrating to Ubuntu 14.10 Davidicus Linux - Laptop and Netbook 4 12-22-2014 01:51 PM
[SOLVED] Unable to mount internal sata drive and external usb hard drive paulie_linux Linux - Desktop 1 06-25-2014 07:24 PM
unable to mount dvd drive? ruthquip Linux - Software 1 09-26-2007 04:03 AM
unable to mount dvd drive? ruthquip Linux - Newbie 2 09-25-2007 02:01 AM
unable to mount second DVD drive eeenigma SUSE / openSUSE 2 07-11-2006 08:28 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 05:58 AM.

Main Menu
Advertisement
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
Twitter: @linuxquestions
Open Source Consulting | Domain Registration