What's New as of August 24th, 2011

Changes For This Release

The following changes were made to dt Version 17.51:

Within NetApp, the updated dt kits are located @ URL:

http://web.rtp.netapp.com/~rtmiller/dt.html

External to NetApp, you can obtain dt kits from URL:

TBD

Mail Send mail to admin of this page: Robin.Miller@netapp.com Home To Robin's home page.

Last Modified: August 24th, 2011


Examples:


robin-ptc% dt version
    --> Date: August 18th, 2011, Version: 17.51, Author: Robin T. Miller <--
robin-ptc% dt of=dt.data enable=fsincr files=10 limit=10m disable=stats dispose=keep
robin-ptc% ls -ls
total 48
4 -rw-r--r-- 1 rtmiller gopher  512 Aug 24 16:01 dt.data-00000001
4 -rw-r--r-- 1 rtmiller gopher 1024 Aug 24 16:01 dt.data-00000002
4 -rw-r--r-- 1 rtmiller gopher 1536 Aug 24 16:01 dt.data-00000003
4 -rw-r--r-- 1 rtmiller gopher 2048 Aug 24 16:01 dt.data-00000004
4 -rw-r--r-- 1 rtmiller gopher 2560 Aug 24 16:01 dt.data-00000005
4 -rw-r--r-- 1 rtmiller gopher 3072 Aug 24 16:01 dt.data-00000006
4 -rw-r--r-- 1 rtmiller gopher 3584 Aug 24 16:01 dt.data-00000007
4 -rw-r--r-- 1 rtmiller gopher 4096 Aug 24 16:01 dt.data-00000008
8 -rw-r--r-- 1 rtmiller gopher 4608 Aug 24 16:01 dt.data-00000009
8 -rw-r--r-- 1 rtmiller gopher 5120 Aug 24 16:01 dt.data-00000010
robin-ptc% 
robin-ptc% dt of=dt.data bs=511 count=1 disable=stats flags=direct
dt: ERROR: Please specify a block size (511) modulo the device size of 512 bytes!
robin-ptc% dt of=dt.data bs=512 limit=1023 count=2 disable=stats flags=direct
dt: ERROR: Please specify a data limit (1023) modulo the device size of 512 bytes!
robin-ptc%