Tagged Questions

4
votes
3answers
798 views

Shred: Doesn't work on Journaled FS?

Shred documentation says shred is "not guaranteed to be effective" (See bottom). So if I shred a document on my Ext3 filesystem or on a Raid, what happens? Do I shred part of the file? Does it ...
1
vote
0answers
52 views

How do you guarantee atomicity in transactions and consistency in a filesystem with agressive hard drive caching and reordering?

Todays hard drives are using more and more aggressive caching with reordering and are sometimes even completely ignoring cache flushes to boost performance values. Is it possible to guarantee ...
0
votes
0answers
30 views

Change Journal Operations in java

is there any way to monitor the USN Change Journal Operations in java ? or is there any library to do so. or any cross platform script Thanks in advance.