K 10 svn:author V 3 pjd K 8 svn:date V 27 2006-04-09T19:16:24.000000Z K 7 svn:log V 322 Allow to specify size in terabytes by using T or t suffix. This speeds up my testing a bit. Because truncate(1) doesn't allocate blocks on file system before they are used, it is very useful to emulate huge file systems: # truncate -s 16T fs.img # mdconfig -a -f fs.img # newfs /dev/mdX (-t swap can be used as well) END