Ok, thanks for all your replys !
I will take more care with my xml files.
Gustavo
2009/3/12 Jonas Maebe :
> Michael Van Canneyt wrote on do, 12 mrt 2009:
>
>> On Thu, 12 Mar 2009, Florian Klaempfl wrote:
>>
>>> Journaling means only: the file system is always in an internally
>>> consistent st
Michael Van Canneyt wrote on do, 12 mrt 2009:
On Thu, 12 Mar 2009, Florian Klaempfl wrote:
Journaling means only: the file system is always in an internally
consistent state It does not mean that it doesn't lose data!
In this definition, yes.
Well, that is the only definition of file syste
On Thu, 12 Mar 2009, Florian Klaempfl wrote:
> Michael Van Canneyt schrieb:
> >
> > And if methods 1 & 2 are "unsafe", then I think that there is a fundamental
> > bug in the filesystem (I never believed "journaling" filesystems can work
> > 100% correctly in the first place),
>
> Journaling
Michael Van Canneyt schrieb:
>
> And if methods 1 & 2 are "unsafe", then I think that there is a fundamental
> bug in the filesystem (I never believed "journaling" filesystems can work
> 100% correctly in the first place),
Journaling means only: the file system is always in an internally
consis
On Wed, 11 Mar 2009, Gustavo Enrique Jimenez wrote:
> Hi
>
> Seems like the ext4 file system has a bug or some issue with files
> updated often :
>
> https://bugs.edge.launchpad.net/ubuntu/+source/linux/+bug/317781
>
> I use XML files heavily. It is great, XML units save me a lot of work
> !
Gustavo Enrique Jimenez schrieb:
> Hi
>
> Seems like the ext4 file system has a bug or some issue with files
> updated often :
>
> https://bugs.edge.launchpad.net/ubuntu/+source/linux/+bug/317781
This is only a problem when your machine crashes!
>
> I use XML files heavily. It is great, XML un
I can't comment on pascal's XML handling, but perhaps I can shed some
light on the situation. I belive this new filesystem thing will bite
you if you do something like this:
assign (my_file, '/some/file');
rewrite (my_file);
// ... write out the contents of the file ...
close (my_file);
reset
Hi
Seems like the ext4 file system has a bug or some issue with files
updated often :
https://bugs.edge.launchpad.net/ubuntu/+source/linux/+bug/317781
I use XML files heavily. It is great, XML units save me a lot of work
! My programs update de xml files quite often.
I am concerned about this p