Y
Hacker News
new
|
ask
|
show
|
jobs
by
FnuGk
1866 days ago
What is wrong with just using dd?
2 comments
ball_of_lint
1865 days ago
Not everyone is comfortable using the command line or even knows that dd exists.
link
sam0x17
1865 days ago
I know it exists but I don't trust it as most tools say "write in ISO mode (recommended) or dd mode (not recommended)"
link
mrwm
1866 days ago
To tag on, what's wrong with plain ol' cat or cp?
link
ggm
1866 days ago
dd can do seek, skip, re-block. It's unusual to need the features but they exist for good reasons. I used dd to transfer 4.1BSD release tapes to a vax 11/720 via rl02 10meg pack and reconstruct the chunks on the receive side, long ago.
link
ok123456
1865 days ago
ddrescue will do this for you automatically to recover from a bad block.
link