sudo sfill -lzv /home
This only does 2 passes and a final zero. More sane I think.
And the v causes some info to print out as it goes.
According to the sfill Manpage
HTML Code:
http://manpages.ubuntu.com/manpages/karmic/man1/sfill.1.html
-l lessens the security. Only two passes are written: one mode with
0xff and a final mode with random values.
-z wipes the last write with zeros instead of random data
so -lz should change the second and final pass from random values to zeros rather than add a third pass.
Therefore I would use,
Code:
sudo sfill -lv /home
Hope this helps,
Al
Bookmarks