Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 May 2021 20:32:02 +0000
From:      bugzilla-noreply@freebsd.org
To:        fs@FreeBSD.org
Subject:   [Bug 255799] ffs crash on ufs file system
Message-ID:  <bug-255799-3630-jev4DxVZCs@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-255799-3630@https.bugs.freebsd.org/bugzilla/>
References:  <bug-255799-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=3D255799

Kirk McKusick <mckusick@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |In Progress

--- Comment #4 from Kirk McKusick <mckusick@FreeBSD.org> ---
(In reply to doctor from comment #3)
Please disable journalled soft updates. For example if you are running on d=
isk
/dev/ada0p2 on /mnt you disable journaling and check the filesystem using:

# unmount /mnt
# tunefs -j disable /dev/ada0p2
Clearing journal flags from inode 4
tunefs: soft updates journaling cleared but soft updates still set.
tunefs: remove .sujournal to reclaim space
# fsck -f -y /dev/ada0p2
# mount /dev/ada0p2 /mnt
# rm -f /mnt/.sujournal

Please capture the output of running the above commands. And once you have
made these changes let me know if you have any more "dup allocation" panics.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



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