D
Deleted member 63539
Guest
I have the habit of using GNU ddrescue back to the time I'm still using Linux. I found even though the dd command on Linux finished, the LED light on my USB is still blinking, it means data is still being written. Using ddrescue, I could bypass Linux's caches, buffers and write directly to the device:
Does the FreeBSD's dd has the same behavior as Linux's dd? GNU's ddrescue needs to be installed from pkg and sometimes I forgot to install it. The system's dd is always there, so that's it advantage. How could I archive the same thing with it without using ddrescue? Thanks.
p/s: my current USB doesn't have a LED light so I can't determine if data still being written or not.
Code:
ddrescue -D -f test.img /dev/sdb1
Does the FreeBSD's dd has the same behavior as Linux's dd? GNU's ddrescue needs to be installed from pkg and sometimes I forgot to install it. The system's dd is always there, so that's it advantage. How could I archive the same thing with it without using ddrescue? Thanks.
p/s: my current USB doesn't have a LED light so I can't determine if data still being written or not.