The CVDiskEraser tool provides several different methods for overwriting data, based on a number of different erasure standards.
Example: If CVDiskEraser tool is run on a 1TB mount path using the default values of USD erasure standards and 65536 KB buffer size, then it will take approximately 4 hours to sanitize the mount path.
Tip
We recommend to use the CVDiskEraser tool to sanitize the local mount paths as using this tool with network mount paths is resource and time intensive because of the high IO of the disk.
Procedure
From the command line, go to the software_installation_directory/Base folder, and run the following command by using one or more of the following parameters.
|
Parameters |
Description |
Approximate Time Taken to Sanitize 1 TB data size by Using 64 KB Buffer Size |
||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
-path |
The path to be erased. |
|||||||||||
|
-standard |
(Optional) Erasure standards These standards specify the number of passes the software makes, with each pass signifying a complete overwrite of the data. With each overwrite, the data is less likely to be recovered.
|
|
||||||||||
|
-buffersize |
(Optional). The buffer size (in kilobytes) that is used to perform a single write operation. Values: 512, 1024, 4096, 65536, 131072, 262144, and 524288. Default: 65536 bytes |
Syntax
-
Windows
CVDiskEraser -path $[path] -standard $[standard] -buffersize $[sizeBytes]
-
UNIX/Linux
./CVDiskEraser -path $[path] -standard $[standard] -buffersize $[sizeBytes]
Examples
-
Securely erase data from the Documents folder with default values.
Windows:
CVDiskEraser -path $[f:\Documents]Linux:
./CVDiskEraser -path $[f:\Documents] -
Erase data from the Documents folder by using file eraser.
CVDiskEraser -path $[e:\Documents] -
Erase data from Documents folder by using file eraser with USD standard.
CVDiskEraser -path $[e:\documents] -standard $[USD] -
Erase data by using 4096 buffer size.
CVDiskEraser -path $[e:\documents] -standard $[USD] -buffersize $[4096]
Output
The following information is a sample of an output with default values.
software_installation_director> CVDiskEraser.exe -path $[F:Documents] Path: F:\Documents Type: File write Standard: United States Department of Defence Standard 5220.22-M Write Buffer Size: 65536 Delete Contents: No