Couldn't be easier:
$ sudo apt-get install xfsprogs $ sudo mkfs.xfs /dev/sdfAdd to fstab:
/dev/sdf /my/location xfs defaults,nobootwait,noatime 0 0This was tested on Amazon EC2 with EBS volumes.