ok, thx, mounting as ext2 might be a step forward that i hadn't thought of yet, however, i still don't quite understand it. Please correct me where i go wrong:<br><br>1. The sensitive information is <b>in</b> the MFT and the Journal file on disk, as well as in the actual file. After creating the files, damage is done.<br>
2. shred wipes the data on disk <b>where</b> the file was stored, but it doesn't wipe the MFT nor the Journal<br>3. mounting as ext2 would help against further contaminating the journal with more sensitive data, which might happen if the shred oparation would cause the creation of journal entries such as: overwrite "<b>sensitive filename</b>" with  "my random data" ...<br>
<br>what am i missing? <br>