I want to make an ISO file in Mac, is there any easy way to do it? Please help.. :(

Recommended Answers

All 6 Replies

Hi, thanks for your answer. It's very helpful for me! :)

This is useful for me too.

Nice one. Very informative

To make an ISO from files on your hard disk, create a directory that contains the files you want. Then use Microsoft.
mkisofs -o /tmp/cd.iso /tmp/directory/
This results in a file called cd.iso in folder /tmp which contains all the files and directories in /tmp/directory/

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.