Windows IT Pro is the authoritative and independent resource for windows nt, windows 2000, windows 2003, windows xp. Features a collection of resources and magazines for windows IT professionals.
  
  
  Advanced Search 


April 24, 2000

Basic and Dynamic Disks


RSS
Subscribe to Windows IT Pro | See More Windows 2000 Articles Here | Reprints | Or get the Monthly Online Pass—only $5.95 a month!

As you probably know, Windows NT supports four primary partitions per physical hard disk, one of which can be an extended partition. Of course, you can create logical drives within the extended partition. Windows 2000 (Win2K) follows the same strategy: You can have a maximum of four primary partitions, one of which can be an extended partition with logical drives. However, Win2K supports two new disk configuration types—basic disk and dynamic disk—which you must understand to effectively configure and troubleshoot Win2K disk storage.

Basic Disk
A Win2K basic disk, which is similar to the disk configuration we're used to in NT, is a physical disk with primary and extended partitions. As long as you use an appropriate format, Win2K, NT, Windows 9x, and DOS can access basic disks. Unlike in NT, you don’t need to commit changes or restart your computer to get Disk Management changes to take effect.

Dynamic Disk
A Win2K dynamic disk is a physical disk that doesn't use partitions or logical drives. Instead, it contains only dynamic volumes that you create in the Disk Management console. Regardless of what format you use for the file system, only Win2K computers can access dynamic volumes directly. However, computers that aren't running Win2K can access the dynamic volumes remotely when connected to the shared folders over the network. In NT, what we call sets (e.g., mirrored sets, striped sets) are in Win2K called volumes (e.g., mirrored volumes, striped volumes).

With dynamic disks, we can create fault-tolerant volumes such as striped, mirrored, and RAID-5 volumes. In addition, we can extend volumes and make changes to the disk without rebooting the computer. If you want to take advantage of these features, especially software fault- tolerant features, you must upgrade to dynamic disk.

Upgrading to Dynamic Disk
You use Win2K's Disk Management to upgrade a basic disk to a dynamic disk. Click Start and go to Programs, Administrative Tools, Computer Management. You’ll find Disk Management under Storage, as Screen 1 shows. Click the gray area where you see the disk icon and the word Basic. Right-click and select Upgrade to Dynamic Disk. Note that you can’t dual-boot to another OS if you upgrade to dynamic disk, which typically isn't a big deal for servers, but it's something to think about for Windows 2000 Professional (Win2K Pro) machines.

For all practical purposes, upgrading to a dynamic disk is a one-way process. Although it's possible to convert a dynamic disk with volumes to a basic disk, you'll lose all your data. Therefore, you must first save your data, convert the disk to basic, and then restore your data.

Comparing Basic Disk to Dynamic Disk
When you install Win2K on a computer, the system automatically configures the hard disks as basic disks. You can convert a basic disk to a dynamic disk using Disk Management, but you can't extend a basic disk. In other words, you can only extend volumes you created after you converted the disk to a dynamic disk.

You can create primary and extended partitions on a basic disk, and, as I mentioned earlier, you can create an extended partition with logical drives on a basic disk. A dynamic disk can contain simple, spanned, mirrored, striped, and RAID-5 volumes. You can also extend a simple or spanned volume on a dynamic disk.

Win2K doesn't support dynamic disks on laptops, and, unless you're using an older machine that's not Advanced Configuration and Power Interface (ACPI)-compliant, the Upgrade to Dynamic Disk option won’t be available. Dynamic disks have some additional limitations. You can’t install Win2K on a dynamic volume you created from raw space on a dynamic disk. You can install Win2K on a dynamic volume that you upgraded from a basic disk, but you can’t extend either the system or the boot partition. Any troubleshooting tools that are unable to read the dynamic Disk Management database will work only on a basic disk.

You can use NTFS, FAT32, or FAT16 on a basic or a dynamic disk. Because the upgrade from basic to dynamic is per physical disk, all volumes on a physical disk must be either basic or dynamic. As I mentioned earlier, you don’t need to save changes in Disk Management (as you do in NT’s Disk Administrator) or restart your computer when you upgrade from a basic to a dynamic disk. However, if you upgrade your startup disk or upgrade a volume or partition, you must restart your computer.

Basic and dynamic disks are a new way of looking at hard disk configuration. If you're migrating to Win2K from NT, the dynamic disk concept might seem strange initially, but you’ll find that once you understand the differences and the pros and cons, working with dynamic disks is not complicated.

End of Article



Reader Comments
I thought the article was pretty good. I think that a couple of other things could have been mentioned though.

1. You can delete the drive letter and mount a partition to any other partition once you are using dynamic disks for the drives involved. I do this to avoid numerous drive letters and them changing when I add or remove hdd/zip drives through my slide chassis (while you can assign letters in disk admin, you tend to have to use later letters like "k:" to keep from stepping on the toes of other drives. Also, if you reinstall Win2K onto the same partition (even if you kill the old winnt directory) you will still have the mounting point intact for the other volume(s).

2. While the defragmenter that comes with Win2K works w/o drive letters, the full version (Diskeeper 5.0) will not. You can however assign a letter in addition to the volume mounting point name.

Just a couple of cool things that I have found using Win2K. Enjoy!

James Carter April 25, 2000


The concepts can only be understood by people that have already worked with Dynamic Disks, so they do not need the article. As for the others the article does not describe the diferences between the two in a way they can understand.
In other words: if You write an article think about the target, this tiem You missed it (unless the target was "i want You all know i Know ....!)some one naive out there !!??

Marco Bagnoli April 25, 2000


Lately I've been Ghosting my installations to a 2nd FAT partition by booting to a DOS floppy to perform the Ghost. Looks to me like Ghost is out if you use Dynamic disks.

Chris Steele April 25, 2000


A good basic article about the differences between nt4.0 basic disks and win2k dynamic disks. Level 100 tech. Not comprehensive but onformative.

Hector Blanco June 01, 2000


A very brief information about basic and dynamic disk concept. Though this is not indepth, it is a very good starting point for all who need to know about disk configurations in Windows 2000.

Rajavelu June 13, 2000


Does anybody know if there is a performance degradation going from basic to dynamic. A friend of mine said when he went from basic to dynamic his SQL server performance was significantly reduced (ran three times slower).

Any ideas?

David Olson March 13, 2002


when somebody convert basic to dynamic than performance can be down. it is because the process is not done properly. you should install ur sql again may be the performance come back.

gaurav December 30, 2003


Regarding David Olson's question about performance degradation changing basic to dynamic disk - I am not really a system programmer or system administrator to say for sure, but I would expect a bit degradation as there are more software-level overhead. Each I/O to the disk probably has to go thru. some additional microcode level or software level mapping, or reading some internal mapping file. But I have the same concern being a IBM UDB database administrator, does anybody know how much degradation to be expected for UDB/Windows server databases ? Or, there are other factors not covered here in this article I have to worry about, so maybe the best way to find out is really to try it out and take before and after performance monitoring ? Thanks.

Alex Chan December 31, 2003


The article for disk management was good and add some graphs about volumes and performance of dynamicdisk versus basicdisk

shivaraddi channalli April 18, 2004


"With dynamic disks, we can create fault-tolerant volumes such as striped, mirrored, and RAID-5 volumes"... Isn't striped volume (RAID 0) NON fault-tolerant?

Mathieu May 13, 2004


 See More Comments  1   2   3 

You must log on before posting a comment.

If you don't have a username & password, please register now.




Top Viewed ArticlesView all articles
Command Prompt Tricks

One reader shares his tip for setting up the command prompt to reflect a remote path. ...

PsExec

This freeware utility lets you execute processes on a remote system and redirect output to the local system. ...

How can I stop and start services from the command line?

...


Windows OSs Whitepapers Why SaaS is the Right Solution for Log Management

Related Events Windows, Unix, Linux Interoperability

Check out our list of Free Email Newsletters!

Windows OSs eBooks Understanding and Leveraging Code Signing Technologies

A Guide to Windows Certification and Public Keys

SQL Server Administration for Oracle DBAs

Related Windows OSs Resources Become a VIP member of the Windows IT Pro community!
Get it all with the VIP CD and VIP access. A $500+ value for only $279!

Subscribe to Windows IT Pro!
Solve your toughest technical problems with our experts and access 10,000 + articles online. 30% off

Monthly Online Pass - Only $5.95!
Get instant access to 10,000+ articles from Windows IT Pro Magazine!

TechNet Virtual Labs
Evaluate and test Microsoft's newest products.


Windows IT Pro Home Register FAQ for Windows WinInfo News
Europe Edition About Us Contact Us/Customer Service Media Kit Affiliates / Licensing  
SQL Server Magazine Office & SharePoint Pro Windows Dev Pro IT Job Hound ITTV
IT Library Technology Resource Directory Connected Home Windows Excavator Windows SuperSite 
 
 Windows IT Pro is a Division of Penton Media Inc.
 Copyright © 2008 Penton Media, Inc., All rights reserved. Terms and Use | Privacy Statement | Reprints and Licensing