Mounting the debugfs file system

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:

  1. Manually mount after each boot:
    % mount -t debugfs debugfs /debug
    

  2. Add an entry into /etc/fstab, and have it done automatically at each boot1:
    debug /debug debugfs default 0 0
    



krzysiek 2007-01-30