First type the following command:
# shred -v -n 1 /dev/fd0Shred will overwrite the floppy with one random pass.
Then let's run:
# vche-raw /dev/fd0
The floppy should be filled with random values.
Then we type the following command:
# shred -v -n 1 -z /dev/fd0The -z Option will make a additional pass with zero values.
And we run VCHE again
# vche-raw /dev/fd0The floppy should be filled with zero values.
Critical Comments, and Suggestions are welcome: klemens(dot)hofer(at)aon(dot)at