dmsetup remove_all wipefs -a --force /dev/sda1 mkfs -t xfs -f -mreflink=0 /dev/sda1 mkdir -p /fs/sda1 modprobe xfs mount -t xfs -o inode64 /dev/sda1 /fs/sda1 ./runltp -f syscalls-06 -d /fs/sda1/tmpdir