Hacker News new | ask | show | jobs
by grymoire1 1424 days ago
If you ever had to repair a disk using fsck when it had hundreds of errors, you would understand why yes(1) was created.
1 comments

Wouldn't it be better to use dd with something like /dev/zeros instead?
The idea is that you pipe `yes | fsck` to answer yes to all questions.