看板 DFBSD_kernel 關於我們 聯絡資訊
Gary Thorpe wrote: >I think referring to Journaling is a bit misleading as these features >will not help the traditional case of recovery after power loss on a >file system (all buffered data would be lost as it is in memory). I'm no expert but I thought the traditional case was fast recovery to a consistent filesystem state (avoiding a long fsck), not recovery of buffered data or fast writing of buffered data to disk. I'm pretty sure ext3, for example, with its default async mount, is very susceptible to losing data. ufs+softupdates most certainly can lose a lot of buffered data. Rahul