pjd         2006-04-09 19:16:24 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/truncate     truncate.1 truncate.c 
  Log:
  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)
  
  Revision  Changes    Path
  1.13      +6 -5      src/usr.bin/truncate/truncate.1
  1.10      +4 -0      src/usr.bin/truncate/truncate.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to