[Bug 255473] Infinite writes on UFS with SU+J filesystem
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue May 11 23:56:38 UTC 2021
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255473
--- Comment #10 from Kirk McKusick <mckusick at 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
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-fs
mailing list