I was able to mount HFS CD-ROMs using Linux out of the box, but after doing the command :
sudo mount /dev/cdrom macCD, macCD is a folder in “/tmp”.
I get :
“mount: /tmp/macCD: wrong fs type, bad option, bad superblock on /dev/sr0, missing codepage or helper program, and other errors.”
if you are using root account then type the following command
mount /dev/cdrom /tmp/macCD
if you are working as user
sudo mount /dev/cdrom /tmp/macCD
Hello,
Please follow the link below