>localhost# mount -o logging /space >localhost# cd /space >localhost# /bin/time ./createfile 5000 > >real 0.1 >user 0.0 >sys 0.0 a little correction, for the logging case it should be: riker# /bin/time ./createfile 5000 real 1.8 user 0.0 sys 0.7 sorry about that.