Add a new HDD

Search the HDD

$ sudo fdisk -l

Make partition

$ sudo gdisk /dev/sda

Make a file system

$ sudo mkfs -t ext4 /dev/sda1

Mount the file system

Use autofs.

Check

$ df -T

Last Updated on July 9, 2021 by lama-admin


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *