Digital Forensics Essentials - Module 03: Understanding Hard Disks and File Systems

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/31

flashcard set

Earn XP

Description and Tags

Flashcards covering the fundamentals of hard disk drives, solid-state drives, logical disk structures, boot processes, and various file systems for Windows, Linux, and macOS.

Last updated 5:54 PM on 7/15/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

32 Terms

1
New cards

Hard Disk Drive (HDD)

A non-volatile digital data storage device that records data magnetically on a metallic platter.

2
New cards

Tracks

Concentric circles on platters where all the information is stored; they are accessed by the drive head in one position at a time.

3
New cards

Cylinder

A group of all tracks that start at the same head position on the disk.

4
New cards

Sector

The smallest physical storage unit on the disk platter, typically holding 512512 bytes for HDDs and 20482048 bytes for CD-ROMs and DVD-ROMs.

5
New cards

4K Sector Technology

Also known as generation-one Advanced Format, it merges eight 512512-byte sectors into a single sector of 40964096 bytes.

6
New cards

Zoned Bit Recording

A method used to record data where tracks are combined into zones depending on their distance from the center, with each zone assigned a number of sectors per track.

7
New cards

Areal Density

The number of bits per square inch on a platter.

8
New cards

CHS (Cylinder-Head-Sector)

An addressing method that identifies physical blocks of data by specifying the radius, platter side, and angular position.

9
New cards

Seek Time

The amount of time required to send the first byte of a file to the CPU when it requests the file.

10
New cards

Solid-State Drive (SSD)

A non-volatile storage device that uses NAND flash memory chips and has no moving parts.

11
New cards

NAND Flash Memory

The main data storage unit in an SSD made up of floating gate transistors which retain charge state without power.

12
New cards

ATA/PATA (IDE/EIDE)

A standard interface between a motherboard's data bus and storage disks, as defined by ANSI.

13
New cards

Cluster

The smallest logical storage unit on a hard disk, consisting of a set of sectors.

14
New cards

Lost Clusters

Clusters marked as used by the OS but not allocated to any file; usually a result of logical structure errors rather than physical disk errors.

15
New cards

Slack Space

The storage area of a disk between the end of a file and the end of the cluster it occupies.

16
New cards

Master Boot Record (MBR)

The first sector (sector zero) of a data storage device that holds a partition table, bootstrapping code for the OS, and a 3232-bit disk signature.

17
New cards

BIOS Parameter Block (BPB)

A data structure in the partition boot sector that describes the physical layout of a storage volume.

18
New cards

Globally Unique Identifier (GUID)

A 128128-bit unique reference number used as an identifier in computer software, displayed as 3232 hexadecimal digits.

19
New cards

GUID Partition Table (GPT)

A partition system that replaces MBR, supporting up to 128128 partitions and using 6464-bit Logical Block Addresses (LBAs).

20
New cards

Cold Boot

The process of starting a computer from a powered-down or off state.

21
New cards

Ntoskrnl.exe

The executive and kernel file essential for the Windows system.

22
New cards

Hal.dll

The Hardware Abstraction Layer file used in Windows OS.

23
New cards

File Allocation Table (FAT)

A file system named for its method of organization (a table residing at the start of the volume) with versions including FAT12, FAT16, and FAT32.

24
New cards

New Technology File System (NTFS)

The standard file system of Windows NT and its descendants, featuring improvements like security access-control lists and journaling.

25
New cards

$mft

The Master File Table in NTFS which contains a record for every file.

26
New cards

Encrypting File System (EFS)

A technology first introduced in NTFS version 3.03.0 that offers file system-level encryption transparent to the user.

27
New cards

Sparse Files

A method of saving disk space by allowing the I/O subsystem to allocate only meaningful (nonzero) data.

28
New cards

Filesystem Hierarchy Standard (FHS)

A standard that defines the directory structure and contents in Linux and Unix-like operating systems.

29
New cards

Journaling File System

A file system that records update information in a journal before applying it to ensure data integrity during crashes or power failures.

30
New cards

Apple File System (APFS)

A proprietary file system developed by Apple for macOS 10.1310.13 and later, consisting of a container layer and a file system layer.

31
New cards

Autopsy

A digital forensics platform and graphical interface to The Sleuth Kit (TSK) and other forensics tools.

32
New cards

WinHex

A hexadecimal editor used for computer forensics, data recovery, and low-level data processing.