Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Dec 2014 19:49:23 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-fs@FreeBSD.org
Subject:   [Bug 193389] [panic] ufs_dirbad: /: bad dir
Message-ID:  <bug-193389-3630-1azg2Ojkal@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-193389-3630@https.bugs.freebsd.org/bugzilla/>
References:  <bug-193389-3630@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193389

Kirk McKusick <mckusick@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mckusick@FreeBSD.org

--- Comment #4 from Kirk McKusick <mckusick@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-193389-3630-1azg2Ojkal>