September 22, 20169 yr Hi ... i'm 5 days into a 9 day, three cycle preclear of an 8TB drive and i've lost my webgui access! I'm no linux expert and dont want to reboot the server just yet so is there any way, even CLI, that i can check on progress? Where would i need to look assuming that i can rig up a monitor and keyboard?
September 23, 20169 yr Author Any cli commands i can use to check that the preclear is still ok? It was invoked from the now long inaccessible webgui. Dont really want to reboot server if all is chugging along quite nicely. Its 72 hours a cycle on one of these drives for me! Sent from my LG-D855 using Tapatalk
September 23, 20169 yr You can use top (or one of its variants) to see if it or a component of it is running, using CPU. Not sure otherwise.
September 23, 20169 yr Here is a "small" command to check all preclear instances running: tmux ls|awk 'BEGIN { FS=":" } /^preclear_disk/ {print $1}'|while read i; do tmux capture-pane -t "$i" && tmux show-buffer | sed '/^$/{:a;N;s/\n$//;ta}'; done
September 24, 20169 yr Author Thanks ... i'll give that a try. Fingers x'd it hasn't gone awol ? Sent from my LG-D855 using Tapatalk
Archived
This topic is now archived and is closed to further replies.