Mount External Drive
To mount an external HDD read/write at /mnt/gdrive10tb on Linux Mint (works the same on Ubuntu/Debian).
Identify the external HDD
Plug in the drive, then run:
You’ll see something like:
Take note of:
- Device:
/dev/sdb1 - Filesystem:
ext4,ntfs, orexfat - UUID (recommended for fstab)
Create the mount point
Test a manual mount (important)
If the drive is ext4 (best case)
Check:
Fix ownership (for write access without sudo)
If you mounted successfully but can only write as root:
Test:
Make it persistent (auto-mount at boot)
Get the UUID
Example output:
Edit /etc/fstab
Add one of the following lines
EXT4 (recommended)
NTFS
exFAT
(uid=1000 is your normal user on Linux Mint.)
Test fstab safely (do NOT reboot yet)
Verify read/write access
Common pitfalls (Mint users hit these)
- NTFS drive mounted read-only → Windows Fast Startup wasn’t disabled Fix in Windows:
-
Permission denied after reboot → You forgot
uid=/gid=on NTFS/exFAT -
Drive not present at boot → Add
nofailto fstab: