Dear Wiki user, You have subscribed to a wiki page or wiki category on "Fedora Project Wiki" for change notification. The following page has been changed by RahulSundaram: http://fedoraproject.org/wiki/Docs/Beats/FileSystems?action=diff&rev2=19&rev1=18 The comment on the change is: fixed the example to use sd* instead of hd*. use label when we get more content ------------------------------------------------------------------------------ The following example shows an `/etc/crypttab` entry for a swap partition: - {{{my_swap /dev/hdb1 /dev/urandom swap,cipher=aes-cbc-essiv:sha256 + {{{my_swap /dev/sdb1 /dev/urandom swap,cipher=aes-cbc-essiv:sha256 }}} This creates an encrypted block device `/dev/mapper/my_swap`, which can be referenced in `/etc/fstab`. The next example shows an entry for a filesystem volume: - {{{my_volume /dev/hda5 /etc/volume_key cipher=aes-cbc-essiv:sha256 + {{{my_volume /dev/sda5 /etc/volume_key cipher=aes-cbc-essiv:sha256 }}} - - <!> Fix Me - {{{ From Fedora 7 on wards we are not going to gave /dev/hd*. - Are we not supposed to change the above examples to sd* or better use label? }}} The `/etc/volume_key` file contains a plaintext encryption key. You can also specify {{{none}}} as the key file name, and the system instead asks for the encryption key during boot. -- Fedora-relnotes-content mailing list Fedora-relnotes-content@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-relnotes-content