Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

7
  • "the veracrypt way" is actually quite vague. It appears to be "make a veracrypt container file on an HDD and then burn it based on the first google hit. This is not an image, you would need to create an image that contained the container file e.g. hdiutil makehybrid -iso -joliet -o image.iso /path/to/source
    – Yorik
    Commented Dec 4, 2020 at 20:59
  • The "veracrypt way" is not vague, neither is "googled", as I have experience with Truecrypt/Veracrypt since a long time and used this approach to encrypt a number of things including magnetic disks, USB keys and SSDs. The only new thing in my approach is the optical target. Basically I could have not mentioned veracrypt at all, being the question clearly defined in the title, "burning a raw image" that is not ISO. Commented Dec 4, 2020 at 21:27
  • Just to make things clear - my question is basically the same as this one, with the exception that I need to work with macOS: unix.stackexchange.com/questions/360099/… Commented Dec 4, 2020 at 21:33
  • aren't cdrecord and mkisofs (from that thread) available for macos? ( cdrtools ) or have you ruled that method out?
    – Yorik
    Commented Dec 4, 2020 at 21:48
  • AFAIK, they are no more supported on macOS; but I could be wrong. I'd be happy if somebody described his experience with those tools on recent macOSes. If possible, I'd like to use native macOS tools because Apple is progressively applying stricter and stricter security checks on the operating system, so it's easy that you discover that a non official tool doesn't run any longer on a new macOS. Commented Dec 4, 2020 at 22:10