70-290: MCSE Guide To Managing A Microsoft Windows Server 2003 Environment
70-290: MCSE Guide To Managing A Microsoft Windows Server 2003 Environment
Chapter 6:
Managing Disks and Data
Storage
Objectives
Understand concepts related to disk management
Manage partitions and volumes on a Windows
Server 2003 system
Understand the purpose of mounted drives and
how to implement them
Understand the fault tolerant disk strategies
natively supported in Windows Server 2003
Objectives (continued)
Determine disk and volume status information and
import foreign disks
Maintain disks on a Windows Server 2003 system
using a variety of native utilities
Basic Disks
Maximum of four primary partitions or three
primary and one extended partition on a disk
Each primary partition:
Can use FAT, FAT32, or NTFS file system
Has a drive letter
Boot partition
Operating system files reside on boot partition
Can be located on a primary partition or logical drive
70-290: MCSE Guide to Mana
Primary Partitions
A basic drive must contain at least one and no
more than four primary partitions
One partition is the system (or active) partition
Contains files to start operating system
Usually drive C on Windows
Can also be used for traditional data storage
Stripe set
Two or more disks striped for RAID level 0 or 5
Dynamic Disks
Can set up a large number of volumes per disk
Volumes are similar to partitions but with additional
capabilities
A spanned volume:
Space in 2 to 32 dynamic disks
Treated as a single volume
Allows you to maximize use of scattered space across
several disks
70-290: MCSE Guide to Mana
10
Striped Volume
Referred to as RAID level 0
Implemented for performance enhancement,
particularly for storage of large files
Not fault tolerant
Requires from 2 to 32 disks
Data is written in 64 KB blocks across rows in the
volume
11
12
Viewing information
Creating partitions and volumes
Deleting partitions and volumes
Converting basic disks to dynamic disks
13
14
15
16
17
18
19
20
21
22
Extending Volumes
Volume can be extended unless
Functioning as boot or system volume
Possible tools
Disk Management
DISKPART command-line utility
23
24
Mounted Drives
Mounting a drive is an alternative to assigning it a
drive letter
A mounted drive is represented as a folder with a
normal path
To mount a drive:
Must be on an NTFS volume
Must be an empty folder
Reasons:
26 drive letter limit
Path access is convenient
Backups
70-290: MCSE Guide to Mana
25
26
27
RAID Levels
Redundant Array of Independent Disk strategies
Set of standards for:
Lengthening disk life
Preventing data loss
Enabling uninterrupted access to data
RAID level 1
Disk mirroring (duplicating data from main disk to
backup disk)
28
RAID level 3
Disk striping, error correction on 1 disk
RAID level 4
Disk striping, error correction across all disks,
checksum on 1 disk
RAID level 5
Disk striping, error correction across all disks,
checksum across all disks
70-290: MCSE Guide to Mana
29
30
31
32
33
RAID-5 Volume
34
35
36
37
38
39
40
41
Check Disk
Allows you to scan a disk for bad sectors and file
system errors
Disk cant be in use during scan
Two start options:
Automatically fix file system errors
Scan for and attempt recovery of bad sectors
42
CONVERT
CONVERT is a command-line utility
Converts existing FAT and FAT32 partitions or
volumes to NTFS
Leaves existing data intact
43
Disk Cleanup
Allows an administrator to determine where disk
space is being used and could potentially be freed
Files that can be removed include:
44
Disk Defragmenter
Free disk space eventually become fragmented as
files are created and removed
Results in slower access and higher disk wear
Defragmentation attempts to place files in
contiguous areas
Defragmentation should be done periodically
45
46
DISKPART
Command-line utility for managing disks,
volumes, partitions
Uses include:
Configuring active partition, assigning drive letters,
implementing fault tolerance schemes, etc.
47
FORMAT
Used to implement a file system on an existing
partition
Also used on MS-DOS and Windows 9X
Has a variety of advanced settings
Setting allocation unit (cluster) size
48
FSUTIL
Used with FAT, FAT32, and NTFS file systems
Includes many advanced features, requires
experienced user
Information available includes:
Listings of drives, volume information, NTFS-specific
data
Tasks include:
Managing disk quotas, displaying free space
49
MOUNTVOL
Used to create, delete, or list volume mount points
from command line
VolumeName parameter is difficult to use
Complicates adding new mount point
Doesnt affect removing mount points
50
Summary
Windows Server 2003 supports data storage types:
Basic disk
Divided into 4 primary partitions or 3 primary and 1
extended partition with logical drives
Dynamic disk
Can be divided into a number of volumes on 1 disk
A number of disks can be configured in 1 volume
Support simple, spanned, striped, mirrored, RAID-5
volumes
51
Summary (continued)
Fault tolerance implemented through RAID
strategies
Most highly recommended are:
RAID level 1 (mirrored volumes)
RAID level 5 (striped, distributed parity info)
52