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
-
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:
-
maybe your cdrom link is wrong.
Please verify if cdrom it's found with
dmesg|grep hd
and if link is correct (poiting same device shown above) by
ls -la /dev/cdrom
And report your results here.
-
To mount a CD Rom in 7.0 use the commands
mount /dev/cdrom /media/cdrom
cd /media/cdrom
(see Red HatEL4 documentation)