diff options
author | Anton Altaparmakov <aia21@cantab.net> | 2007-05-21 04:37:42 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-21 12:58:40 -0400 |
commit | dde33348e53ecab687a9768bf5262f0b8f79b7f2 (patch) | |
tree | 6bfb828e56147b7c327a1304c27e93fc92f6c060 /Documentation/ldm.txt | |
parent | 17304383ebc1ce68a88030ac4d18ea549d9578c7 (diff) |
LDM: Fix for Windows Vista dynamic disks
This fixes the LDM driver so that it works with Windows Vista dynamic
disks which are subtly different to Windows 2000/XP ones.
The patch was needed to get a Vista formatted dynamic disk to be
recognized and parsed successfully.
Thanks go to Chris Teachworth for the report and testing.
Cc: Richard Russon <ldm@flatcap.org>
Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation/ldm.txt')
-rw-r--r-- | Documentation/ldm.txt | 21 |
1 files changed, 14 insertions, 7 deletions
diff --git a/Documentation/ldm.txt b/Documentation/ldm.txt index e266e11c19a3..718085bc9f1a 100644 --- a/Documentation/ldm.txt +++ b/Documentation/ldm.txt | |||
@@ -2,10 +2,13 @@ | |||
2 | LDM - Logical Disk Manager (Dynamic Disks) | 2 | LDM - Logical Disk Manager (Dynamic Disks) |
3 | ------------------------------------------ | 3 | ------------------------------------------ |
4 | 4 | ||
5 | Originally Written by FlatCap - Richard Russon <ldm@flatcap.org>. | ||
6 | Last Updated by Anton Altaparmakov on 30 March 2007 for Windows Vista. | ||
7 | |||
5 | Overview | 8 | Overview |
6 | -------- | 9 | -------- |
7 | 10 | ||
8 | Windows 2000 and XP use a new partitioning scheme. It is a complete | 11 | Windows 2000, XP, and Vista use a new partitioning scheme. It is a complete |
9 | replacement for the MSDOS style partitions. It stores its information in a | 12 | replacement for the MSDOS style partitions. It stores its information in a |
10 | 1MiB journalled database at the end of the physical disk. The size of | 13 | 1MiB journalled database at the end of the physical disk. The size of |
11 | partitions is limited only by disk space. The maximum number of partitions is | 14 | partitions is limited only by disk space. The maximum number of partitions is |
@@ -23,7 +26,11 @@ Once the LDM driver has divided up the disk, you can use the MD driver to | |||
23 | assemble any multi-partition volumes, e.g. Stripes, RAID5. | 26 | assemble any multi-partition volumes, e.g. Stripes, RAID5. |
24 | 27 | ||
25 | To prevent legacy applications from repartitioning the disk, the LDM creates a | 28 | To prevent legacy applications from repartitioning the disk, the LDM creates a |
26 | dummy MSDOS partition containing one disk-sized partition. | 29 | dummy MSDOS partition containing one disk-sized partition. This is what is |
30 | supported with the Linux LDM driver. | ||
31 | |||
32 | A newer approach that has been implemented with Vista is to put LDM on top of a | ||
33 | GPT label disk. This is not supported by the Linux LDM driver yet. | ||
27 | 34 | ||
28 | 35 | ||
29 | Example | 36 | Example |
@@ -88,13 +95,13 @@ and cannot boot from a Dynamic Disk. | |||
88 | More Documentation | 95 | More Documentation |
89 | ------------------ | 96 | ------------------ |
90 | 97 | ||
91 | There is an Overview of the LDM online together with complete Technical | 98 | There is an Overview of the LDM together with complete Technical Documentation. |
92 | Documentation. It can also be downloaded in html. | 99 | It is available for download. |
93 | 100 | ||
94 | http://linux-ntfs.sourceforge.net/ldm/index.html | 101 | http://www.linux-ntfs.org/content/view/19/37/ |
95 | http://linux-ntfs.sourceforge.net/downloads.html | ||
96 | 102 | ||
97 | If you have any LDM questions that aren't answered on the website, email me. | 103 | If you have any LDM questions that aren't answered in the documentation, email |
104 | me. | ||
98 | 105 | ||
99 | Cheers, | 106 | Cheers, |
100 | FlatCap - Richard Russon | 107 | FlatCap - Richard Russon |