[Bug 255799] ffs crash on ufs file system

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed May 12 20:32:02 UTC 2021


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

Kirk McKusick <mckusick at FreeBSD.org> changed:

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

--- Comment #4 from Kirk McKusick <mckusick at FreeBSD.org> ---
(In reply to doctor from comment #3)
Please disable journalled soft updates. For example if you are running on disk
/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.

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


More information about the freebsd-fs mailing list