bugzilla-noreply at freebsd.org
2014-Dec-12 19:49 UTC
[Bug 193389] [panic] ufs_dirbad: /: bad dir
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193389 Kirk McKusick <mckusick at FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mckusick at FreeBSD.org --- Comment #4 from Kirk McKusick <mckusick at FreeBSD.org> --- 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 on the CC list for the bug.