https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193389
Kirk McKusick <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from Kirk McKusick <[email protected]> --- It appears that the offending directory has moved since your first run. Could you please run the following commands to find the offending directory: find / -xdev -inum 8668611 -print ls -ld <output path of the above command> find / -xdev -inum 1777399 -print ls -ld <output path of the above command> Also, as noted by Adrian Chadd in comment #1 include the output of a full fsck of the filesystem would be useful (after you have run the above commands). -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
