Messages in this thread |  | | From | Toby Dickenson <> | Subject | Re: [reiserfs-list] ReiserFS data corruption in very simple configuration | Date | Wed, 03 Oct 2001 17:28:13 +0100 |
| |
>Of course. If you want data to hit the disk, you have to use fsync. This >does work with reiserfs and will ensure that the data hits the disk. If >you don't do this then bad things might happen.
This is probably a naive question, but this thread has already proved me wrong on one naive assumption.....
If the sequence is: 1. append some data to file A 2. fsync(A) 3. append some further data to A 4. some writes to other files 5. power loss
Is it guaranteed that all the data written in step 1 will still be intact?
The potential problem I can see is that some data from step 1 may have been written in a tail, the tail moves during step 3, and then the original tail is overwritten before the new tail (including data from before the fsync) is safely on disk.
Thanks for your help,
Toby Dickenson tdickenson@geminidataloggers.com - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |