Tag Archives: hybrid cdrom

mount your Treo 650 software CD under linux

How to mount your hybrid Windows / Mac “Treo 650 Software Installation CD” under linux so you can see the Windows portion of the disc:
mount -t iso9660 -o ro,norock /dev/cdrom /mnt/cdrom
For reasons I’m not too interested in, the norock option is mandatory if you don’t want to see an empty directory.