Using Archives and Disk Images
Everyone should know that backups are a critical component of every desktop environment, and there are several backup packages you can use, including the .Mac Backup utility. However, Mac OS X has built-in tools that you can use to manage your desktop working environment. The Archive feature in the Finder helps you organize data and manage your files so that they take up less space, and Disk Utility can create compressed disk images with entire file systems that you can easily burn to CD or DVD. This provides day-to-day benefits for you and your end users.

Creating Archives from the Finder
The Finder can archive files and folders without additional software. Archived files take up less disk space, so archiving is useful for making backup copies of your data and transferring large folders across a network.To archive files or folders, select an item or items in the Finder and choose File > Create Archive. Whether you archive a single file or a folder full of files, the archive is created with the name of the file or folder and a .zip extension. If you archive several selected items, the archive file is called Archive.zip. When you double-click an archive in Mac OS X, it expands automatically. If the archive was made from a folder, that folder will appear and the files inside it will be decompressed.[View full size image]

The original files are not changed or deleted when you create an archive. If you want to create free disk space, be sure to drag the originals to the Trash after you've confirmed that the archive was properly created.Zip files have traditionally been archives of flat files. However, starting in Mac OS X 10.3, the Finder's archives support file forks using the AppleDouble format. When a current Mac OS X computer archives a forked file, the forks are split, and then seamlessly rejoined when the file is decompressed. It is important to note that a Windows client might see two files when it decompresses a Mac OS X archive that includes forked files: one file with the original name containing the data fork, and a second file beginning with ._, representing the resource fork.NOTEIf you give an archive to Windows users and they are unable to open it, they may be using an older version of the PKZIP application or they have several copies of PKZIP installed, and an older one is trying to open the archive. You can suggest that they upgrade to the latest version of PKZIP (www.pkware.com), specifically use the Open command in the latest version of PKZIP they have installed, or use a third-party utility that can decompress more up-to-date archive formats.
Creating Disk Images with Disk Utility
A disk image is a file that you can mount on your desktop as if it were a separate volume with its own file system. Disk images are useful for many reasons: you might need to transfer files over the Internet or on media such as CD or DVD, or you might need to ensure that you distribute an exact representation of a file and folder structure. Disk images are very useful for that because they are bit-for-bit copies of the files in the original folder structure copied into a single file.There are two common types of disk images:
- Disk Utility images
Normally carry the extension .img or .dmg. A Disk Utility image icon looks like a hard disk on a blank document.Disk Utility is included with Mac OS X and can create disk images. Depending on the settings of a downloaded disk image, the Finder may open it automatically on the desktop as a plain, white volume icon. If the disk image is not set to open automatically, you can double-click to manually mount it. Like a removable drive, the disk image is mounted until you drag the volume icon to the Trash or restart the computer.Mac OS X 10.2.3 introduced Internet-enabled disk images, which are identical to regular disk images, except that when the disk image mounts, its contents are copied to the hard drive and the disk image itself is moved to the Trash. - Self-mounting images
Normally have an .smi extension. The icon for a self-mounting image file looks like a blue floppy disk on top of a white diamond.This type of volume can mount on any Macintosh. However, .smi files, originally created for Mac OS 9, require Disk Utility to open.
Creating a disk image is a good way to archive or transfer a set of files and hierarchical folders, because it stores them in a single flat file that can be compressed to save space. Compression is useful for speeding up file transfers or saving disk space. You can also create disk images of bootable CDs and hard disks, and encrypt your images for additional security.The panes in Disk Utility allow you to select the destination folder, format, and encryption type for your disk image. You can create an image from a drive or folder, or create an empty image of a specific size that you can copy files into when it is mounted. Image formats include read/write, read only, compressed, and DVD/CD master. Encryption types include none or AES-128.Lesson 7, "Command-Line Interface."Disk Utility can use Apple Software Restore (ASR) to restore an entire hard drive. This allows you to very quickly restore everything from a backup image or configure new computers as a part of large deployments. To use the restore feature, click the Restore tab in the Disk Utility window and follow the onscreen instructions. Always observe licensing restrictions when you use this feature, and be careful when restoring to ensure that you do not accidentally overwrite data.
Creating a Disk Image File with Disk Utility
In addition to managing and repairing disk drives, you can use Disk Utility to create disk images. The following steps will guide you through using Disk Utility to create a compressed disk image.
1. | Open Disk Utility (/Applications/Utilities). |
2. | Choose File > New > Disk Image from Folder. |
3. | Navigate to the /Library/Fonts folder. |
4. | Click Image. |
5. | Verify that Fonts is entered in the Save As field. |
6. | Choose Desktop from the Where pop-up menu (Command-D). |
7. | Verify that "compressed" is chosen from the Image Format pop-up menu. |
8. | Verify that "none" is chosen from the Encryption pop-up menu. |
9. | Click Save. |
10. | When prompted, enter an administrator user's name and password.A Disk Utility Progress window appears. When Disk Utility is finished, the image file Fonts.dmg appears on the desktop. |
11. | Quit Disk Utility. |
Mounting and Using a Disk Image File
The disk image file format is useful for software distribution. Images can be mounted and used like a drive volume.
1. | Double-click the Fonts.dmg file on your desktop to mount it.You will see a drive volume icon on your desktop. Open it to reveal all of the individual font files. |
2. | Eject the Fonts volume. |
3. | Delete the Fonts.dmg file. |
Burning CDs or DVDs
If your Macintosh comes with a built-in CD or DVD burner, Mac OS X can burn optical discs using the Finder or Disk Utility. Disk Utility is designed to burn a disk image file to disc, while the Finder is designed to allow easy ad hoc disc burning. If you use Disk Utility to burn disk images onto optical media, each disk image can be burned as a separate session.[View full size image]

Ignoring Volume Ownership
The permission to access removable media such as optical discs is determined by the ownership, just like any other Mac OS X volume. You can use the "Ignore ownership on this volume" checkbox in the Info window to gain access to a removable volume that is otherwise inaccessible due to ownership.NOTE
This feature was designed for convenience when using removable media. However, you can also use it to ignore ownership on disk partitions other than the boot volume, which means that file ownership alone is not sufficient to protect files on a nonroot partition. Users with more stringent security needs should use other techniques, such as encryption, to protect files.
1. | In the Finder, select the volume and choose File > Get Info (Command-I). |
2. | Click the disclosure triangle next to Ownership & Permissions. |
3. | Select the "Ignore ownership on this volume" checkbox. |