On Mon, 20 Apr 2009 21:38:54 +0200, Bernt Hansson <be...@bah.homeip.net> wrote:
> Hello list!
>
> I was thinking of makeing a slice encrypted with geli.
>
> My question is: does geli init -s 4096 /dev/ad* erase the data on the
> slice. The handbook didn't say yes or no, and I don't want to try
> without asking.

No, but if you plan to use geli to encrypt data that will end up on the
slice it may be a useful thing to:

  a) keep a backup copy of the data in its unencrypted form

  b) overwrite the entire partition with random bytes (increased entropy
     means that it is harder to 'attack' the final encrypted data stream
     when geli starts writing over parts of the encrypted slice)

  c) attach the randomized partition with geli

  d) newfs the xxx.eli device

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to