Lesson 1: Introduction to Disk Management
In this lesson, you will learn about disk management concepts. For example, if you have free space on your hard disk, you need to partition and format it so that you can store data on that part of the disk. In addition, if you have more than one hard disk, each disk will also have to be partitioned and formatted so that you can store data on it.
After this lesson, you will be able to
Describe disk management concepts.
Estimated lesson time: 25 minutes
Tasks in Setting Up a Hard Disk
Whether you are setting up the remaining free space on a hard disk on which you installed Windows 2000 or setting up a new hard disk, you need to be aware of the tasks that are involved. Before you can store data on a new hard disk, you must perform the following tasks to prepare the disk:
Initialize the disk with a storage type. Initialization defines the fundamental structure of a hard disk.Windows 2000 supports basic storage and dynamic storage.Create partitions on a basic disk or create volumes on a dynamic disk.Format the disk. After you create a partition or volume, you must format it with a specific file system—NTFS file system, FAT, or FAT32.The file system that you choose affects disk operations. This includes how you control user access to data, how data is stored, hard disk capacity, and which operating systems can gain access to the data on the hard disk.
Before you can decide how to perform the tasks of setting up a hard disk, you must understand the storage types, partition types, and volume types available in Windows 2000.
Storage Types
Windows 2000 supports the following two types of disk storage: basic storage and dynamic storage. A physical disk must be either basic or dynamic; you can't use both storage types on one disk. You can, however, use both types of disk storage in a multidisk system.
Basic Storage
The traditional industry standard is basic storage. It dictates the division of a hard disk into partitions (see Figure 6.1). A partition is a portion of the disk that functions as a physically separate unit of storage. Windows 2000 recognizes primary and extended partitions. A disk that is initialized for basic storage is called a basic disk. A basic disk can contain primary partitions, extended partitions, and logical drives. New disks added to a computer running Windows 2000 are basic disks.
Figure 6.1 Basic and dynamic storage types
Because basic storage is the traditional industry standard, all versions of Microsoft Windows, MS-DOS, Windows NT, and Windows 2000 support basic storage. For Windows 2000, basic storage is the default, so all disks are basic disks until you convert them to dynamic storage.
Dynamic Storage
Only Windows 2000 supports dynamic storage, which is a standard that creates a single partition that includes the entire disk. A disk that you initialize for dynamic storage is a dynamic disk.You divide dynamic disks into volumes, which can consist of a portion, or portions, of one or more physical disks. On a dynamic disk, you can create simple volumes, spanned volumes, and striped volumes, as described later in this chapter. You create a dynamic disk by upgrading a basic disk.Dynamic storage doesn't have the restrictions of basic storage; for example, you can size and resize a dynamic disk without restarting Windows 2000.NOTERemovable storage devices contain primary partitions only. You can't create extended partitions, logical drives, or dynamic volumes on removable storage devices. You can't mark a primary partition on a removable storage device as active.
Partition Types (Basic Disks)
You can divide a basic disk into primary and extended partitions. Partitions function as physically separate storage units. This allows you to separate different types of information, such as user data on one partition and applications on another. A basic disk can contain up to four primary partitions, or up to three primary partitions and one extended partition, for a maximum of four partitions. Only one partition can be an extended partition, as shown in Figure 6.2.
Figure 6.2 Partition types
Primary Partitions
Windows 2000 can use the parts of a disk called primary partitions to start the computer. Only a primary partition can be marked as the active partition. The active partition is where the hardware looks for the boot files to start the operating system. Only one partition on a single hard disk can be active at a time. Multiple primary partitions allow you to isolate different operating systems or types of data.To dual boot Windows 2000 with Microsoft Windows 95 or MS-DOS, the active partition must be formatted as FAT because Windows 95 can't read a partition formatted as FAT32 or NTFS. To dual boot with Microsoft Windows 95 OSR2 (a later release of Windows 95 that contained enhancements to Windows 95, such as the ability to read partitions formatted with FAT32) or Windows 98, the active partition must be formatted as FAT or FAT32.
Extended Partitions
An extended partition is created from free space. There can be only one extended partition on a hard disk, so you should include all remaining free space in the extended partition. Unlike primary partitions, you don't format extended partitions or assign drive letters to them. You divide extended partitions into segments. Each segment is a logical drive. You assign a drive letter to each logical drive and format it with a file system.NOTEThe Windows 2000 system partition is the active partition that contains the hardware-specific files required to load the operating system. The Windows 2000 boot partition is the primary partition or logical drive where the operating system files are installed. The boot partition and the system partition can be the same partition. However, the system partition must be on the active partition, typically drive C, while the boot partition could be on another primary partition or on an extended partition.
Volume Types (Dynamic Disks)
You can convert basic disks to dynamic storage and then create Windows 2000 volumes. Consider which volume type best suits your needs for efficient use of disk space and performance.
A simple volume contains disk space from a single disk and is not fault tolerant.A spanned volume includes disk space from multiple disks (up to 32). Windows 2000 writes data to a spanned volume on the first disk, completely filling the space, and continues in this manner through each disk that you include in the spanned volume. A spanned volume is not fault tolerant. If any disk in a spanned volume fails, the data in the entire volume is lost.A striped volume combines areas of free space from multiple hard disks, up to 32, into one logical volume. In a striped volume, Windows 2000 optimizes performance by adding data to all disks at the same rate. If a disk in a striped volume fails, the data in the entire volume is lost.
NOTEThe Windows 2000 Server products provide fault tolerance on dynamic disks. Fault tolerance is the ability of a computer or operating system to respond to a catastrophic event without loss of data. The Windows 2000 Server products provide mirrored volumes and RAID-5 volumes that are fault tolerant. Windows 2000 Professional does not provide fault tolerance.Creating multiple partitions or volumes on a single hard disk allows you to efficiently organize data for tasks such as backing up. For example, partition one-third of a hard disk for the operating system, one-third for applications, and one-third for data. Then, when you back up your data, you can back up the entire partition instead of just a specific folder.
File Systems
Windows 2000 supports the NTFS, FAT, and FAT32 file systems. Use NTFS when you require a partition to have file- and folder-level security, disk compression, disk quotas, or encryption. Only Windows 2000 and Windows NT can access data on a local hard disk that is formatted as NTFS. If you plan to promote a server to a domain controller, format the installation partition with NTFS.FAT and FAT32 allow access by, and compatibility with, other operating systems. To dual boot Windows 2000 and another operating system, format the system partition with either FAT or FAT32. FAT and FAT32 don't offer many of the features that NTFS supports, for example, file-level security. Therefore, in most situations, you should format the hard disk with NTFS. The only reason to use FAT or FAT32 is for dual booting.NOTEFor a review of file systems, see Chapter 2, "Installing Windows 2000 Professional."If you have a volume that is formatted with FAT or FAT32, Windows 2000 provides the Convert command to allow you to convert it from FAT or FAT32 to NTFS without having to reformat your volume. To do this you enter the following command in a Command Prompt window:
|
|
The Disk Management Snap-In
Use the Disk Management snap-in to configure and manage your network storage space. The Disk Management snap-in can display your storage system in either a graphical view or a list view. You can modify the display to suit your preferences by using the commands on the View menu.
Lesson Summary
In this lesson, you learned that before you can store data on a new hard disk, you must use the Disk Management snap-in to initialize the disk with a storage type. Windows 2000 supports basic storage and dynamic storage. A basic disk can contain primary partitions, extended partitions, and logical drives. All versions of Microsoft Windows, MS-DOS, and Windows 2000 support basic storage. For Windows 2000, basic storage is the default, so all disks are basic disks until you convert them to dynamic storage.You also learned that dynamic storage creates a single partition that includes the entire disk. You divide dynamic disks into volumes, which can consist of a portion, or portions, of one or more physical disks. A dynamic disk can contain simple volumes, spanned volumes, and striped volumes. Dynamic storage doesn't have the restrictions of basic storage; for example, you can size and resize a dynamic disk without restarting Windows 2000.Then you learned that after you create partitions on a basic disk or create volumes on a dynamic disk, you must format the partition or volume with a specific file system such as NTFS, FAT, or FAT32. The file system that you choose affects disk operations. This includes how you control user access to data, how data is stored, how much hard disk capacity you have, and which operating systems can gain access to the data on the hard disk. You use the Disk Management snap-in to configure and manage your network storage space.