I'm using a software that needs to read data from a cdrom. The instructions say to mount the cdrom (mount /mnt/cdrom). I understand that I need to mount the cdrom to /mnt/cdrom.
I created a folder "cdrom" under "mnt". Then I tried to mount the cdrom by typing:
sudo mount /media/ /mnt/cdrom/
This didn't work. Under "media" I have another folder with the actual cd content so I tried to mount it too, but again with no success. I keep getting an error that "media is not a block device".
What I am doing wrong?
Thanks!