What is a "Drive" in a Computer?
The term "drive" has three meanings in a computer:
- Physically, it's a mass storage device—it's the physical device that where your files are permanently stored, responsible for writing their data to a mass storage medium— such as a hard disk drive (HDD), solid state drive (SSD), CD drive, floppy disk drive, or USB flash drive (thumb drive, pen drive, jump drive, clip drive). None of these drives actually have any "drives" in them. See [Why Drives are Called "Drives" if They Aren't Drives?].
- A "drive" on Windows is a filesystem that the operating system has access to, such as NTFS and FAT, which could be installed inside a partition of a mass storage medium. Typically this partition would be the entire medium, i.e. the entire physical drive, but it's possible for a single drive to be partitioned into multiple filesystems, in which case you would have one single hard disk, for example, and it would get the drive letter
D:for one of its partitions andE:for the other. - Some personal cloud storage products also feature the word "drive" in their name, such as Google Drive and Microsoft OneDrive.
Note: a "drive" without an "r" is a piece of hardware. The term shouldn't be confused with driver with an "r" which is a software.
Images



C: drive as a local "disk."