polslinux wrote:Shred e wipe non sono sufficienti sui file system journaled :(
Beh, con shred la situazione non è poi così nera:
shred - overwrite a file to hide its contents, and optionally delete it
In the case of ext3 file systems, the above disclaimer applies (and shred is thus of limited effectiveness) only in data=journal mode, which journals file data in addition to just metadata. In both the data=ordered (default) and data=writeback modes, shred works as usual.
Se non ho capito male, per un filesystem "tipico" lanci shred con --remove, aspetti che sovrascriva, poi aspetti che cancelli, aspetti il commit del journal e forse sei a posto. O no?