Search code examples
redhatrhel5cd-rom

Red Hat 5 cdrom issue


In Red Hat 5 I fail to mount CDROM using: mount /dev/cdrom /mnt/cdrom
What should I do?


Solution

  • 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.