CAD CAM EDM DRO - Yahoo Group Archive

Re: Linux BASICS

on 1999-07-07 01:12:56 UTC
On Tue, 6 Jul 1999, Ian W. Wright wrote:

> 5.2 How To's about creating a symbolic link with ls -l /dev/hdb /dev/cdrom

I hope wou meant 'ln' and not 'ls'

the procedure should be more something like:

mount -t iso9660 /dev/cdrom /your_prefered_directory

or use the fstab file (do man fstab and man mount)

I assume that the proper driver is already compiled in you kernel, otherwise
you will need to re-compile the kernel with the needed drivers in it.

cheers

carles

Discussion Thread

Carles Perello 1999-07-05 01:50:03 UTC Linux BASICS Ian W. Wright 1999-07-06 11:32:44 UTC Re: Linux BASICS Carles Perello 1999-07-07 01:12:56 UTC Re: Linux BASICS