Burning an ISO to disc using Mac OS X
26 March 2010 | Posted by Jeffrey Barke | No comments
Such simple things we can get by without knowing for so long! Due to browser support standards I don't normally work with, I needed to install a copy of Ubuntu (a Linux distribution based on Debian GNU and focused on desktop users).
Ubuntu is distributed as an ISO, which is "an archive file (also known as a disc image) of an optical disc." ISO files cannot be copied directly to disc; they need to be burned in a specific way to expand/extract the image into usable files.
To burn an ISO using Mac OS X:
- Insert a blank CD/DVD.
- Launch Disk Utility (Applications → Utilities → Disk Utility).
- Drag and drop the .iso file into Disk Utility's left pane (below the hard drive(s) and optical drive(s)).
- Select the .iso file and click the "Burn" button in the toolbar.
- Make sure that "Verify burned data" is checked (if this option is not visible, click on the blue disclosure triangle).
- Click the "Burn" button.
That's it!
Sources
- Ubuntu documentation: BurningIsoHowto
- Wikipedia: ISO image
Repair the primary volume on a Mac
15 August 2009 | Posted by Jeffrey Barke | No comments
As I do weekly, I ran the "Verify Disk" function of Mac OS X's Disk Utility.app this morning. For the first time, I received the message Volume needs repair.
Since this was the primary volume (startup disk), the "Repair Disk" button was grayed out, and, of course, I didn't have a clue where the Mac OS X install disc is. Not sure how to fix it, I turned to Google. Turns out the repair process is quite easy:
- Turn off the computer.
- Restart in single-user mode by pressing the power button to turn the computer on and immediately pressing and holding the Command (Apple) key and the "s" key.
- At the command-line prompt, type:
/sbin/fsck -fyand press Return. - fsck will run through five "phases." If it makes any repairs, it will display
***** FILE SYSTEM WAS MODIFIED *****If you see this message, repeat step 3 until you see** The volume (name_of_volume) appears to be OK - At the prompt, type
rebootand press Return.

