[Bug 271835] 13.0-RELEASE-p13: seeing inode issues/ file corruption on long run
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 23 Oct 2023 23:00:56 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271835 Kirk McKusick <mckusick@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mckusick@FreeBSD.org --- Comment #5 from Kirk McKusick <mckusick@FreeBSD.org> --- (In reply to shamsher from comment #4) I have not been able to reproduce this bug. If you can provide a script that will reproduce it, I will use it to track down the bug. Other alternatives are to use ZFS as your filesystem. Or you could try running UFS/FFS without journaling. To disable journaling use this command on the unmounted filesystem: tunefs -j disable /dev/da0p9 -- You are receiving this mail because: You are the assignee for the bug.