Skip to content

Instantly share code, notes, and snippets.

@wtfc0d3
Last active June 15, 2021 19:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wtfc0d3/013cc68f5c21d8f56f6b38236ec18cfa to your computer and use it in GitHub Desktop.
Save wtfc0d3/013cc68f5c21d8f56f6b38236ec18cfa to your computer and use it in GitHub Desktop.
c/Users/Sergey
❯ dd if=/dev/zero of=test bs=64k count=16k conv=fdatasync oflag=direct
16384+0 records in
16384+0 records out
1073741824 bytes (1.1 GB, 1.0 GiB) copied, 4.13859 s, 259 MB/s

c/Users/Sergey
❯ rm test

c/Users/Sergey
❯ cd ~

~
❯ dd if=/dev/zero of=test bs=64k count=16k conv=fdatasync oflag=direct
16384+0 records in
16384+0 records out
1073741824 bytes (1.1 GB, 1.0 GiB) copied, 1.12025 s, 958 MB/s

~
❯ rm test
@wtfc0d3
Copy link
Author

wtfc0d3 commented Jun 15, 2021

Linux, LUKS + Btrfs (ZSTD:1):

~ on ☁️
❯ dd if=/dev/zero of=test bs=64k count=16k conv=fdatasync oflag=direct
16384+0 records in
16384+0 records out
1073741824 bytes (1.1 GB, 1.0 GiB) copied, 1.83507 s, 585 MB/s

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment