Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR ASSEMBLY

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
Source by www.thegeekdiary.com #
 
PREVIOUS NEXT
Tagged: #creating #dd
ADD COMMENT
Topic
Name
3+8 =