Home > Articles > Certification > Microsoft Certification

This chapter is from the book

Disk Storage Management

Windows Server 2008 supports two types of hard disk storage: basic and dynamic. All disks begin as basic disks until a server administrator converts them to dynamic status, one physical disk at a time. The biggest advantage that dynamic disks offer when compared to basic disks is that you can create software-based fault-tolerant volumes via the operating system from the volumes stored on dynamic disks (mirrored volumes/RAID 1 and Striping with Parity/RAID-5) volumes. Of course, you can always implement a hardware RAID solution by using a RAID controller and the disks can retain their basic status, or they can be converted to dynamic status under Windows Server 2008.

Basic Disks

A basic disk under Windows Server 2008 is essentially the same as the disk configuration under earlier versions of Windows: It is a physical disk with primary and extended partitions. Prior to Windows 2000, Microsoft did not call disks basic because that was the only type of disk available. There were no dynamic disks. As long as you use the File Allocation Table (FAT or FAT32) file system, Windows Vista, Windows XP, Windows 2000, Windows NT, Windows 9x, and the MS-DOS operating systems can access basic disks. You can create up to three primary partitions and one extended partition on a basic disk of four primary partitions. You can create a single extended partition with logical drives on a basic disk. Basic disks store their configuration information in the Partition Table, which is stored on the first sector of each hard disk. The configuration of a basic disk consists of the partition information on the disk.

Dynamic Disks

A Windows Server 2008 dynamic disk is a physical disk configuration that does not use partitions or logical drives, and the MBR is not used. Instead, the basic partition table is modified and any partition table entries from the MBR are added as part of the Logical Disk Manager (LDR) database that stores dynamic disk information at the end of each dynamic disk. Dynamic disks can be divided into as many as 2,000 separate volumes, but you should limit the number of volumes to 32 for each dynamic disk to avoid slow boot time performance.

Dynamic disks do not have the same limitations as basic disks. For example, you can extend a dynamic disk “on the fly” without requiring a reboot. Dynamic disks are associated with disk groups, which are disks that are managed as a collection. This managed collection of disks helps organize dynamic disks. All dynamic disks in a computer are members of the same disk group. Each disk in a disk group stores replicas of the same configuration data. This configuration data is stored in the 1MB LDR region at the end of each dynamic disk.

Dynamic disks support five types of volumes: simple, spanned, mirrored, striped, and RAID-5. You can extend a volume on a dynamic disk. Dynamic disks can contain a virtually unlimited number of volumes, so you are not restricted to four volumes per disk as you are with basic disks. Regardless of the type of file system, only computers running Windows Vista (Ultimate and Business Editions), Windows XP Professional, Windows 2000 Professional or Server, Windows Server 2003, or Windows Server 2008 can directly access dynamic volumes on hard drives that are physically connected to the computer. However, computers running other operating systems can access dynamic volumes remotely when they connect to shared folders over the network.

Managing Basic Disks and Dynamic Disks

When you install Windows Server 2008, the system automatically configures the existing hard disks as basic NTFS disks, unless they have been configured as dynamic from a previous installation. Windows Server 2008 does not support dynamic disks on mobile PCs (laptops or notebooks). If you’re using an older desktop machine that is not Advanced Configuration and Power Interface (ACPI) compliant, the Convert to Dynamic Disk option is not available. Dynamic disks have some additional limitations. You can install Windows Server 2008 on a dynamic volume that you converted from a basic disk, but you cannot extend either the system or the boot volume on a dynamic disk. Any troubleshooting tools that cannot read the dynamic disk management database work only on basic disks.

You can format partitions with the FAT16, FAT32, or NTFS on a basic or a dynamic disk. However, you can format a dynamic volume as NTFS only from the Disk Management console. You must use Windows Server 2008 Explorer to format a dynamic volume as FAT or FAT32.

When you install a fresh copy of Windows Server 2008 or when you perform an upgrade installation from Windows NT 4.0 Server with SP5, Windows 2000, or Windows Server 2003, the computer system defaults to basic disk storage. One or more of the disk drives could already be configured as dynamic if you upgraded from Windows 2000 Server, Windows Server 2003, or Windows Server 2008 (or if you import a “foreign disk” from a Windows 2000 Server or from another Windows Server 2003 computer). A disk is considered foreign when you move it from one computer to another computer, until you select the Import option for it in the Disk Management console.

Converting Basic Disks to Dynamic Disks

From the graphical user interface (GUI), you use the Windows Server 2008 Disk Management console (an MMC snap-in) to upgrade a basic disk to a dynamic disk. The Disk Management snap-in is located in the Computer Management console and the Server Management console. You must be a member of the local Administrators group or the backup operators group, or else the proper authority must be delegated to you if you are working within an Active Directory environment to make any changes to the computer’s disk management configuration.

For the conversion to succeed, any disks to be converted must contain at least 1MB of unallocated space. Disk Management automatically reserves this space when creating partitions or volumes on a disk, but disks with partitions or volumes created by other operating systems might not have this space available. (This space can exist even if it is not visible in Disk Management.) Windows Server 2008 requires this minimal amount of disk space to store the dynamic database, which the operating system that created it maintains. Before you convert any disks, close any programs that are running on those disks. After you convert a disk to dynamic, remember that you can have only one operating system that is bootable on each dynamic disk!

To convert a basic disk to a dynamic disk from the Disk Management console, follow these steps:

  1. Open the Disk Management console.
  2. Right-click the basic disk that you want to convert to a dynamic disk and click Convert to Dynamic Disk.

When you upgrade an empty basic disk to a dynamic disk, you do not need to reboot. However, if you convert a basic disk that already has partitions on it, or if the basic disk contains the system or boot partitions, you must restart your computer for the change to take effect.

To convert a basic disk to a dynamic disk from the Windows Server 2008 command line:

  1. Open a command prompt window, type diskpart, and press Enter.
  2. Type commands or help to view a list of available commands.
  3. Type select disk 0 to select the first hard disk (select disk 1 to select the second hard disk, and so on) and press Enter.
  4. Type convert dynamic and press Enter.
  5. Type exit to quit the diskpart.exe tool and then restart the computer to have the new configuration take effect.

When you convert a basic disk to a dynamic disk, any existing partitions on the basic disk become simple volumes on the dynamic disk. Any existing mirror sets, stripe sets, stripe sets with parity, or volume sets become mirrored volumes, striped volumes, dynamic RAID-5 volumes, or spanned volumes, respectively. After you convert a basic disk to a dynamic disk, you cannot change the volumes back to partitions. Instead, you must first delete all dynamic volumes on the disk, right-click the disk in Disk Management, and then select the Convert to Basic Disk option.

Because the conversion process from basic to dynamic is per physical disk, a disk has all dynamic volumes or all basic partitions; you won’t see both on the same physical disk. Remember, you do not need to restart your computer when you upgrade from an empty basic to a dynamic disk from the Disk Management console. However, you do have to restart your computer if you use the diskpart.exe command-line tool for the conversion; if you convert a disk containing the system volume, boot volume, or a volume with an active paging file; or if the disk contains any existing volumes or partitions.

Converting Dynamic Disks Back to Basic Disks

You must remove all volumes (and therefore all data) from a dynamic disk before you can change it back to a basic disk. After you convert a dynamic disk back to a basic disk, you can create only partitions and logical drives on that disk. After being converted from a basic disk, a dynamic disk can no longer contain partitions or logical drives, nor can older versions of Windows before Windows 2000 access the dynamic disk. To revert a dynamic disk to a basic disk, follow these steps:

  1. Back up the data on the dynamic disk.
  2. Open Disk Management.
  3. Delete all the volumes on the disk.
  4. Right-click the dynamic disk that you want to change back to a basic disk and then click Convert to Basic Disk.
  5. Restore the data to the newly converted basic disk.

Converting Basic Disks to GPT Disks

You can change a disk from MBR to GPT partition style as long as the disk does not contain any partitions or volumes. You cannot use the GPT partition style on removable media, or on cluster disks that are connected to shared SCSI or Fibre Channel buses that are used by the Cluster service.

Take these steps to change a master boot record disk into a GUID partition table disk within the Windows interface:

  1. Back up or move the data on the basic MBR disk you want to convert into a GPT disk.
  2. If the disk contains any partitions or volumes, right-click any volumes on the disk and then click Delete Partition or Delete Volume.
  3. Right-click the MBR disk that you want to change into a GPT disk and then click Convert to GPT Disk.

Take these steps to change a master boot record disk into a GUID partition table disk from a command line:

  1. Back up or move the data on the basic MBR disk you want to convert into a GPT disk.
  2. Open a command prompt and type diskpart. If the disk does not contain any partitions or volumes, skip to step 6.
  3. At the diskpart prompt, type list volume. Make note of the volume number you want to delete.
  4. At the diskpart prompt, type select volume <volumenumber>.
  5. At the diskpart prompt, type delete volume.
  6. At the diskpart prompt, type list disk. Make note of the disk number of the disk that you want to convert to a GPT disk.
  7. At the diskpart prompt, type select disk <disknumber>.
  8. At the diskpart prompt, type convert gpt.

Converting GPT Disks to Basic Disks

You can change a disk from GPT to MBR partition system as long as the disk is empty and contains no volumes. If it has data, you must back up your data and then delete all partitions or volumes before converting the disk.

To change a GUID partition table disk into a master boot record disk within the Windows interface, follow these steps:

  1. Back up or move all volumes on the basic GPT disk you want to convert into a MBR disk.
  2. If the disk contains any partitions or volumes, right-click any volumes on the disk and then click Delete Volume.
  3. Right-click the GPT disk that you want to change into an MBR disk and then click Convert to MBR disk.

To change a GUID partition table disk into a master boot record disk using the command line, follow these steps:

  1. Back up or move all volumes on the basic GPT disk you want to convert into a MBR disk.
  2. Open a command prompt and type diskpart. If the disk does not contain any partitions or volumes, skip steps 3-5.
  3. At the diskpart prompt, type list volume. Make note of the volume number you want to delete.
  4. At the diskpart prompt, type select volume <volumenumber>.
  5. At the diskpart prompt, type delete volume.
  6. At the diskpart prompt, type list disk. Make note of the disk number of the disk that you want to convert to a GPT disk.
  7. At the diskpart prompt, type select disk <disknumber>.
  8. At the diskpart prompt, type convert mbr.

Moving Disks to Another Computer

To move disks to another computer, follow these steps:

  1. Before you disconnect the disks, use Disk Management on the source computer and make sure that the status of all volumes on each of the disks is healthy. For any volumes that are not healthy, repair the volumes before you move the disks.
  2. If the disks are dynamic, right-click each disk and select Remove Disk.
  3. Power off the computer, remove the physical disks, and then install the physical disks on the target computer.
  4. When you restart the target computer, the Found New Hardware dialog box should appear. If not, click Start, Control Panel, Add Hardware to launch the Add Hardware Wizard. Use the wizard to properly install the disks on the computer.
  5. Open Disk Management on the target computer.
  6. Click Action, Rescan Disks from the menu bar.
  7. For any disks that are labeled Foreign, right-click them, click Import Foreign Disks, and then follow the instructions provided by the Disk Management console.

Reactivating a Missing or Offline Disk

A dynamic disk can become “missing” or “offline” when it is somehow damaged, it suddenly loses power, or it has its data cable disconnected while still powered on. Unfortunately, you can reactivate only dynamic disks—not basic disks.

Follow these steps to reactivate a missing or offline dynamic disk:

  1. Launch the Disk Management console.
  2. Right-click the disk marked Missing or Offline and then select the Reactivate Disk option.
  3. After the disk is reactivated, the disk should be labeled as “online.”
  4. Exit from the Disk Management MMC.

InformIT Promotional Mailings & Special Offers

I would like to receive exclusive offers and hear about products from InformIT and its family of brands. I can unsubscribe at any time.

Overview


Pearson Education, Inc., 221 River Street, Hoboken, New Jersey 07030, (Pearson) presents this site to provide information about products and services that can be purchased through this site.

This privacy notice provides an overview of our commitment to privacy and describes how we collect, protect, use and share personal information collected through this site. Please note that other Pearson websites and online products and services have their own separate privacy policies.

Collection and Use of Information


To conduct business and deliver products and services, Pearson collects and uses personal information in several ways in connection with this site, including:

Questions and Inquiries

For inquiries and questions, we collect the inquiry or question, together with name, contact details (email address, phone number and mailing address) and any other additional information voluntarily submitted to us through a Contact Us form or an email. We use this information to address the inquiry and respond to the question.

Online Store

For orders and purchases placed through our online store on this site, we collect order details, name, institution name and address (if applicable), email address, phone number, shipping and billing addresses, credit/debit card information, shipping options and any instructions. We use this information to complete transactions, fulfill orders, communicate with individuals placing orders or visiting the online store, and for related purposes.

Surveys

Pearson may offer opportunities to provide feedback or participate in surveys, including surveys evaluating Pearson products, services or sites. Participation is voluntary. Pearson collects information requested in the survey questions and uses the information to evaluate, support, maintain and improve products, services or sites, develop new products and services, conduct educational research and for other purposes specified in the survey.

Contests and Drawings

Occasionally, we may sponsor a contest or drawing. Participation is optional. Pearson collects name, contact information and other information specified on the entry form for the contest or drawing to conduct the contest or drawing. Pearson may collect additional personal information from the winners of a contest or drawing in order to award the prize and for tax reporting purposes, as required by law.

Newsletters

If you have elected to receive email newsletters or promotional mailings and special offers but want to unsubscribe, simply email information@informit.com.

Service Announcements

On rare occasions it is necessary to send out a strictly service related announcement. For instance, if our service is temporarily suspended for maintenance we might send users an email. Generally, users may not opt-out of these communications, though they can deactivate their account information. However, these communications are not promotional in nature.

Customer Service

We communicate with users on a regular basis to provide requested services and in regard to issues relating to their account we reply via email or phone in accordance with the users' wishes when a user submits their information through our Contact Us form.

Other Collection and Use of Information


Application and System Logs

Pearson automatically collects log data to help ensure the delivery, availability and security of this site. Log data may include technical information about how a user or visitor connected to this site, such as browser type, type of computer/device, operating system, internet service provider and IP address. We use this information for support purposes and to monitor the health of the site, identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents and appropriately scale computing resources.

Web Analytics

Pearson may use third party web trend analytical services, including Google Analytics, to collect visitor information, such as IP addresses, browser types, referring pages, pages visited and time spent on a particular site. While these analytical services collect and report information on an anonymous basis, they may use cookies to gather web trend information. The information gathered may enable Pearson (but not the third party web trend services) to link information with application and system log data. Pearson uses this information for system administration and to identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents, appropriately scale computing resources and otherwise support and deliver this site and its services.

Cookies and Related Technologies

This site uses cookies and similar technologies to personalize content, measure traffic patterns, control security, track use and access of information on this site, and provide interest-based messages and advertising. Users can manage and block the use of cookies through their browser. Disabling or blocking certain cookies may limit the functionality of this site.

Do Not Track

This site currently does not respond to Do Not Track signals.

Security


Pearson uses appropriate physical, administrative and technical security measures to protect personal information from unauthorized access, use and disclosure.

Children


This site is not directed to children under the age of 13.

Marketing


Pearson may send or direct marketing communications to users, provided that

  • Pearson will not use personal information collected or processed as a K-12 school service provider for the purpose of directed or targeted advertising.
  • Such marketing is consistent with applicable law and Pearson's legal obligations.
  • Pearson will not knowingly direct or send marketing communications to an individual who has expressed a preference not to receive marketing.
  • Where required by applicable law, express or implied consent to marketing exists and has not been withdrawn.

Pearson may provide personal information to a third party service provider on a restricted basis to provide marketing solely on behalf of Pearson or an affiliate or customer for whom Pearson is a service provider. Marketing preferences may be changed at any time.

Correcting/Updating Personal Information


If a user's personally identifiable information changes (such as your postal address or email address), we provide a way to correct or update that user's personal data provided to us. This can be done on the Account page. If a user no longer desires our service and desires to delete his or her account, please contact us at customer-service@informit.com and we will process the deletion of a user's account.

Choice/Opt-out


Users can always make an informed choice as to whether they should proceed with certain services offered by InformIT. If you choose to remove yourself from our mailing list(s) simply visit the following page and uncheck any communication you no longer want to receive: www.informit.com/u.aspx.

Sale of Personal Information


Pearson does not rent or sell personal information in exchange for any payment of money.

While Pearson does not sell personal information, as defined in Nevada law, Nevada residents may email a request for no sale of their personal information to NevadaDesignatedRequest@pearson.com.

Supplemental Privacy Statement for California Residents


California residents should read our Supplemental privacy statement for California residents in conjunction with this Privacy Notice. The Supplemental privacy statement for California residents explains Pearson's commitment to comply with California law and applies to personal information of California residents collected in connection with this site and the Services.

Sharing and Disclosure


Pearson may disclose personal information, as follows:

  • As required by law.
  • With the consent of the individual (or their parent, if the individual is a minor)
  • In response to a subpoena, court order or legal process, to the extent permitted or required by law
  • To protect the security and safety of individuals, data, assets and systems, consistent with applicable law
  • In connection the sale, joint venture or other transfer of some or all of its company or assets, subject to the provisions of this Privacy Notice
  • To investigate or address actual or suspected fraud or other illegal activities
  • To exercise its legal rights, including enforcement of the Terms of Use for this site or another contract
  • To affiliated Pearson companies and other companies and organizations who perform work for Pearson and are obligated to protect the privacy of personal information consistent with this Privacy Notice
  • To a school, organization, company or government agency, where Pearson collects or processes the personal information in a school setting or on behalf of such organization, company or government agency.

Links


This web site contains links to other sites. Please be aware that we are not responsible for the privacy practices of such other sites. We encourage our users to be aware when they leave our site and to read the privacy statements of each and every web site that collects Personal Information. This privacy statement applies solely to information collected by this web site.

Requests and Contact


Please contact us about this Privacy Notice or if you have any requests or questions relating to the privacy of your personal information.

Changes to this Privacy Notice


We may revise this Privacy Notice through an updated posting. We will identify the effective date of the revision in the posting. Often, updates are made to provide greater clarity or to comply with changes in regulatory requirements. If the updates involve material changes to the collection, protection, use or disclosure of Personal Information, Pearson will provide notice of the change through a conspicuous notice on this site or other appropriate way. Continued use of the site after the effective date of a posted revision evidences acceptance. Please contact us if you have questions or concerns about the Privacy Notice or any objection to any revisions.

Last Update: November 17, 2020