[Bug 293244] ufs: crash involving (non)existant file
| Newsgroups | gmane.os.freebsd.devel.file-systems |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=293244 Kirk McKusick <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |In Progress --- Comment #3 from Kirk McKusick <[email protected]> --- (In reply to Robert Clausecker from comment #2) Ah yes, the consumer-grade SSD's lie about having things done, so you cannot reliably use journaled soft updates with them. You should turn off the journalling though you can keep the soft updates enabled. It means you will need to do a full fsck after a crash but otherwise should not impact performance (indeed it will run slightly faster as you do not have the overhead of writing the journalling data). -- You are receiving this mail because: You are the assignee for the bug.