Hi folks,
I'm looking for a fast way to completely fill a certain filesystem (3TB) with random characters.
So far I tried
Problem is: This is extremely slow and would take weeks to complete.
Is there anything else with a better performance I could use ?
Regards,
Thomas
I'm looking for a fast way to completely fill a certain filesystem (3TB) with random characters.
So far I tried
Code:
dd bs=2 if=/dev/random of=/Directory/File.out
Problem is: This is extremely slow and would take weeks to complete.
Is there anything else with a better performance I could use ?
Regards,
Thomas