mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-28 18:54:03 +00:00
Update cheatsheets
This commit is contained in:
2
tldr/dd
2
tldr/dd
@@ -14,7 +14,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Clone a drive to another drive with 4 MiB block size and flush writes before the command terminates:
|
||||
|
||||
`dd bs={{4194304}} conv={{fsync}} if=/dev/{{source_drive}} of=/dev/{{dest_drive}}`
|
||||
`dd bs=4194304 conv=fsync if=/dev/{{source_drive}} of=/dev/{{dest_drive}}`
|
||||
|
||||
- Generate a file with a specific number of random bytes by using kernel random driver:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user