https://bugs.kde.org/show_bug.cgi?id=402017
Karl <k...@lrak.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |k...@lrak.net

--- Comment #59 from Karl <k...@lrak.net> ---
This bug is a pain.. 

I found a way to recover using PV .. a work-around

1) find the process+fd by looking directly in /proc:

ls -al /proc/*/fd/* 2>/dev/null | grep {filename}

2) Then with pv thrown in:

tail -c +0 -f /proc/{procnum}/fd/{fdnum} | pv -s {expectedsize} >
{recovery_filename}

You may need to Ctrl-C when done (ls /proc/{procnum}/fd/{fdnum} will tell you
that the file no longer exists)), but if you know the exact size in bytes, you
can use pv -S to make it exit when the count is reached.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to