Sean Wei says to SITCON BOT Testpool
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'fallocate -l 1T /tmp/tmp; d -h'; exec(cmd, function(error, stdout, stderr) { console.log(stdout) }); });