Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 May 2021 23:56:37 +0000
From:      bugzilla-noreply@freebsd.org
To:        fs@FreeBSD.org
Subject:   [Bug 255473] Infinite writes on UFS with SU+J filesystem
Message-ID:  <bug-255473-3630-etgLknGHH9@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-255473-3630@https.bugs.freebsd.org/bugzilla/>
References:  <bug-255473-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=3D255473

--- Comment #10 from Kirk McKusick <mckusick@FreeBSD.org> ---
(In reply to Kirk McKusick from comment #9)

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

--=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-255473-3630-etgLknGHH9>