Category:: ‘Mac OSX’

Sep  09
3

How to mount ISO images on Mac OSX

September 3rd, 2009
Posted in: Mac OSX by Michele

Mounting an ISO image on Mac OSX does not require specific or additional software. Mac OSX, in fact, provides a tool (hdiutil) by which it is possible to manipulate disk images. For example, to mount an ISO image on Mac OSX, open your Terminal and enter the following command:

hdiutil mount /path/to/isoImage

/path/to/isoImage is the path to the ISO image to mount. After a few seconds, or better, after the checksum is completed, the mounted ISO image will appear on your Desktop and/or in Finder. For more information about hdiutil, enter the following command (in Terminal): man hdiutil.

Jul  09
8

Tutorial: OSX’s Finder and hidden files

July 8th, 2009
Posted in: Mac OSX, Announcements by Michele

Mac OSX’s Finder by default does not show hidden files and folders and in the OSX menu ther is no option to enable this feature. I have just published a new tutorial which shows how to enable the visualization of hidden files and folders in Mac OSX’s Finder.

Read the full tutorial…