LinuxQuestions.org
Review your favorite Linux distribution.
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 09-22-2012, 05:23 AM   #1
ashali19
LQ Newbie
 
Registered: Sep 2012
Posts: 18

Rep: Reputation: Disabled
adding a dvd rom


Hi there,

I would like to know how to add a External DVD-RW on my Linux.When i view my fstab, i realise that the device is not detected and its information is not revealed.May i know how to install and mount it.

Thanks
 
Old 09-22-2012, 05:24 AM   #2
ashali19
LQ Newbie
 
Registered: Sep 2012
Posts: 18

Original Poster
Rep: Reputation: Disabled
This /etc/fstab folder looks something like this:

UUID=5f6cdff8-5a77-477a-9450-6b1818d9ba1d / ext4 defaults 1 1
UUID=ae8b239f-2159-4925-acaf-64ad26bcfd2f /boot ext4 defaults 1 2
UUID=b246dacc-b40e-4cd4-afad-31088ab8f45a swap swap defaults 0 0
tmpfs /dev/shm tmpfs defaults 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
sysfs /sys sysfs defaults 0 0
proc /proc proc defaults 0 0
 
Old 09-22-2012, 06:11 AM   #3
ashali19
LQ Newbie
 
Registered: Sep 2012
Posts: 18

Original Poster
Rep: Reputation: Disabled
when i do fdisk -l


Device Boot Start End Blocks Id System
/dev/sda1 * 1 39 307200 83 Linux
Partition 1 does not end on cylinder boundary.
/dev/sda2 39 2746 21744640 83 Linux
/dev/sda3 2746 3264 4161536 82 Linux swap / Solaris

Disk /dev/sdb: 500.1 GB, 500105740288 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x0002e78d

Device Boot Start End Blocks Id System
/dev/sdb1 1 60802 488383488 7 HPFS/NTFS

The External DVD rom does not appear here and the sdb1 is a External hardisk and it can be seen. May i know why the DVD rom does not appear here?
 
Old 09-22-2012, 06:28 AM   #4
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
/etc/fstab is a static file that won't change if you add or remove storage devices. Usually the first CD/DVD-drive on a Linux system is /dev/sr0, so you can try to mount that.
If you want to see if the device is recognized by the system launch
Code:
tail -f /var/log/messages
and then attach the drive to the system.
 
Old 09-22-2012, 06:33 AM   #5
414N
Member
 
Registered: Sep 2011
Location: Italy
Distribution: Slackware
Posts: 647

Rep: Reputation: 189Reputation: 189
You shouldn't need to change /etc/fstab for this matter. You should look at
Code:
dmesg | tail
when attaching the device.
Also, what distro are you using?

Last edited by 414N; 09-22-2012 at 06:35 AM.
 
Old 09-22-2012, 06:53 AM   #6
ashali19
LQ Newbie
 
Registered: Sep 2012
Posts: 18

Original Poster
Rep: Reputation: Disabled
when i do :


[root@localhost home]# wodim --devices
wodim: Overview of accessible drives (3 found) :
-------------------------------------------------------------------------
0 dev='/dev/scd0' rwrw-- : 'NECVMWar' 'VMware IDE CDR00'
1 dev='/dev/scd1' rwrw-- : 'NECVMWar' 'VMware IDE CDR10'
2 dev='/dev/scd2' rwrw-- : 'ASUS' 'SDRW-08D2S-U'
-------------------------------------------------------------------------

I presume my mount point is /dev/scd2 and when i try:

mount -t iso9660 /dev/scd2 /mnt/dvdrom/

mount: no medium found on /dev/sr2

How to resolve this?
 
Old 09-22-2012, 06:55 AM   #7
ashali19
LQ Newbie
 
Registered: Sep 2012
Posts: 18

Original Poster
Rep: Reputation: Disabled
Hi 414N,

I am using REd hat 6.0
 
Old 09-22-2012, 07:00 AM   #8
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Member Response

Hi,

Do you have a disc with a filesystem in the DVD at the time for your mount?

Please look at the following; FYI: I suggest that you look at 'How to Ask Questions the Smart Way' so in the future your queries provide information that will aid us in diagnosis of the problem or query.

When helping members, we do need requested information or system details. Please do not make assumptions.
 
Old 09-22-2012, 07:07 AM   #9
ashali19
LQ Newbie
 
Registered: Sep 2012
Posts: 18

Original Poster
Rep: Reputation: Disabled
Hi onebuck,

I realised that i was trying to mount the DVD rom without the DVD inside the rom. Now it works with the DVD in the rom.

Sorry for the troubel and i will look on it in future questions.Thank you.
 
Old 09-22-2012, 09:46 AM   #10
414N
Member
 
Registered: Sep 2011
Location: Italy
Distribution: Slackware
Posts: 647

Rep: Reputation: 189Reputation: 189
Mark the thread as solved, then.
 
Old 09-22-2012, 07:05 PM   #11
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Member Response

Hi,

Quote:
Originally Posted by ashali19 View Post
Hi onebuck,

I realised that i was trying to mount the DVD rom without the DVD inside the rom. Now it works with the DVD in the rom.

Sorry for the troubel and i will look on it in future questions.Thank you.
Your Welcome!

We all make mistakes. Glad it was just the media not in the drive.
 
  


Reply



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
[SOLVED] Motherboard see's DVD rom, Is configured to boot dvd rom, but not booting from dvd Carlo1973 Linux - Hardware 6 08-21-2010 11:44 AM
Lockup of CD Rom/DVD Rom Device by shell process jiju.jacob Linux - Newbie 2 07-19-2008 02:54 AM
Adding a DVD ROM in Slack 9.1 dublinclontarf Slackware 3 03-29-2004 03:23 PM
DVD-ROM/CD-ROM unable to recognize debain boot CD gottfried Linux - Newbie 2 01-20-2004 12:39 PM
how to add cd-rom, dvd-rom, floppy, hard disk icons on gnome desktop? spyghost Linux - Software 6 09-21-2003 05:44 PM

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

All times are GMT -5. The time now is 10:49 PM.

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