Dd: Difference between revisions
(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") |
(No difference)
|
Latest revision as of 01:58, 13 February 2024
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