[Bug 193389] [panic] ufs_dirbad: /: bad dir

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Dec 12 19:49:24 UTC 2014


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.


More information about the freebsd-stable mailing list