- ----
- -->
- It’s been 2 hours and it’s still hasn’t completed the copy.
- Highlighted reply
- That is because transferring at a block size of 512 bytes is slow. If you used 'cat /dev/sda > /output/folder/file.iso' it would transfer at or around the max speed of your hard drive(s). I wonder if I should use dd though since it has the noerror option/flag. From dd --help: "noerror = continue after read errors", "sync = pad every input block with NULs to ibs-size; when used with block or unblock, pad with spaces rather than NULs", "excl = fail if the output file already exists". I don't really understand sync.
6PekWCxcOAI
From Bulky Parrot, 26 Seconds ago, written in Plain Text, viewed 1 times.
URL http://axuhongbo.top/paste/view/aef225e5
Embed Show code
Download Paste or View Raw
— Expand Paste to full width of browser