ext4 and data consistency
ext4 and data consistency
Posted May 14, 2010 15:53 UTC (Fri) by bronson (subscriber, #4806)In reply to: ext4 and data consistency by anton
Parent article: The Next3 filesystem
Posted May 15, 2010 8:36 UTC (Sat)
by anton (subscriber, #25547)
[Link] (4 responses)
Posted May 20, 2010 19:23 UTC (Thu)
by oak (guest, #2786)
[Link] (3 responses)
Wouldn't "strace -f" be handier for that kind of thing? With that you notice also a lot of other stuff that the SW does.
Strace-account script gives an overview of file accesses in the strace output:
Posted May 21, 2010 12:04 UTC (Fri)
by anton (subscriber, #25547)
[Link] (2 responses)
Posted Jun 8, 2010 22:17 UTC (Tue)
by elanthis (guest, #6227)
[Link] (1 responses)
Posted Jun 9, 2010 9:06 UTC (Wed)
by anton (subscriber, #25547)
[Link]
I use atime to check whether some complex software really does access
the files that I think it does.
ext4 and data consistency
ext4 and data consistency
http://blogs.gnome.org/mortenw/2005/12/14/strace-account/
It would not be handier exactly because it tells me a huge amount of other stuff the software does and that I am not interested in.
ext4 and data consistency
ext4 and data consistency
And how is that handier than just doing "stat <file>"?
ext4 and data consistency