Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 May 2021 23:55:52 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 255499] Freebsd 13 freezes forever on disk activity
Message-ID:  <bug-255499-227-XYmKqXG8K1@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-255499-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255499

Kirk McKusick <mckusick@FreeBSD.org> changed:

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

--- Comment #19 from Kirk McKusick <mckusick@FreeBSD.org> ---
Does this problem go away if you run with just soft updates rather than
journalled soft updates?

You can disable journalled soft updates on disk /dev/ada0p2 on /mnt 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
# mount /dev/ada0p2 /mnt
# rm -f /mnt/.sujournal

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

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-255499-227-XYmKqXG8K1>