Step-by-Step Guide: Mounting a New Hard Drive in Linux

Описание к видео Step-by-Step Guide: Mounting a New Hard Drive in Linux

Welcome to our comprehensive tutorial on installing and mounting a new hard drive in your Linux system! Whether you're expanding your storage capabilities, upgrading your current setup, or just curious about the process, this video is your go-to guide.

Microphone used in this video: https://amzn.to/3JxZZzL

Linux Commands:
sudo gdisk /dev/sdb -- Partition your new drive
sudo mkfs.ext4 /dev/sdb1 -- Create the files system
sudo mkdir /mnt/yt_filestore -- Create the mounting folder
sudo mount /dev/sdb1 /mnt/yt_filestore -- Mount the new drive
lsblk -f -- Get the new drive's UUID
sudo nano /etc/fstab -- Add the new drives UUID and mounting path

Комментарии

Информация по комментариям в разработке