You must log in or register to comment.
That’s not how
/dev/null
works.Try this:
sudo cat /dev/null > /Windows
or if you really want to be sure:sudo cat /dev/urandom > /Windows
That’s not how
/dev/null
works.Try this:
sudo cat /dev/zero > /Windows