| < Day Day Up > |
When you finish this chapter, the basic installation and configuration of Windows Small Business Server is complete. Of course, there’s more you can do to polish your Windows Small Business Server network to a high
| < Day Day Up > |
| < Day Day Up > |
Arguably the single most important function that a server provides to the rest of the network is to be a central, secure, managed file storage area. By
In this chapter, we’ll cover the underlying disk management that makes it possible to store your files and protect against loss, corruption, or disaster. In Chapter 8, “Storage Management,” we’ll cover some of the new features of Microsoft Windows Small Business Server 2003 that enable you to manage storage, protect critical files, and provide versioning of shared files to protect against corruption or misadventure. Additional backup and recovery details are covered in Chapter 13, “Backing Up and Restoring Data.”
Traditionally, large businesses have used a variety of techniques to ensure that files stored on a server were both secure and safe. These solutions tend to be expensive, but, when spread across all the supported workstations and buried in a large MIS budget, they are
| < Day Day Up > |
| < Day Day Up > |
Before going into the details of managing disks and storage, let’s review some definitions.
Physical drive The actual hard disk itself, including the case, electronics, platters, and all that stuff. Not terribly important to the disk administrator.
Partition A portion of the hard disk. In many cases, this will be the entire hard disk space, but it needn’t be.
Allocation unit The smallest unit of managed disk space on a hard disk or logical volume. Also called a cluster .
Primary partition
A portion of the hard disk that’s been
Extended partition
A non-bootable portion of the hard disk that can be subdivided into logical drives. There can be only a single extended partition per hard disk, but this partition can be divided into multiple logical
Extended volume
Similar to, and sometimes synonymous with, a spanned volume, this is any dynamic volume that has been extended to make it larger than its original
Logical drive A section or partition of a hard disk that acts as a single unit. An extended partition can be divided, for example, into multiple logical drives.
Logical volume
Another
Basic disk A traditional disk drive that is divided into one or more partitions, with a logical drive in the primary partition, if present, and one or more logical drives in any extended partitions. Basic disks do not support the more advanced functions of Disk Management, but they can be converted to dynamic disks in many cases.
Dynamic disk
A managed hard disk that can be used to create various
Volume
A unit of disk space
Simple volume The Disk Management equivalent of a partition. A portion of a single dynamic disk, it can be assigned either a single drive letter or no drive letter and can be attached (mounted) on zero or more mount points.
RAID (redundant array of independent [formerly “inexpensive”] disks)
The use of multiple hard disks in an array to provide for larger volume size, fault tolerance, and increased performance. RAID comes in different levels, such as RAID-0, RAID-1, and RAID-5. Higher
Spanned volume
A collection of portions of hard disks combined into a single addressable unit. A spanned volume is formatted like a single drive and can have a drive letter assigned to it, but it will span multiple physical drives. A spanned volume—occasionally referred to as an extended volume—provides no fault tolerance and
Striped volume Like a spanned volume, a striped volume combines multiple hard disk portions into a single entity. A striped volume uses special formatting to write to each of the portions equally in a stripe to increase performance. A striped volume provides no fault tolerance and actually increases your exposure to failure, but it is faster than either a spanned volume or a single drive. A stripe set is often referred to as RAID-0, although this is a misnomer because plain striping includes no redundancy.
Mirror volume
A pair of dynamic volumes that contain identical data and appear to the world as a single entity. Disk mirroring can use two drives on the same hard disk controller or use separate controllers, in which case it is sometimes referred to as
RAID-5 volume
Like a striped volume, this combines portions of multiple hard disks into a single entity with data written across all portions equally. However, it also
SLED (single large expensive disk)
Now rarely used, this strategy is the
| < Day Day Up > |