Koozali.org: home of the SME Server

CDROM Problem Help

bwingler

CDROM Problem Help
« on: April 01, 2006, 05:07:56 PM »
I have sme 7 running on a IBM Netfinity and everything works fine, email,web ect...  Everything in the server is scsi including the cdrom. my harddrives are setup as a raid 0 with mirror. My problem is i cannot mount my cdrom drive. I have tried # mount /dev/cdrom, mount/mnt/cdrom i have also tried mounting using iso9660 and nothing i have tried will mount it. I installed the sme server from it. Help please

Thanks,
Barry  :roll:

Offline Jáder

  • *
  • 1,099
  • +0/-0
    • LinuxFacil
CDROM Problem Help
« Reply #1 on: April 02, 2006, 12:51:14 AM »
maybe your cdrom link is wrong.

Please verify if cdrom it's found with
Code: [Select]

dmesg|grep hd


and if link is correct (poiting same device shown above) by
Code: [Select]
ls -la /dev/cdrom

And report your results here.
...

mwaymouth

CDROM Problem Help
« Reply #2 on: April 04, 2006, 12:30:49 PM »
To mount a CD Rom in 7.0 use the commands

mount /dev/cdrom  /media/cdrom
cd /media/cdrom

(see Red HatEL4 documentation)