• Find sdXX and UUID with lsblk -f and lsblk
  • 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