Computing.Net > Forums > Linux > Installing a CD-ROM drive

Installing a CD-ROM drive

Reply to Message Icon

Original Message
Name: christopher
Date: April 4, 2002 at 11:51:06 Pacific
Subject: Installing a CD-ROM drive
Comment:

On my old 486, I need to use the CD-ROM drive to install some packages. How do I get the CD-ROM working? It's a Mitsumi, double speed(2x). Please help


Report Offensive Message For Removal


Response Number 1
Name: B
Date: April 4, 2002 at 11:58:57 Pacific
Reply: (edit)

What O/S are you running?


Report Offensive Follow Up For Removal

Response Number 2
Name: christopher
Date: April 4, 2002 at 12:02:10 Pacific
Reply: (edit)

Well, I'm in the process of installing Slackware linux.


Report Offensive Follow Up For Removal

Response Number 3
Name: christopher
Date: April 4, 2002 at 12:19:34 Pacific
Reply: (edit)

Well, I tried this:
When I boot with floppy, it says to add parameters if I need to force read an IDE/ATAPI cdrom, so I did this:

boot: ramdisk hdx=cdrom
and after the rest is loaded, I do this:

# mount /cd
mount: can't find /cd in /etc/fstab or /etc/mtab
# mount /cdrom
mount: can't find /var/log/mount in /etc/fstab or /etc/mtab
# mount /hdx
mount: can't find /hdx in /etc/fstab or /etc/mtab
#

help!


Report Offensive Follow Up For Removal

Response Number 4
Name: B
Date: April 4, 2002 at 12:21:06 Pacific
Reply: (edit)

Try:

mount /dev/hdx /mnt/cdrom

Let me know...


Report Offensive Follow Up For Removal

Response Number 5
Name: christopher
Date: April 4, 2002 at 12:23:21 Pacific
Reply: (edit)

# mount /dev/hdx /mnt/cdrom
mount: mount point /mnt/cdrom does not exist
#


Report Offensive Follow Up For Removal


Response Number 6
Name: regal
Date: April 4, 2002 at 12:31:49 Pacific
Reply: (edit)

then make it, "mkdir /mnt/cdrom"


Report Offensive Follow Up For Removal

Response Number 7
Name: christopher
Date: April 4, 2002 at 12:38:34 Pacific
Reply: (edit)

Ok, the directory was made, but:

# mount /dev/hdx /mnt/cdrom
mount: special device /dev/hdx does not exist

and the same goes for /hdx and /cdrom


Report Offensive Follow Up For Removal

Response Number 8
Name: B
Date: April 4, 2002 at 12:38:55 Pacific
Reply: (edit)

Again, good call regal... :)


Report Offensive Follow Up For Removal

Response Number 9
Name: regal
Date: April 4, 2002 at 12:45:12 Pacific
Reply: (edit)

there is a command to list your devices hda1, hdx and such, i cant remember it at the moment, im not in front of my unix boxes.

B, do you have remember this command?

ill do some looking, and get back on this one.


Report Offensive Follow Up For Removal

Response Number 10
Name: regal
Date: April 4, 2002 at 12:49:36 Pacific
Reply: (edit)

in the mean time;

http://www.slackware.com/book/index.php?source=x2280.html

# mount -t iso9660 -o ro /dev/cdrom /cdrom


Report Offensive Follow Up For Removal

Response Number 11
Name: B
Date: April 4, 2002 at 12:53:55 Pacific
Reply: (edit)

I know you can see what your computer sees
as far as hardware if you snoop around in
the /proc filesystem. I know what you are
talking about regal, but I can't put my
thumb on it... back to the man pages...



Report Offensive Follow Up For Removal

Response Number 12
Name: christopher
Date: April 4, 2002 at 13:13:11 Pacific
Reply: (edit)

Ok, well, I got errors when I did that.
screen shot:

# cd etc
# cat fstab
/dev/fd2 / minix defaults 1 1
none /proc proc defaults 0 0
#

Do I need to add something in there?


Report Offensive Follow Up For Removal

Response Number 13
Name: regal
Date: April 4, 2002 at 13:40:11 Pacific
Reply: (edit)

no, as i said earlier, dont edit the fstab file until we get the command right. you need to find out what your cdrom's device name is. do this, use the 'dmesg' command, and look for your cdrom in there, at the beginning of the line, it should show the device name.

use that in the /dev/devicename part.


Report Offensive Follow Up For Removal

Response Number 14
Name: regal
Date: April 4, 2002 at 14:02:53 Pacific
Reply: (edit)

btw. you need to have a cd in the drive, in order for it to mount anything.


Report Offensive Follow Up For Removal

Response Number 15
Name: christopher
Date: April 4, 2002 at 22:04:04 Pacific
Reply: (edit)

Ok, I did 'dmesg'. I couldn't find my cd-rom. I found hda , but it says it has 520mb, which is the size of my hdd. I think it's my hard drive. Here are some lines:

hda: ST3660A, ATA DISK drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
hda: ST3660A, 520MB w/120kB Cache, CHS=1057/16/63


Report Offensive Follow Up For Removal

Response Number 16
Name: regal
Date: April 5, 2002 at 06:07:47 Pacific
Reply: (edit)

check to be sure that the drive is installed correctly, did you install linux from this cdrom drive?

the Dmesg should show everything that happens during boot up, so if linux isnt seeing your cdrom, that would be the start of our problem.


Report Offensive Follow Up For Removal

Response Number 17
Name: christopher
Date: April 5, 2002 at 10:50:45 Pacific
Reply: (edit)

The problem is that I'm trying to install linux, and I need the CD. What I'm doing now is booting from a boot disk and root disk.


Report Offensive Follow Up For Removal

Response Number 18
Name: regal
Date: April 5, 2002 at 11:32:11 Pacific
Reply: (edit)

ahh, you have to have the correct boot disks for your cdrom to be detected, read the install faq, it will tell you which boot/root disks images you will need.

You said "i need to install some packages" which would be correct if you had the operating system installed already, the correct thing should have been "I NEED TO INSTALL LINUX".

*This is why everyone should give every little detail when asking a question on any forum.*



Report Offensive Follow Up For Removal

Response Number 19
Name: regal
Date: April 5, 2002 at 11:43:23 Pacific
Reply: (edit)

per:
ftp://ftp.slackware.com/pub/slackware/slackware-7.1/bootdsks.144/WHICH.ONE

you should make the boot disk from the mcdx.i or mcd.i file.


Report Offensive Follow Up For Removal

Response Number 20
Name: regal
Date: April 5, 2002 at 12:19:30 Pacific
Reply: (edit)

also, if you are "installing slackware" you will need to burn the whole iso to a cd, not just the packages you want. (posting this here, since i noticed another post with your name on it.)


Report Offensive Follow Up For Removal






Use following form to reply to current message:

   Name: From My Computing.Net Settings
 E-Mail: From My Computing.Net Settings

Subject: Installing a CD-ROM drive

Comments:

 


  Homepage URL (*): 
Homepage Title (*): 
         Image URL: 
 
Data Recovery Software




Have you ever used OpenOffice?

Yes, as my main suite.
Yes, occationally.
Yes, but only once.
No, never.


View Results

Poll Finishes In 6 Days.
Discuss in The Lounge