blktrace utilizes files under the debug file system, and thus must have
the mount point set up - mounted on the directory /debug. To do this
one may do either of the following:
Manually mount after each boot:
% mount -t debugfs debugfs /debug
Add an entry into /etc/fstab, and have it done automatically at
each boot1: