Most typically in the past, I have seen mounts for CDs in RHEL work thusly:
mount /dev/hdc /mnt
In RHEL6 you need to do the following:
mount /dev/sr0 /mnt
I’d really like to know why Red Hat made the change, but knowing is useful 🙂
fighting the lack of good ideas
Most typically in the past, I have seen mounts for CDs in RHEL work thusly:
mount /dev/hdc /mnt
In RHEL6 you need to do the following:
mount /dev/sr0 /mnt
I’d really like to know why Red Hat made the change, but knowing is useful 🙂