[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] Clean deleted space in linux diks?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Simon Hobson <linux@xxxxxxxxxxxxxxxx> schrieb: >If there's a lot of free space and making huge files may be an issue > >a=0 ; while [ $a -lt X ] >do > dd if=/dev/zero of=null-file-$a bs=1024k count=1024 >done >rm null-file* >X needs to be > amount of free space in GBytes. > >If there isn't a huge amount of free space and/or making one big file >isn't an issue. >dd if=/dev/zero of=null-file bs=1024k ; rm null-file >or >cat /dev/zero > null-file ; rm null-file Yes, and to make some further "noise" here: If you're paranoid and have more time you may use "shred" or similiar tools instead of rm to remove that files with maximum security against any forensic analysis or restorings. If you have the option to remove files to delete with your own command you may use shred for it instead, but i'm not shure how far shred works as wanted on each type of SAN. cheers, Niels. - -- Niels Dettenbach Syndicat IT&Internet http://www.syndicat.com -----BEGIN PGP SIGNATURE----- Version: APG v1.0.8 iIEEAREIAEEFAk8UXYk6HE5pZWxzIERldHRlbmJhY2ggKFN5bmRpY2F0IElUJklu dGVybmV0KSA8bmRAc3luZGljYXQuY29tPgAKCRBU3ERlZRyiDWABAJ95BDn/Qsn/ YHXX+rrih+mpACEVngCfZxmyOyjC1WTHsGHRvPJmsbpaC3U= =w9i+ -----END PGP SIGNATURE----- _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |