Implementing Hard drives | Implementing Hard drives | Implementing Hard drives | Implementing Hard drives | Implementing Hard drives |
---|---|---|---|---|
What is Active Partition?
On a hard drive, primary partition that
contains an operating system |
What is stripe set?
Two or more drives in a group that are used for a striped volume
|
What is defragmentation?
Procedure in which all the files on a hard disk are rewritten on disk so that all parts of each file reside in contiguous clusters. The result is an improvement in disk speed during retrieval operations.
|
What is partitioning?
The process of electronically subdividing the physical drive into smaller units.
|
What is a partition?
Section of the storage area of a hard disk. Created during initial preparation of the hard disk, before the disk is formatted.
|
What is volume?
Physical unit of a storage medium, such as tape reel or disk pack, that is capable of having data recorded on it and subsequently read. Also, a contiguous collection of cylinders or blocks on a disk that are treated as a separate unit
|
What is cluster?
Basic unit of storage on a floppy or hard disk
|
What is RAID 5 volume?
Striped set with parity
|
What is Disk Management?
Snap-in available with the Microsoft
Management Console that enables techs to configure the various disks installed in a system; available in the Computer Management Administrative Tool |
|
What is basic disk?
Hard drive partitioned in the “classic” way
with a master boot record (MBR) and partition table. |
What is spanned volume?
Volume that uses space on multiple
dynamic disks |
What is Disk Cleanup?
Utility built into Windows that can help
users clean up their disks by removing temporary Internet files, deleting unused program files, and more. |
What is partition table?
Table located in the boot sector of a hard
drive that lists every partition on the disk that contains a valid operating system |
What is New Technology Files System (NTFS)?
Robust and secure file system
introduced by Microsoft with Windows NT. Provides an amazing array of configuration options for user access and security. Users can be granted access to data on a file-byfile basis. Enables object-level security, long filenam |
What is striped volume?
RAID 0 volumes. Data is spread across
two drives for increased speed |
What is data structure?
Scheme that directs how an OS stores and
retrieves data on and off a drive. Used interchangeably with the term file system |
What is primary partition?
Partition on a Windows hard drive that
can store a bootable operating system |
What is disk quota?
Application allowing network administrators
to limit hard drive space usage |
What is encrypting files system (EFS)
Encryption tool found in NTFS 5 and later
|
What is chkdsk?
Hard drive error detection and, to
a certain extent, correction utility in Windows |
What is simple volume?
Volume created when setting up dynamic
disks. Acts like a primary partition on a dynamic disk |
What is disk initialization?
A process that places special information
on every hard drive installed in a Windows system |
What is partition boot sector?
After the MBR locates the appropriate partition, the _______________________, loads the OS on that partition. It stores information important to its partition, such as the location of the OS boot files?
|
What is mount point?
Drive that functions like a folder mounted
into another drive |