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 02-01-2007, 12:12 AM   #1
Mithrilhall
Member
 
Registered: Feb 2002
Location: Adamstown, Pitcairn Islands
Distribution: Neon
Posts: 291

Rep: Reputation: 30
Question Missing DVD Drive


I'm trying to follow this DVDShrink howto (http://ubuntuforums.org/showthread.php?t=27369).

I see my DVD drive listed below but shouldn't I see it in the /dev directory as hdc?

I have no hdc located in my /dev directory.


Code:
x@debian:/dev$ cat /etc/fstab
# /etc/fstab: static file system information.
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    defaults        0       0
# /dev/sdb1
UUID=4357660b-12d3-419d-a07f-c9795a91ad99 /               ext3    defaults,errors=remount-ro 0       1
# /dev/sdb5
UUID=2d97e222-9117-4a46-8c03-658343f9fdcf none            swap    sw              0       0
/dev/hdc        /media/cdrom0   udf,iso9660 user,noauto     0       0
/dev/           /media/floppy0  auto    rw,user,noauto  0       0
/dev/sda1    /media/windows_c ntfs  nls=utf8,umask=0222 0    0
/dev/sda5    /media/windows_d ntfs  nls=utf8,umask=0222 0    0
/dev/sda6    /media/windows_e ntfs  nls=utf8,umask=0222 0    0
x@debian:/dev$
 
Old 02-01-2007, 12:51 AM   #2
wildar
Member
 
Registered: Jan 2007
Distribution: Mandriva 2008, Mandrake 2005, Ubuntu 8.04.1
Posts: 239

Rep: Reputation: 30
Is there a /dev/cdrom and is it a symbolic link? If it's symbolic, where does it point to?
 
Old 02-01-2007, 12:53 AM   #3
Mithrilhall
Member
 
Registered: Feb 2002
Location: Adamstown, Pitcairn Islands
Distribution: Neon
Posts: 291

Original Poster
Rep: Reputation: 30
cdrom is there...

Code:
lrwxrwxrwx  1 root root           4 2007-02-01 01:22 cdrom -> scd0
 
Old 02-01-2007, 01:24 AM   #4
wildar
Member
 
Registered: Jan 2007
Distribution: Mandriva 2008, Mandrake 2005, Ubuntu 8.04.1
Posts: 239

Rep: Reputation: 30
Quote:
Originally Posted by Mithrilhall
cdrom is there...

Code:
lrwxrwxrwx  1 root root           4 2007-02-01 01:22 cdrom -> scd0
Do you know if the DVD is IDE or SCSI? Because scd0 is typically a SCSI device. If DVD is SCSI, then try to mount a CD
Code:
#mount /dev/cdrom /media/cdrom0
. If it works, then change /dev/hdc to /dev/cdrom in the fstab and you should be good to go.
 
Old 02-01-2007, 07:17 AM   #5
Mithrilhall
Member
 
Registered: Feb 2002
Location: Adamstown, Pitcairn Islands
Distribution: Neon
Posts: 291

Original Poster
Rep: Reputation: 30
The DVD drive is IDE actually. Is there any way to fix this?
 
Old 02-01-2007, 07:52 AM   #6
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,702

Rep: Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895
Configuring the drive for SCSI emulation i.e. adding the line hdc=ide-scsi will change the device ID to /dev/scd0. 2.6 kernels do not need to use SCSI emulation.

Have you looked at this guide?
http://mrbass.org/linux/ubuntu/dvdshrink/
 
Old 02-01-2007, 07:59 AM   #7
Mithrilhall
Member
 
Registered: Feb 2002
Location: Adamstown, Pitcairn Islands
Distribution: Neon
Posts: 291

Original Poster
Rep: Reputation: 30
Ah....that'll probably do it. I added hdc=ide-scsi....I'll remove it and will post back my results.


Thank you.
 
Old 02-01-2007, 06:03 PM   #8
wildar
Member
 
Registered: Jan 2007
Distribution: Mandriva 2008, Mandrake 2005, Ubuntu 8.04.1
Posts: 239

Rep: Reputation: 30
Which IDE controller is the DVD on and is it master or slave? It's my understanding the standard is:
hda = primary master
hdb = primary slave
hdc = secondary master
hdd = secondary slave
 
Old 02-02-2007, 11:28 AM   #9
Mithrilhall
Member
 
Registered: Feb 2002
Location: Adamstown, Pitcairn Islands
Distribution: Neon
Posts: 291

Original Poster
Rep: Reputation: 30
The DVD should be on the primary master I believe...I have to open my case but...I only have the 1 DVD drive and 2 SATA hard drives.

Last edited by Mithrilhall; 02-02-2007 at 11:33 AM.
 
Old 02-02-2007, 11:49 AM   #10
Mithrilhall
Member
 
Registered: Feb 2002
Location: Adamstown, Pitcairn Islands
Distribution: Neon
Posts: 291

Original Poster
Rep: Reputation: 30
Ok...I moved my DVD drive to IDE1 and the DVD drive is set to Master but DVDShrink still doesn't see the drive.

This is what I get when I issue "hdparm /dev/hda":

Code:
eric@debian:/dev$ hdparm /dev/hda

/dev/hda:
 IO_support   =  1 (32-bit)
 unmaskirq    =  1 (on)
 using_dma    =  1 (on)
 keepsettings =  0 (off)
 readonly     =  0 (off)
 readahead    = 256 (on)
 HDIO_GETGEO failed: Inappropriate ioctl for device
eric@debian:/dev$
This is what I have listed under /media:

Code:
eric@debian:/media$ ls -la
total 28
drwxr-xr-x  7 root root 4096 2006-12-31 15:14 .
drwxr-xr-x 23 root root 4096 2007-01-22 01:02 ..
lrwxrwxrwx  1 root root    6 2006-10-31 19:20 cdrom -> cdrom0
drwxr-xr-x  2 root root 4096 2006-10-31 19:20 cdrom0
lrwxrwxrwx  1 root root    7 2006-10-31 19:20 floppy -> floppy0
drwxr-xr-x  2 root root 4096 2006-10-31 19:20 floppy0
lrwxrwxrwx  1 root root   42 2006-10-31 19:20 .hidden -> /etc/kubuntu-default-settings/hidden-media
dr-xr-xr-x  1 root root 4096 2007-01-22 01:02 windows_c
dr-xr-xr-x  1 root root 4096 2007-01-22 01:02 windows_d
dr-xr-xr-x  1 root root 4096 2007-01-22 01:02 windows_e
eric@debian:/media$
 
Old 02-02-2007, 12:03 PM   #11
Mithrilhall
Member
 
Registered: Feb 2002
Location: Adamstown, Pitcairn Islands
Distribution: Neon
Posts: 291

Original Poster
Rep: Reputation: 30
I still can't get this to work.

Last edited by Mithrilhall; 02-02-2007 at 12:32 PM.
 
  


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
which DVD player can play DVD from hard drive *and* support DVD Menu ? tho_x_tran Linux - Software 16 11-16-2006 02:00 PM
DVD drive missing jspaceman Ubuntu 8 09-06-2006 06:29 PM
How can I change cdrom1 to dvd. REDhat9, lite-on LTD-163D dvd drive theonlydrew Linux - Hardware 3 01-26-2006 05:54 PM
can't read data DVD-R on my DVD-ROM/CD-RW combi drive bruceyboy Linux - Hardware 0 11-17-2004 11:25 AM
dvd-rom drive won't play movies and dvd burner won't record calble Linux - Hardware 1 08-09-2004 07:35 AM

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

All times are GMT -5. The time now is 11:53 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