Try opening a console window and do
That should help you track down the link you created. By the same token, before going any further with parallels, I think you need to sort out the cdrom issue in SUSE instead. Does your burner program in SUSE work properly, i.e..... K3b, graveman, gnome-cd-burner, xcdroast, and the like? You don't need to waste burning a cd/dvd to find out, just try it with the laser turned off. See man cdrecord for more information on how to do this.
On further reflection, I think this is a configuration issue in SUSE. You remarked that SUSE marks the cdrom as /dev/sr0 which, if I'm not mistaken, is a SCSI device. To make it treat it as an ATAPI device, you need to link /dev/sr0 to /dev/hdc and then link /dev/hdc to /dev/cdrom. Accordingly, you should edit /etc/fstab to point all references from /dev/sr0 to /dev/hdc, something like this perhaps?
Reboot and try reinstalling parallels and hopefully that sorts it out. (EDIT) Something tells me that parallels isn't looking for /dev/sr* or /dev/hd* but /dev/cdrom. (/EDIT)
Last edited: May 19, 2007