All Topics  
Logical Disk Manager

 

   Email Print
   Bookmark   Link






 

Logical Disk Manager



 
 
The Logical Disk Manager is an implementation of a logical volume manager
Logical volume management

In computer storage, logical volume management or LVM is a method of allocating space on mass storage devices that is more flexible than conventional partition schemes....
 for Microsoft Windows NT, developed by Microsoft
Microsoft

Microsoft Corporation is a multinational corporation computer technology corporation that develops, manufactures, licenses, and supports a wide range of computer software products for computing devices....
 and Veritas Software
VERITAS Software

Veritas Software Corp. was an international software company that was founded in 1983 as Tolerant Systems, renamed Veritas Software Corp. in 1989, and merged with Symantec in 2005....
. It was introduced with the Windows 2000
Windows 2000

Windows 2000 is a line of operating systems produced by Microsoft for use on business desktops, Laptop, and Server . Released on 17 February, 2000, it was the successor to Windows NT 4.0, and is the final release of Microsoft Windows to display the "Windows NT" designation....
 operating system, and is supported in Windows XP
Windows XP

Windows XP is a line of operating systems produced by Microsoft for use on personal computers, including home and business desktops, laptop, and media centers....
, Windows Server 2003
Windows Server 2003

Windows Server 2003 is a Server operating system produced by Microsoft. Introduced on 24 April 2003 as the successor to Windows 2000 Server, it is considered by Microsoft to be the cornerstone of its Windows Server System line of business server products....
 and Windows Vista
Windows Vista

Windows Vista is one member in a family of operating systems developed by Microsoft for use on personal computers, including home and business Desktop computer, laptops, Tablet PCs, and media center PCs....
.

c storage involves dividing a disk into primary and extended partitions. This is the way that all versions of Windows that were reliant on DOS
DOS

DOS, short for "Disk Operating System", is a shorthand term for several closely related operating systems that dominated the IBM PC compatible market between 1981 and 1995, or until about 2000 if one includes the partially DOS-based Microsoft Windows versions Windows 95, Windows 98, and Windows Me....
 handled storage took, and disks formatted in this manner are known as basic disks.






Discussion
Ask a question about 'Logical Disk Manager'
Start a new discussion about 'Logical Disk Manager'
Answer questions from other users
Full Discussion Forum



Encyclopedia


The Logical Disk Manager is an implementation of a logical volume manager
Logical volume management

In computer storage, logical volume management or LVM is a method of allocating space on mass storage devices that is more flexible than conventional partition schemes....
 for Microsoft Windows NT, developed by Microsoft
Microsoft

Microsoft Corporation is a multinational corporation computer technology corporation that develops, manufactures, licenses, and supports a wide range of computer software products for computing devices....
 and Veritas Software
VERITAS Software

Veritas Software Corp. was an international software company that was founded in 1983 as Tolerant Systems, renamed Veritas Software Corp. in 1989, and merged with Symantec in 2005....
. It was introduced with the Windows 2000
Windows 2000

Windows 2000 is a line of operating systems produced by Microsoft for use on business desktops, Laptop, and Server . Released on 17 February, 2000, it was the successor to Windows NT 4.0, and is the final release of Microsoft Windows to display the "Windows NT" designation....
 operating system, and is supported in Windows XP
Windows XP

Windows XP is a line of operating systems produced by Microsoft for use on personal computers, including home and business desktops, laptop, and media centers....
, Windows Server 2003
Windows Server 2003

Windows Server 2003 is a Server operating system produced by Microsoft. Introduced on 24 April 2003 as the successor to Windows 2000 Server, it is considered by Microsoft to be the cornerstone of its Windows Server System line of business server products....
 and Windows Vista
Windows Vista

Windows Vista is one member in a family of operating systems developed by Microsoft for use on personal computers, including home and business Desktop computer, laptops, Tablet PCs, and media center PCs....
.

Overview

Basic storage involves dividing a disk into primary and extended partitions. This is the way that all versions of Windows that were reliant on DOS
DOS

DOS, short for "Disk Operating System", is a shorthand term for several closely related operating systems that dominated the IBM PC compatible market between 1981 and 1995, or until about 2000 if one includes the partially DOS-based Microsoft Windows versions Windows 95, Windows 98, and Windows Me....
 handled storage took, and disks formatted in this manner are known as basic disks. Dynamic storage involves the use of a single partition that covers the entire disk, and the disk itself is divided into volumes or combined with other disks to form volumes that are greater in size than one disk itself. Volumes can use any supported file system
File system

In computing, a file system is a method for store and organize computer files and the data they contain to make it easy to find and access them....
.

Basic disks can be upgraded to dynamic disks, however when this is done the disk cannot easily be downgraded to a basic disk again. To perform a downgrade, data on the dynamic disk must first be backed up onto some other storage device. Second, the dynamic disk must be re-formatted as a basic disk (erasing all data). Finally, data from the backup must be copied back over to the newly re-formatted basic disk.

Dynamic disks provide the capability for software implementations of RAID. The main disadvantage of dynamic disks in Microsoft Windows is that they can only be recognized under certain operating systems, such as Windows 2000
Windows 2000

Windows 2000 is a line of operating systems produced by Microsoft for use on business desktops, Laptop, and Server . Released on 17 February, 2000, it was the successor to Windows NT 4.0, and is the final release of Microsoft Windows to display the "Windows NT" designation....
 or later (excluding home versions such as Windows XP
Windows XP

Windows XP is a line of operating systems produced by Microsoft for use on personal computers, including home and business desktops, laptop, and media centers....
 Home Edition, and Windows Vista
Windows Vista

Windows Vista is one member in a family of operating systems developed by Microsoft for use on personal computers, including home and business Desktop computer, laptops, Tablet PCs, and media center PCs....
 Home Basic and Premium), or the Linux
Linux

Linux is a generic term referring to Unix-like computer operating systems based on the Linux kernel. Their development is one of the most prominent examples of free and open source software collaboration; typically all the underlying source code can be used, freely modified, and redistributed by anyone under the terms of the GNU GPL license...
 kernel starting with version 2.4.8.

Dynamic disks under Windows are provided with the use of databases stored on disk(s). The volumes are referred to as dynamic volumes. It is possible to have 2000 dynamic volumes per dynamic disk, but the maximum recommended by Microsoft is 32.

Partition table types

ID (GUID Partition Table
GUID Partition Table

In computer hardware, Globally Unique Identifier Partition Table is a standard for the layout of the partition table on a physical hard disk. It is a part of the Extensible Firmware Interface standard proposed by Intel as a replacement for the IBM PC BIOS, one of the few remaining parts of the original IBM PC....
 and MBR Partition Table
Master boot record

A master boot record , or partition sector, is the 512-byte boot sector that is the first disk sector of a Disk partitioning data storage device such as a hard disk....
)
Description
5808C8AA-7E8F-42E0-85D2-E1E90434CFB3
MBR: None
"metadata" partition. The area of the disc that is used for holding configuration data that describe the volumes that LDM manages.
GPT: AF9B60A0-1431-4F62-BC68-3311714A69AD
MBR: 0x42
"data" partition. The area of the disc that is used for holding LDM volumes themselves.


On a disk partitioned with the MBR Partition Table scheme, the Logical Disk Manager metadata
Metadata

Metadata is "data about other data", of any sort in any media. An item of metadata may describe an individual datum, or content item, or a collection of data including multiple content items and hierarchical levels, for example a database schema....
 are not stored in a partition, but are stored in a 1MiB
Mebibyte

The Mebibyte is a standards-based binary prefix of the byte, a unit of Computer data storage. Mebibyte is abbreviated MiB.The unit prefix mebi was defined by the International Electrotechnical Commission in December 1998....
 area at the end of the disk that is not assigned to any partition. The disc partitioning tools in Windows XP
Windows XP

Windows XP is a line of operating systems produced by Microsoft for use on personal computers, including home and business desktops, laptop, and media centers....
 will not use that area for disk partitions, but the tools in other operating systems might.

Basic volumes and dynamic volumes

Dynamic volume is Microsoft proprietary format developed together with Veritas (now acquired by Symantec). Basic volumes and dynamic volumes differ in ability to extend storage beyond one physical disk. The basic partitions are confined to one disk and their size is fixed. Dynamic volumes allow to adjust size and to add more free space either from the same disk or another physical disk. Dynamic volumes using space on different physical disks are called spanned volumes. Presently spanned volume can use a maximum of 32 physical disks.

See also

  • Logical volume management
    Logical volume management

    In computer storage, logical volume management or LVM is a method of allocating space on mass storage devices that is more flexible than conventional partition schemes....
  • Logical Volume Manager
    Logical Volume Manager

    Logical Volume Manager may refer to:*Logical Volume Manager *Logical Volume Manager ...
  • List of Microsoft Windows components
    List of Microsoft Windows components

    The following is a list of Microsoft Windows components....
  • diskpart
    Diskpart

    In computing, diskpart is a command-line hard disk Disk partitioning utility included in versions of the Windows NT operating system line from Windows 2000 onwards, replacing fdisk which was used in MS-DOS based operating systems....


External links