https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255499
Kirk McKusick <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #19 from Kirk McKusick <[email protected]> --- 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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
