Anonymous | Login | Signup for a new account | 2024-11-24 05:57 CET |
My View | View Issues | Change Log | Roadmap | Search |
View Revisions: Issue #804 | [ Back to Issue ] | ||
Summary | 0000804: Support secure delete of files | ||
Revision | 2016-04-20 14:54 by Falk Reichbott | ||
Steps To Reproduce | Erase on screacht | ||
Revision | 2016-04-20 14:59 by Falk Reichbott | ||
Steps To Reproduce | Erase-on-scratch https://www.ibm.com/support/knowledgecenter/SSLTBW_2.1.0/com.ibm.zos.v2r1.icha200/eos.htm [^] |
||
Revision | 2016-04-20 14:54 by Falk Reichbott | ||
Description | A normal delete removes only entry on VTOC or INODEs but the data on disk are still there. A scure delete will owerwrite the file data before the file is removed. | ||
Revision | 2016-04-20 15:53 by Ulrich Schwab | ||
Description | A normal delete removes only the entry in VTOC or INODEs but the data on disk is still there. A secure delete will overwrite the file data before the file is removed. NOTE: Also the write needs to be flushed and written to disc otherwise the operating system might mark the write as "no need to actually write this on the disc, it is deleted anyway" and the data on disc still remains intact |
||
Revision | 2016-04-20 16:14 by Ulrich Schwab | ||
Description | A normal delete removes only the entry in VTOC or INODEs but the data on disk is still there. A secure delete will overwrite the file data before the file is removed. NOTE: The file needs to be opened with O_DSYNC or O_SYNC and might require several passes before the file is finally removed. See: http://srm.sourceforge.net/srm.html [^] or man srm after pacman -S srm |
Copyright © 2000 - 2024 MantisBT Team |