This is the foundational step, often performed at the factory. It prepares the physical medium of the drive for data storage.
This step involves dividing the single physical storage device into one or more distinct logical sections, known as partitions.
Within each partition, a file system must be established to manage how data is stored and retrieved. This is what most people refer to as "formatting".
The file system is the set of rules and structures for organizing data. The choice depends on the intended use and operating system.
OS: Windows (Default)
Pros: Robust, secure, supports large files & volumes, journaling (prevents data corruption).
Cons: Read-only on macOS by default.
OS: Universal (Windows, macOS, Linux, Game Consoles)
Pros: Maximum compatibility across devices.
Cons: Max file size limit of 4GB. No journaling.
OS: Windows, macOS, newer Linux
Pros: Good balance of compatibility and large file support (no 4GB limit). Optimized for flash drives.
Cons: No journaling.
OS: Linux (Default)
Pros: Highly efficient, reliable, supports huge files and volumes, journaling.
Cons: Not natively read/writable by Windows or macOS.
OS: macOS, iOS
Pros: Optimized for SSDs, fast, supports snapshots and strong encryption.
Cons: Not compatible with Windows or Linux.
After completing these steps, your storage media is now prepared. You can begin storing files on it, or you can proceed to install an operating system to make it a bootable device. The partition marked as "active" will be the one the computer attempts to boot from.