In Red Hat 5 I fail to mount CDROM using: mount /dev/cdrom /mnt/cdrom
What should I do?
The solution is simple:
you should to mount to an existing folder.
For example:
mount /dev/cdrom /opt
This mount will work because folder /opt already exists.