RE: Dynamic vs Basic Partitions

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



That will work perfect. I will just run that in a command prompt and read it
out one by one and remove the dynamic disks from my array.

Thanks!

"Walter Wang [MSFT]" wrote:

Hi,

Dyanamic disks are partitioned using Logical Disk Manager (LDM)
partitioning. The LDM subsystem in Windows, which consists of user-mode and
device driver components, oversees dynamic disks. LDM maintains one unified
database that stores partitioning information for all the dynamic disks on
a system--including multipartition-volume configuration.

As far as I know, there're no API for calling LDM service.

The LDM database resides in a 1-MB reserved space at the end of each
dynamic disk. Unfortunately this database's format is not officially
documented.

Sysinternals.com has a freeware called ldmdump.exe
(http://www.sysinternals.com/Utilities/LdmDump.html) which can display the
database content.

For a basic disk, the output will be:


Logical Disk Manager Configuration Dump v1.03
Copyright (C) 2000-2002 Mark Russinovich

Disk does not have LDM database.

For a dynamic disk, the output will be:

Logical Disk Manager Configuration Dump v1.03
Copyright (C) 2000-2002 Mark Russinovich

PRIVATE HEAD:
Signature : PRIVHEAD
Version : 2.11
Disk Id : 49448001-f838-447d-836d-85002666e401
Host Id : 1b77da20-c717-11d0-a5be-00a0c91db73c
Disk Group Id : 158f43d4-430b-4c1e-b6ad-43254e9c27d8
Disk Group Name : Sha-wawang-v5Dg0
Logical disk start : 3F
Logical disk size : 9C25FE (4996 MB)
Configuration start: 9C3520
Configuration size : 800 (1 MB)
Number of TOCs : 1
TOC size : 7FE (1023 KB)
Number of Configs : 1
Config size : 5AC (726 KB)
Number of Logs : 1
Log size : DC (110 KB)

...

So as a workaround, you may use this tool to output the information and
check for string "Disk does not have LDM database" to determine whether or
not this is a basic disk.

Please reply to let me know whether or not you need further information.
Thanks.

Sincerely,
Walter Wang (wawang@xxxxxxxxxxxxxxxxxxxx, remove 'online.')
Microsoft Online Community Support

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications. If you are using Outlook Express, please make sure you clear the
check box "Tools/Options/Read: Get 300 headers at a time" to see your reply
promptly.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.


.



Relevant Pages

  • RE: Dynamic vs Basic Partitions
    ... computer that show LDM information for a basic disk. ... Microsoft Online Community Support ...
    (microsoft.public.dotnet.general)
  • RE: Dynamic vs Basic Partitions
    ... Dyanamic disks are partitioned using Logical Disk Manager (LDM) ... device driver components, oversees dynamic disks. ...
    (microsoft.public.dotnet.general)
  • Re: how to read a dynamic disk when boot disk fails
    ... Windows XP Professional will support them with certain limitations. ... Windows 98 does not support dynamic disks, and there's no supported way to ... convert a disk from dynamic back to basic. ...
    (microsoft.public.windows.server.general)
  • [2.6 PATCH] LDM: Fix for Windows Vista dynamic disks
    ... with Windows Vista dynamic disks which are subtly different to Windows ... Fix the LDM driver to work with Windows Vista dynamic disks. ... LDM - Logical Disk Manager ...
    (Linux-Kernel)
  • Re: Dynamic Drives and Partitions
    ... Check out the Dynamic Disks technical reference at ... structures of the disk to understand the true differences between basic and ... Want to learn more about Windows Server file and storage technologies? ... the partition are called volumes. ...
    (microsoft.public.win2000.file_system)