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 export LTP_RUNTIME_MUL=2 ./runltp -f syscalls-05 -d /fs/sda1/tmpdir