Answers for "creating a sparse-file with dd"

0

creating a sparse-file with dd

# dd if=/dev/zero of=sparse_file bs=1 count=0 seek=512M
0+0 records in
0+0 records out
0 bytes (0 B) copied, 0.000213705 s, 0.0 kB/s
Posted by: Guest on August-19-2021

Code answers related to "Assembly"

Browse Popular Code Answers by Language