Changing the virtually mounted disks is a hassle, and luckily doesn't come up during installation. When it does come up during gameplay however, here is the best way to deal with it.
Assuming you have already created a directory called cd as instructed in the previous tip:
Type the following command in the terminal if you have anything mounted to the cd directory already
umount cd
in the terminal.
Then to mount the disk you want type
mount -t cd9660 -r /dev/disk1s1 cd (This is disk 1) mount -t cd9660 -r /dev/disk2s1 cd (This is disk 2) mount -t cd9660 -r /dev/disk3s1 cd (This is disk 3) mount -t cd9660 -r /dev/disk4s1 cd (This is disk 4)
based on which cd you want.
Type umount cd when you want to remove the virtual disk again.
Important Information
Tips are provided by the CrossOver Community and Advocates. They are not
intended to be used for official CodeWeavers Support. For that, please visit our
official support pages.
CodeWeavers or its third-party tools process personal data (e.g. browsing data or IP addresses) and use cookies or other identifiers, which are necessary for its functioning and required to achieve the purposes illustrated in our Privacy Policy. You accept the use of cookies or other identifiers by clicking the Acknowledge button.