Index: head/en_US.ISO8859-1/books/handbook/disks/chapter.xml =================================================================== --- head/en_US.ISO8859-1/books/handbook/disks/chapter.xml +++ head/en_US.ISO8859-1/books/handbook/disks/chapter.xml @@ -2823,15 +2823,20 @@ Generate the Master Key - The following commands generate a master key - (/root/da2.key) that is protected - with a passphrase. The data source for the key file is - /dev/random and the sector size of - the provider (/dev/da2.eli) is 4kB as - a bigger sector size provides better performance: + The following commands generate a master key that all + data will be encrypted with. This key can never be changed. + Rather than using it directly, it is encrypted with one + or more user keys. The user keys are made up of an + optional combination of random bytes from a file, + /root/da2.key, and/or a passphrase. + In this case, the data source for the key file is + /dev/random. This command also + configures the sector size of the provider + (/dev/da2.eli) as 4kB, for better + performance: &prompt.root; dd if=/dev/random of=/root/da2.key bs=64 count=1 -&prompt.root; geli init -s 4096 -K /root/da2.key /dev/da2 +&prompt.root; geli init -K /root/da2.key -s 4096 /dev/da2 Enter new passphrase: Reenter new passphrase: