• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Dynamic Disk VS. Basic Disk

hrb10300

Junior Member
I ahve seen the terms dynamic disk and basic disk when looking through xp install notes, it was very vague on what differences there were asnd which was best?would like to know which is best and why? Am basically looking for performance related to fatser access... I have a 1.4 T-Bird Biostar M7VKB V.2 40GB Western Digital 7200 RPM on primary and 45GB IBM Deskstar 7200RPM on secondary master.😛
 
A new storage type has been defined with the introduction of Windows 2000, and exposed in the new Logical Disk Management snap-in; previous versions of Windows NT used only basic storage:

Basic storage uses normal partition tables supported by all versions of Windows, MS-DOS, and Windows NT. A disk initialized for basic storage is called a basic disk. It can hold primary partitions, extended partitions, and logical drives.

Basic volumes include partitions and logical drives, as well as volumes created using Windows NT 4.0 or earlier, such as volume sets, stripe sets, mirror sets, and stripe sets with parity. In Windows 2000, these volumes are called spanned volumes, striped volumes, mirrored volumes, and RAID-5 volumes, respectively.

Dynamic storage is supported by Windows 2000 and Windows XP. A disk initialized for dynamic storage is called a dynamic disk. It can hold simple volumes, spanned volumes, mirrored volumes, striped volumes, and RAID-5 volumes. With dynamic storage, you can perform disk and volume management without having to restart the operating system.

Upgrading a disk from basic to dynamic can be done from the Disk Management MMC Snap-in. In Programs, go to select Disk Management from Administrative Tools. You may be prompted to upgrade your disks or you can right-click the disk to upgrade it.

WARNING: Upgrading a disk to dynamic storage will render the entire disk unreadable to operating systems other than Windows 2000. This is a one-way process. In order to change back to basic disk format, the drive must be repartitioned.

Storage types are separate from the file system type; a basic or dynamic disk can contain any combination of FAT16, FAT32, NTFS v4.0, NTFS v5.0 partitions or volumes.

Windows 2000 and Windows XP accommodates both basic and dynamic storage. A disk system can contain any combination of storage types. However, all volumes on the same disk must use the same storage type.

On a basic disk, a partition is a portion of the disk that functions as a physically separate unit. On a dynamic disk, storage is divided into volumes instead of partitions.


MORE INFORMATION
Dynamic Storage Terms:

A volume is a storage unit made from free space on one or more disks. It can be formatted with a file system and assigned a drive letter. Volumes on dynamic disks can have any of the following layouts: simple, spanned, mirrored, striped, or RAID-5.

A simple volume uses free space from a single disk. It can be a single region on a disk or consist of multiple, concatenated regions. A simple volume can be extended within the same disk or onto additional disks. If a simple volume is extended across multiple disks, it becomes a spanned volume.

A spanned volume is made from free disk space that is linked together from multiple disks (up to a maximum of 32 disks). A spanned volume can be extended onto additional disks. A spanned volume cannot be mirrored.

A mirrored volume is a fault-tolerant volume whose data is duplicated on two physical disks. All of the data on one volume is copied to another disk to provide data redundancy. If one of the disks fails, the data can still be accessed from the remaining disk. A mirrored volume cannot be extended. Mirroring is also known as RAID-1.

A striped volume is a volume whose data is interleaved across two or more physical disks. The data on this type of volume is allocated alternately and evenly to each of the physical disks. A striped volume cannot be mirrored or extended. Striping is also known as RAID-0.

A RAID-5 volume is a fault-tolerant volume whose data is striped across an array of three or more disks. Parity (a calculated value that can be used to reconstruct data after a failure) is also striped across the disk array. If a physical disk fails, the portion of the RAID-5 volume that was on that failed disk can be recreated from the remaining data and the parity. A RAID-5 volume cannot be mirrored or extended.

The system volume contains the hardware-specific files (Ntldr, Boot.ini, Ntdetect.com) needed to load Windows NT.

The boot volume contains Windows NT operating system files that are located in the %Systemroot% and %Systemroot%\System32 folder.

NOTE: Windows 2000 Advanced Server and Datacenter server shipped from Microsoft do not provide support for dynamic disks in a server cluster (MSCS) environment. The Volume Manager for Windows 2000 add-on product from Veritas can be used to add the dynamic disk features to a server cluster. When the Veritas Volume Manager product is installed on a cluster, Veritas should be the first point of support for cluster issues.
 
Hmm, from what I can remember basic and dynamic have no performance difference. If you used a dynamic drive you could assign both hard drives the letter c: and the system would "see" it as one large drive. Basic is the way you normally format and assign letters. Unless you need one large drive stick with basic.
 
thanks for the response but Im still in the dark, would I get any performance increase by going to dynamic disk or is it just for easier file management?
 
There is no real performance difference. If you cannot see any advantage with going with Dynamic Disks as I outlined above, you really should stick with Basic Disk.

Note that you should only go with Dynamic disks if you are ONLY using Win2K/WinXP. No other OS can access a dynamic disk.
 
Back
Top