Dd
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
('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