How to ADD and MOUNT 2nd hard disk in ubuntu server

5 days ago
2

In this video tutorial, you will learn how to add and mount a second hard disk in Ubuntu Server step by step. Whether you are working on Ubuntu 20.04, 22.04, or 24.04 LTS, this guide will help you extend your server storage by attaching and mounting an extra hard drive.

🔹 What You’ll Learn:
✔️ How to detect a new hard disk in Ubuntu server
✔️ How to partition and format the second disk
✔️ How to mount the disk to a directory
✔️ How to configure fstab for automatic mounting on reboot

Commands used in video

lsblk
fdisk -l
lsblk -f
fdisk /dev/sdc
mount (partition path) (mount point)
nano /etc/fstab

/dev/sc1 /movies ext4 defaults 0 0

If you appreciate my efforts and want to support me

🌐 Website: https://zonatsolutions.com
🎥 Youtube: https://www.youtube.com/@zonatsolutions
📘 Facebook: facebook.com/zonatsolutions
📸 Instagram: instagram.com/zonatsolutions
☕ Buy Me a Coffee : donate.zonatsolutions.com

Thank you for watching! ❤️

add second hard disk ubuntu server, mount second hard disk ubuntu, ubuntu add and mount disk, add new hard drive ubuntu 22.04, ubuntu server attach extra disk, partition and mount disk ubuntu, ubuntu fstab auto mount, linux add and mount hard drive, ubuntu increase storage, ubuntu disk management

Loading comments...