XFS storage format
Install XFS tools
sudo apt update
sudo apt install xfsprogsUnmount the Target Partition
sudo umount /dev/sdXNFormat the Partition as XFS
sudo mkfs.xfs /dev/sdXNMount the XFS Partition
sudo mkdir /dataUpdate /etc/fstab
/etc/fstabsudo cp /etc/fstab /etc/fstab.backupLast updated