Author Topic: missing my DVD rom  (Read 586 times)

buzza24

  • Member
  • **
  • Posts: 62
  • Kudos: 0
missing my DVD rom
« on: 18 March 2004, 00:49 »
Hey Peoples,

I installed slackware yesturday and this morning I found that it had not found my dvd drive.

how can i install it?

thanks
It's Not Broken,
It Just Needs Repairing.
-Buzza

WMD

  • Global Moderator
  • Member
  • ***
  • Posts: 2,525
  • Kudos: 391
    • http://www.dognoodle99.cjb.net
missing my DVD rom
« Reply #1 on: 18 March 2004, 00:58 »
Did the installer find it ok?

If so, figure out which kernel you boot the installer with and choose that as the default kernel.  (might require a re-install)
My BSOD gallery
"Yes there's nothing wrong with going around being rude and selfish, killing people and fucking married women, but being childish is a cardinal sin around these parts." -Aloone_Jonez

Meshuggener

  • Member
  • **
  • Posts: 25
  • Kudos: 0
missing my DVD rom
« Reply #2 on: 18 March 2004, 03:05 »
No, you'll have to find which device it is.  I'm assuming this isn't the drive you installed Slack with.  On my system, it's device block hdd because it's the secondary device set to slave - making my first cdrom drive the master and therefore hdc (your hard drive is probably hda).  Once you find out which device it is, make a symbolic link to it by typing this as root:
ln -sf /dev/hdd /dev/dvd (replace hdd with your device block)
And then make the directory to mount it to:
mkdir /mnt/dvd
And then adjust the /etc/fstab file by adding another line like this:
/dev/dvd    /mnt/dvd     iso9660     noauto,owner,ro  0   0
That should do it - just try mounting it with mount /dev/dvd.

mobrien_12

  • VIP
  • Member
  • ***
  • Posts: 2,138
  • Kudos: 711
    • http://www.geocities.com/mobrien_12
missing my DVD rom
« Reply #3 on: 18 March 2004, 08:14 »
There is a good chance that it identified it as a CDROM drive.

Try this

ls -l /dev/cdrom

If it points to a real drive (such as /dev/hdc) you just make a symbolic link called /dev/dvd to the same drive.
In brightest day, in darkest night, no evil shall escape my sight....