- Find sdXX and UUID with
lsblk -fandlsblk - Format the volume w/ something ike
sudo mkfs.ext4 /dev/sdXX - Create a mountpoint
mkdir /mnt/point - Mount the volume
mount -t ext4 /dev/sdXX /mnt/point - Add an entry to fstab to automount a disk
lsblk -f and lsblksudo mkfs.ext4 /dev/sdXXmkdir /mnt/pointmount -t ext4 /dev/sdXX /mnt/point