On Thu, 13 Jun 2013 08:59:49 +0200 Lars Schimmer <[email protected]> wrote:
> Now for some specific: > > idec failed. inode 2308463244341149695 errno 22 > Do not know that error code. Looks like some of > iinc, idec - increment or decrement an inode's link count > And a very big number of inode. To much files on that partition? > To many inodes? Inode number 2308463244341149695 is fine; that's the number representing the 'volume info' special inode for volume 537480983. The error code is EINVAL, which is returned for a few different things. Either the file is gone from disk, or the owner/group/mode bits are screwed up. -- Andrew Deason [email protected] _______________________________________________ OpenAFS-info mailing list [email protected] https://lists.openafs.org/mailman/listinfo/openafs-info
