Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
ccparallels said:It's unclear how your question related to Parallels? Please rephrase.
chasisaac said:I need to have an ISO disk to attach to a parallels virutal machine. I do not want to carry the cd around with me all the time.
Therefore, I need to figure out how to make an ISO disk not a TOAST or DMG.
ci
diskutil list
diskutil unmount /Volumes/MacintoshDrivers
dd if=/dev/disk1s0 of=/Users/MyName/Desktop/MacintoshDrivers.iso
I suggest MagicISO. It does a good work on making iso image.chasisaac said:I need to have an ISO disk to attach to a parallels virutal machine. I do not want to carry the cd around with me all the time.
Therefore, I need to figure out how to make an ISO disk not a TOAST or DMG.
ci