On 4/3/06, Voytek Eymont <[EMAIL PROTECTED]> wrote: > > On Mon, April 3, 2006 9:29 am, Matthew Hannigan wrote: > > On Mon, Apr 03, 2006 at 08:57:23AM +1000, Voytek Eymont wrote: > > > >> I've just installed RHEL3 with 'everything' option, when I tried: > > > Er, actually try installing 'mysql-server' > > > I think you only have the client bits. > > yes, it looks like it. Seems I dumbly assumed that 'everything' @ 5GB > would include server and client. > > ahem, how do I enable/mount a SCSI CD ROM ? > this RHEL was installed off an IDE CDROM, but, now I have it in a system > with Adaptec 2940 & SCSI CDROM, I think, the 2940 was picked up on boot
Determine what device the cdrom is on the scsi chain, and then use its device name along with suitable mount point to mount it. mount /dev/sd?? /my/mount/point -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
