Recipe 3.2. Converting a Basic Disk to DynamicProblemYou want to convert a basic disk to a dynamic disk. Solution
Using a graphical
|
|
MS KB 175761 (Dynamic vs. Basic Storage in Windows 2000), MS KB 309044 (How To Convert to Basic and Dynamic Disks in Windows XP Professional), MS KB 254105 (Dynamic Disk Hardware Limitations), and MS KB 314343 (Basic Storage Versus Dynamic Storage in Windows XP)
Recipe 3.3. Enabling Disk Performance StatisticsProblemYou want to monitor disk performance and you need to enable performance statistics. SolutionOn Windows 2000 Server, run the following command and then reboot: > diskperf -y On Windows Server 2003, all disk performance statistics are enabled by default. Discussion
With Windows NT, both logical and physical disk performance counters were disabled by default. With Windows 2000, physical disk counters were enabled and logical disk counters were disabled. With Windows Server 2003, both logical and physical disk counters are enabled. Logical and physical disk counters were disabled by default in previous versions of the OS because of the concern that the impact to performance would be too great to have them on all the time. As disk access times have steadily improved over the
See AlsoMS KB 253251 (Using Diskperf in Windows 2000) |