Koozali.org: home of the SME Server

Obsolete Releases => SME Server 7.x => Topic started by: bwingler on April 01, 2006, 05:07:56 PM

Title: CDROM Problem Help
Post by: bwingler 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:
Title: CDROM Problem Help
Post by: Jáder 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.
Title: CDROM Problem Help
Post by: mwaymouth 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)