| ▲ | gblargg 6 months ago | |
I'd at least just read all the used blocks on the drive. partclone is the most efficient that comes to mind, because it just copies used sectors. Just redirect to /dev/null. | ||
| ▲ | justinclift 6 months ago | parent [-] | |
If you just need to read all of the sectors, then couldn't you just dd or cat the source drive instead? | ||