Last active
February 25, 2018 21:12
-
-
Save pm-hwks/049679b938c0cf1b9a99eb26437f0833 to your computer and use it in GitHub Desktop.
[Generate Test data] DD command to generate test file #disk_utility #dd #generate #test_file #test_data
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
# Generate test file | |
dd if=/dev/zero of=/tmp/test2.img bs=512 count=1000 oflag=dsync |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment