Re: Is erasing hard disk drive mandatory?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hey Kenny,

If you do skip over the erase during configuration, you can get the same effect of by causing the filesystem to write to every block -- 

		dd if=/dev/zero of=uselessjunk ; \rm uselessjunk

Of course, you also need to fill up the inode tables, otherwise your disk may tell how many files are on the disk.  Make lots of files.

If you're paranoid, or have a need to irritate security experts, use /dev/urandom instead of /dev/zero.

&:-)


On Thu, 29 May 2014 14:33:23 +0100 (BST)
Kenny Lake <kennylake96@xxxxxxxx> wrote:

> If I want to create an encrypted volume, over a disk drive where
> there were no sensible data or there was another encrypted volume,
> can i skip the erasing procedure or will compromise the security of
> the new encrypted volume?
> 


-- 
Thousands of years to mess up six days' work, and we're STILL not done
_______________________________________________
dm-crypt mailing list
dm-crypt@xxxxxxxx
http://www.saout.de/mailman/listinfo/dm-crypt




[Index of Archives]     [Device Mapper Devel]     [Fedora Desktop]     [ATA RAID]     [Fedora Marketing]     [Fedora Packaging]     [Fedora SELinux]     [Yosemite News]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux