25/05/2026
Mount additional hard disks in Linux.
Workflow:
• detect disk → lsblk / fdisk -l
• create partition → fdisk
• format filesystem → mkfs.ext4
• create mount point
• mount disk via mount
• configure automatic mount in /etc/fstab
Used for:
• additional HDD/SSD setup
• storage expansion
• dedicated servers and VPS storage management
Full guide 👉 https://vsys.host/how-to/mounting-of-additional-hard-disks-in-linux