SSD, HDD, USB drive, or virtual block device.
Storage, Partition, and Mount Model
Storage, Partition, and Mount Model
Storage changes become safer when you understand what layer you are touching before formatting, mounting, or changing partitions.
A logical slice of storage prepared for a filesystem.
The structure that stores files and directories.
How the active OS exposes the storage to users and apps.
- A physical disk, a partition, a filesystem, and a mount point are different concepts.
- Formatting changes the filesystem layer, while mounting attaches it into the active path tree.
- Inspection should always come before destructive storage actions.
- Using drive, partition, and volume as if they mean the same thing.
- Thinking mounting creates the filesystem.
- Thinking deleting a mount point deletes the underlying storage.
Understand how disks, partitions, filesystems, and mount points fit together so storage changes make sense before any formatting or mounting commands are used.
Field-verified M25 - Disk Management: GUIUse graphical disk tools to inspect disks and partitions safely, and understand which actions are low-risk inspection versus high-risk modification.
M26 - Disk Management: CLIInspect storage devices and mount points from the command line, and understand which commands are observational versus potentially destructive.
M27 - Storage Lab: External Drive SetupWalk through the storage setup sequence conceptually and in safe practice steps so external-drive preparation makes sense before touching real data.
Use df and du to understand where disk space is going before deciding what to clean up.
Field-verified LAB-DISK-02 - Mounting and PartitionsUnderstand mounting and partition concepts in a safer practice-oriented way before making live changes to real storage devices.