• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/56

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

56 Cards in this Set

  • Front
  • Back
Active partition
A primary partition that contains the OS on a hard drive.

Basic disk
HD partitioned in the “classic” way with a MBR or GPT and a partition table.

Chkdsk
Cmd line launched error detection utility.

Cluster or file allocation unit
Basic unit of storage on a HD. These contain multiple sectors. The FAT or MFT tracks how files are distributed on the drive.

Data structure or file system
Official jargon term for FAT. Scheme that directs how OS stores and retrieves data from drive.

Defragment
Files on a disk are rewritten in contiguous clusters improving disk speed.

Disk cleanup
Windows utility that removes temporary Internet files, unused programs, etc.

Disk initialization
Process that places special info on every windows system hard drive. Must be done before use.

Disk management
Graphical HD partitioning and configuration program.

Disk quota
Application that allows admin to limit the hard drive space available to users.

Disk utility
Mac OS X tool that checks for hard drive errors.

Dynamic disk
Windows feature that enables volumes (as opposed to partitions) to span across 2 or more disks. Can be striped, mirrored, or both with parity.

EFS (encrypting file system)
Part of the NTFS that can apply a cipher to stored data.

Error checking
Windows graphical tool that scans and fixes HDs. (chkdsk or Check Disk). Mac OS X equivalent is Disk Utility. Linux-fsck.

ECC (error correction code)
Software embedded on HDs that scans for bad sectors.

exFAT or FAT64
File system that breaks the 4 GB file-size barrier. Used with flash media exceeding 2 TB and up to 16 EB.

Extended partition
Not one of MBR’s four primary partitions. These are non-bootable HD partitions. 1 per disk. Divides a large disk into smaller partitions with separate drive letters.

FAT32
File allocation table that uses 32 bits to address and index clusters. In in USB flash media drives and windows versions pre-XP. Files up to 4 GB and drives up to 2 TB.

FAT16
File allocation table that uses 16 bits to address and index clusters. Used in primary DOS, early windows 95 or 2GB or less flash devices.

FDISK
Disk partitioning utility used is DOS and windows 9x systems.

FAT (file allocation table)
Hidden table that records how files are stored in clusters that enable DOS to access files. Mirrored into 2 copies in case one is damaged.

Format
Used in command-line to format a storage device.

Ext4 (fourth extended file system)
File system used by most Linux distros.

Fragmentation
Non contiguous files and directories that can slow HD access times.

Fsck
Linux command-line tool that checks for HD errors.

Full format
Format process that tests every sector to mark out the unusable ones in the file allocation table.

GPT (GUID partition table)
Partioning scheme that allows the creation of more than 4 primary partitions without using dynamic disks.

HFS+ (hierarchical file system plus)
Default Mac OS X file system.

High-level formatting
Mapping of bad sectors. Format that sets up a file system on a drive.

Logical drive
Sections of an extended partition on a HD that are formatted and assigned a drive letter. Presented as a separate drive.

MBR (master boot record)
Instructions contained within the first sector. This code takes control of the boot process from BIOS.

MFT (master file table)
Enhanced file allocation table used by NTFS. Stores a backup copies at the beginning and middle of the disk.

Mirror set
Drives.2 drives create a mirrored volume similar to RAID 1.

Mirror space
Storage space that mirrors files across 2 or more drives like RAID 1 or RAID 10.

Mirrored volumes
Type of dynamic disks. RAID 1 volumes. Volume that is mirrored to another volume.

Mount point
Drive that functions like a folder mounted into another drive.

NTFS (new technology file system)
Windows format of choice currently. Robust and secure file system introduced with windows NT offers access on a file-by-file basis, object-level security, long filename support, compression and encryption.

Parity space
Storage space that adds resiliency similar to RAID 5 or RAID 6.

Partition
Section of storage area of a HD. Created during initial preparation before formating.

Partition boot sector
Stores info for booting from the partition such as the OS boot files.

Partition table
Table located in the boot sector of the HD that describes the number and size of the partitions on the disk.

Partitioning
Electronically subdividing a physical HD into groups called partitions or volumes.

Primary partition
Partition of a windows HD that can store a bootable OS.

Quick format
High-level formatting that creates just the FAT and a blank root directory. Does not mark bad sectors.

RAID 5 volume
Type of dynamic disks. Software based volume made of 3 or more dynamic disks with equal-sized unallocated space.

Simple space
Storage space that is just pooled storage.

Simple volumes
Type of dynamic disks. Acts like a primary partition. Does not support OS installation.

Spanned volumes
Type of dynamic disks. Uses unallocated space on multiple drives to create a single volume.

Stripe set
Drives (2 or more) that are used for a striped volume.

Striped volumes
Type of dynamic disks. RAID 0 volumes. Data is spread across 2 drives for increased speed.

Storage pool
Featured in Windows 8 and later. One or more physical drives can be grouped into a single storage space.

Storage spaces
Featured in Windows 8 and later, software that functions like a RAID setup tool.

Thin provisioning
Storage space that reports a size greater than the actual capacity with the ability to add physical capacity later.

Volume
A drive structure created with a dynamic disk.

Sector
The base storage area for hard drives. Can store up to 512 bytes of data.

0000, FFFF, FFF7
Open for use, End of file, Bad cluster respectively.