If you are using modules you need to load these first:
modprobe loop;modprobe cryptoloop;modprobe cipher-aesBasically you:
losetup -e aes -k 256 /dev/loop0 /dev/partitionYou will be asked for a password. Then
mount /dev/loop0 /path/to/mount











# xfs_db -r /dev/sda5
xfs_db> frag
actual 22222222, ideal 2342342, fragmentation factor 99.9%
xfs_db> quit
# xfs_fsr -v /dev/sda5.......