I am running the shred command to securely wipe some storage.
I would like to see its progress, but have lost the ssh terminal that was running the command.
Is there a way that I can use to see the verbose output of the shred command from a new ssh terminal?
I have tried to hook into and view the output from /proc/pid/fd/0 1 2 etc but it just shows the random characters from /dev/urandom. I tried using strace, but the same file descriptors were available, with the same results. Shred shows 0, 1, 2, 3, and 4 fd, but they are all showing the random output.
MTIA, waiting patiently with stethoscope against drive...