Dd

From Dave-Wiki
Revision as of 01:58, 13 February 2024 by Dave (talk | contribs) (Created page with "==Copy a File and Flush Filesystem Buffers== ''('Tis a good to do when dealing with external storage devices such as USB sticks.)'' dd if=/path/to/input of=/path/to/output status=progress && sync")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Copy a File and Flush Filesystem Buffers

('Tis a good to do when dealing with external storage devices such as USB sticks.)

 dd if=/path/to/input of=/path/to/output status=progress && sync