release-notes/devel/en_US FileSystems.xml,1.14,1.15

Murray McAllister (mdious) fedora-docs-commits at redhat.com
Mon Mar 17 11:54:37 UTC 2008


Author: mdious

Update of /cvs/docs/release-notes/devel/en_US
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17467/en_US

Modified Files:
	FileSystems.xml 
Log Message:
updating file system page as per wiki content



Index: FileSystems.xml
===================================================================
RCS file: /cvs/docs/release-notes/devel/en_US/FileSystems.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- FileSystems.xml	15 Sep 2007 17:10:54 -0000	1.14
+++ FileSystems.xml	17 Mar 2008 11:54:33 -0000	1.15
@@ -13,78 +13,36 @@
   </tip>
 
   <para>
-    Fedora 8 provides basic support for encrypted swap partitions and
+    Fedora 9 provides basic support for encrypted swap partitions and
     non-root file systems. To use it, add entries to
     <filename>/etc/crypttab</filename> and reference the created devices in
     <filename>/etc/fstab</filename>.
   </para>
-
-  <note>
-    <title>Encrypted FS Support Unavailable During
-    Install</title>
-    <para>
-      Enable file system encryption after installation.
-      <application>Anaconda</application> does not have support for creating encrypted block
-    devices.
-    </para>
-  </note>
   <para>
-    The following example shows an <filename>/etc/crypttab</filename> entry for
-    a swap partition:
+	  New in Fedora 9, the installer <application>Anaconda</application> has support for creating encrypted file systems during installation. For more information on that, refer to the <ulink url="http://docs.fedoraproject.org/install-guide">Fedora Installation Guide</ulink>.
   </para>
-
-<screen><![CDATA[my_swap /dev/sdb1 /dev/urandom swap,cipher=aes-cbc-essiv:sha256 
-]]></screen>
-
   <para>
-    This command creates an encrypted block device
-    <filename>/dev/mapper/my_swap</filename>, which can be referenced in
-    <filename>/etc/fstab</filename>. The next example shows an entry for a
-    filesystem volume:
+	  <emphasis>Installing to encrypted volumes, including the root file system, is now supported. There is no configuration tool for adding or removing keys from volumes at a later time, or otherwise doing modification of the encryption. Refer to this feature page for more information:</emphasis>
   </para>
-
-<screen><![CDATA[my_volume /dev/sda5 /etc/volume_key cipher=aes-cbc-essiv:sha256 
-]]></screen>
-
   <para>
-    The <filename>/etc/volume_key</filename> file contains a plaintext
-    encryption key. You can also specify <filename>none</filename> as the key
-    file name, and the system instead asks for the encryption key during
-    boot.
+	  <ulink url="http://fedoraproject.org/wiki/Releases/FeatureEncryptedFilesystems" />
   </para>
-
   <para>
-    The recommended method is to use <firstterm>LUKS</firstterm> for file system
-    volumes.  If you are using LUKS you can drop the
-    <computeroutput>cipher=</computeroutput> declaration in
-    <filename>/etc/crypttab</filename>).
+	  <emphasis>For full instructions on using encrypted file systems, refer to the <ulink url="http://docs.fedoraproject.org/encryption-privacy-guide">Fedora Encryption and Privacy Guide</ulink></emphasis>.
   </para>
-
-  <procedure>
-    <step>
-      <para>
-        Create the encrypted volume using <command>cryptsetup
-        luksFormat</command>.
-      </para>
-    </step>
-    <step>
-      <para>
-        Add the necessary entry to <filename>/etc/crypttab</filename>.
-      </para>
-    </step>
-    <step>
-      <para>
-        Set up the volume manually using <command>cryptsetup
-        luksOpen</command> or reboot.
-      </para>
-    </step>
-    <step>
-      <para>Create a filesystem on the encrypted volume.</para> 
-    </step>
-    <step>
-      <para>
-        Set up an entry in <filename>/etc/fstab</filename>.
-      </para>
-    </step>
-  </procedure>
+  <section id="sn-Ext4-Preview">
+	  <title>Ext4 Preview</title>
+	  <para>
+		  The new ext4 file system is available in Fedora 9 as a nearly feature complete preview. Testers are encouraged to review the documentation and try implementations of ext4. When finally integrated, users should experience no problems with the new file system, and should find it bigger, better, and faster.
+	  </para>
+	  <para>
+		  While an ext3 file system can be mounted as ext4, an ext3 to ext4 conversion tool is planned that converts existing ext3 on-disk format to ext4. For more information about this feature:
+	  </para>
+	  <para>
+		  <ulink url="http://fedoraproject.org/wiki/FedoraExt4" />
+	  </para>
+	  <para>
+		  <ulink url="http://fedoraproject.org/wiki/Features/Ext4" />
+	  </para>
+  </section>
 </section>




More information about the Fedora-docs-commits mailing list