Last active
August 17, 2019 19:34
-
-
Save stypr/188a1aeb23ef1b2ef3d0 to your computer and use it in GitHub Desktop.
Wipe the empty disk space on Linux
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ screen -X | |
$ cat /dev/zero > ~/zero.fill; sync; sleep 1; sync; rm -f ~/zero.fill; | |
(ctrl+a) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment