
How to Mount an External Hard Drive on Linux
On Windows, plugging in a drive gives it a letter like E:\ automatically. Linux doesn’t — it makes you mount the drive, which just means: attach the drive’s contents to a folder on your filesystem.
Picture your Linux filesystem as one big tree starting at /. An unmounted drive is a box sitting on the floor, not connected to anything. Mounting grafts that box’s contents onto a folder — a mount point — so that opening the folder means you’re looking inside the drive.




