Working with Disk Utility
Disk Utility is a very useful tool for working with volumes. Beginning with Mac OS X 10.3, Disk Utility includes the functionality provided by Disk Copy in previous versions of Mac OS X. Disk Utility's user interface has changed to accommodate the feature set of both programs. This section discusses the various features of Disk Utility.[View full size image]

Getting Information
There are two easy ways to get in-depth information about the drives and volumes connected to your computer: System Profiler and Disk Utility. Each provides very complete information about your drives and volumes, although the information is presented in different contexts.System Profiler (/Applications/Utilities) is bus-oriented, and when it provides information about storage devices, it identifies them in the context of the bus on which they are located. When you select the drive bus on the left, you see all devices on that bus (including hard drives, optical drives, and other connected devices).System Profiler is a reporting tool rather than a utility that edits your disks and partitions, so it provides no information about unmounted partitions on a particular disk.[View full size image]


Applying First Aid
The First Aid pane of Disk Utility can repair permissions issues and disk format problems. Unusual behavior, such as inability to mount disk images, copy files, install applications, or spool print jobs, could be caused by incorrect file permissions. Missing files and folders could be caused by disk format problems.[View full size image]

Using Secure Erase
The Erase pane in Disk Utility allows you to securely erase free space or an entire volume. If you wish to ensure that files previously placed in the Finder's Trash are completely erased, start by clicking the Erase Free Space button. If you wish to erase an entire drive or partition, start by selecting it and clicking the Security Options button.[View full size image]

7-Pass Erase meets current U.S. Department of Defense security requirements. Use 35-Pass Erase for very sensitive data.NOTEThe Finder also supports a Secure Empty Trash option that performs a 7-Pass Erase on items in the Trash. Files erased this way do not need to be erased again with Erase Free Space unless you wish to apply more erase passes to the files.
Configuring RAID
Disk Utility provides a tool to configure a software RAID in Mac OS X. Redundant Array of Independent Disks (RAID) is used to configure multiple hard disks so that they appear as one volume in the operating system (sort of the opposite of partitioning, which makes one hard disk look like multiple volumes). You can configure the RAID scheme to use concatenation or striping (RAID 0), which stores data across the disks, or mirroring (RAID 1), which stores the same data on all disks. With RAID 0 selected, a single volume will display the drive capacity as the total amount of all drives being used in the array.

- Concatenation (RAID 0)
The most basic form of RAID 0. This form allows multiple drives to be treated as a single volume, although without performance benefits or redundancy. In the Finder, two concatenated 10 GB drives appear as a single 20 GB volume. Data written to this volume is written to the first drive until it is full, and then written to subsequent drives in the RAID as needed. Concatenated RAID volumes are often referred to as "JBOD" (Just a Bunch of Disks). - Striping (RAID 0)
Allows multiple drives to be treated as a single volume, although data is striped across all disks. This allows performance improvements because each drive can access the bus separately, improving throughput. - Mirroring (RAID 1)
Stores the same data on all disks, allowing redundant data storage. However, although RAID 0 drives are added together to create the full volume size available in the Finder, a mirrored RAID will appear in the Finder to be the size of the smallest physical disk.
NOTEEach RAID format has risks and advantages. Keep in mind that mirroring is the only RAID format that provides data redundancy.
Exploring Disk Utility
In this exercise, you will explore the features available in Disk Utility.