Skip to content

Instantly share code, notes, and snippets.

@pm-hwks
Last active February 25, 2018 21:12
Show Gist options
  • Save pm-hwks/049679b938c0cf1b9a99eb26437f0833 to your computer and use it in GitHub Desktop.
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
# 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