On 08/29/2012 03:31 AM, Joerg Schilling wrote: > Did you see truss output from the related part of the gtar run? > I would like to understand what filesystem bug might cause a missbehavior
tar's strace output was fine. The problem appears to be that the resulting file system was trashed. Here's a symptom, after running 'tar': > $ ls -alh > ls: klogd: No such file or directory/ readdir is saying there's a directory entry 'klogd' but lstat is saying there's not. Classic file system bug.