en-US/Adding_Partitions-section-2-itemizedlist-1-listitem-0.xml en-US/Adding_Partitions-section-2-itemizedlist-1.xml en-US/Advice_on_Partitions.xml en-US/Beginning_Installation_x86_ppc-indexterm-6 en-US/Boot_Init_Shutdown.xml en-US/Disk_Partitioning_X86_Partitions.xml en-US/new-users.xml

Rüdiger Landmann rlandmann at fedoraproject.org
Tue Apr 28 06:34:57 UTC 2009


 en-US/Adding_Partitions-section-2-itemizedlist-1-listitem-0.xml |   18 ++++++++++
 en-US/Adding_Partitions-section-2-itemizedlist-1.xml            |    3 +
 en-US/Advice_on_Partitions.xml                                  |    4 +-
 en-US/Beginning_Installation_x86_ppc-indexterm-6                |   11 ------
 en-US/Boot_Init_Shutdown.xml                                    |    4 +-
 en-US/Disk_Partitioning_X86_Partitions.xml                      |    4 +-
 en-US/new-users.xml                                             |    4 +-
 7 files changed, 29 insertions(+), 19 deletions(-)

New commits:
commit 6b60e038abe829d33bef03d8b4ac212985a07c56
Author: Ruediger Landmann <r.landmann at redhat.com>
Date:   Tue Apr 28 16:34:21 2009 +1000

    Add notes on Btrfs

diff --git a/en-US/Adding_Partitions-section-2-itemizedlist-1-listitem-0.xml b/en-US/Adding_Partitions-section-2-itemizedlist-1-listitem-0.xml
new file mode 100644
index 0000000..b98a975
--- /dev/null
+++ b/en-US/Adding_Partitions-section-2-itemizedlist-1-listitem-0.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0"?>
+<!DOCTYPE listitem PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
+]>
+
+<listitem>
+	<para>
+		<guilabel>Btrfs</guilabel> — Btrfs is under development as a file system capable of addressing and managing more files, larger files, and larger volumes than the ext2, ext3, and ext4 file systems. Btrfs is designed to make the file system tolerant of errors, and to facilitate the detection and repair of errors when they occur. It uses checksums to ensure the validity of data and metadata, and maintains snapshots of the file system that can be used for backup or repair. 
+	</para>
+	<para>
+		Because Btrfs is still experimental and under development, the installation program does not offer it by default. If you want to create a Btrfs partition on a drive, you must commence the installation process with the boot option <command> icantbelieveitsnotbtr</command>. Refer to <xref linkend="ap-admin-options"/> for instructions. 
+	</para>
+	<warning>
+	<title>Btrfs is still experimental</title>
+	<para>
+		Fedora &PRODVER; includes Btrfs as a technology preview to allow you to experiment with this file system. You should not choose Btrfs for partitions that will contain valuable data or that are essential for the operation of important systems. 
+	</para>
+	</warning>
+</listitem>
diff --git a/en-US/Adding_Partitions-section-2-itemizedlist-1.xml b/en-US/Adding_Partitions-section-2-itemizedlist-1.xml
index 90fa50d..9e05b22 100644
--- a/en-US/Adding_Partitions-section-2-itemizedlist-1.xml
+++ b/en-US/Adding_Partitions-section-2-itemizedlist-1.xml
@@ -6,6 +6,9 @@
 
 <itemizedlist>
 
+	<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Adding_Partitions-section-2-itemizedlist-1-listitem-0.xml"/>
+	<!-- btrfs -->
+	
 	<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Adding_Partitions-section-2-itemizedlist-1-listitem-1.xml"/>
 	<!-- ext2 -->
 
diff --git a/en-US/Advice_on_Partitions.xml b/en-US/Advice_on_Partitions.xml
index 564fc6e..d12b69b 100644
--- a/en-US/Advice_on_Partitions.xml
+++ b/en-US/Advice_on_Partitions.xml
@@ -27,9 +27,9 @@
 	  size of 100 MB for <filename
 	    class="partition">/boot</filename> should suffice.</para>
 	    <important>
-	    <title>ext4</title>
+	    <title>ext4 and Btrfs</title>
 	    <para>
-	      The <application>GRUB</application> bootloader does not support the ext4 file system. You cannot use an ext4 partition for <filename>/boot</filename>.
+	      The <application>GRUB</application> bootloader does not support the ext4 or Btrfs file systems. You cannot use an ext4 or btrfs partition for <filename>/boot</filename>.
 	    </para>
 	  </important>
       </listitem>
diff --git a/en-US/Beginning_Installation_x86_ppc-indexterm-6 b/en-US/Beginning_Installation_x86_ppc-indexterm-6
deleted file mode 100644
index 338ae9c..0000000
--- a/en-US/Beginning_Installation_x86_ppc-indexterm-6
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE indexterm PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
-<!ENTITY % RH_ENTITIES SYSTEM "./Common_Config/rh-entities.ent">
-%RH_ENTITIES;
-
-]>
-
-<indexterm significance="normal">
-	<primary>CD-ROM</primary>
-	<secondary>installation from</secondary>
-</indexterm>
\ No newline at end of file
diff --git a/en-US/Boot_Init_Shutdown.xml b/en-US/Boot_Init_Shutdown.xml
index b14948e..c8f299c 100644
--- a/en-US/Boot_Init_Shutdown.xml
+++ b/en-US/Boot_Init_Shutdown.xml
@@ -183,9 +183,9 @@
 				</footnote> partitions and load its configuration file — <filename>/boot/grub/grub.conf</filename> — at boot time. Refer to <xref linkend="s1-grub-configfile"/> for information on how to edit this file.
 			</para>
 			<important>
-			  <title>ext4</title>
+			  <title>ext4 and Btrfs</title>
 			  <para>
-			    The <application>GRUB</application> bootloader does not support the ext4 file system.
+			    The <application>GRUB</application> bootloader does not support the ext4 or Btrfs file systems.
 			  </para>
 			</important>
 			<note><title>Note</title>
diff --git a/en-US/Disk_Partitioning_X86_Partitions.xml b/en-US/Disk_Partitioning_X86_Partitions.xml
index 8f8942f..0e1c0b5 100644
--- a/en-US/Disk_Partitioning_X86_Partitions.xml
+++ b/en-US/Disk_Partitioning_X86_Partitions.xml
@@ -37,9 +37,9 @@
 		<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Disk_Partitioning_Scheme_x86_s390-para-1.xml"/>
 		<!-- A /boot/ partition (100MB) - the partition mounted... -->
 		<important>
-		  <title>ext4</title>
+		  <title>ext4 and Btrfs</title>
 		  <para>
-		    The <application>GRUB</application> bootloader does not support the ext4 file system. You cannot use an ext4 partition for /boot/.
+		    The <application>GRUB</application> bootloader does not support the ext4 or Btrfs file systems. You cannot use an ext4 or Btrfs partition for /boot/.
 		  </para>
 		</important>
 		<note><title>Note</title>
diff --git a/en-US/new-users.xml b/en-US/new-users.xml
index 4252c81..5cd75e6 100644
--- a/en-US/new-users.xml
+++ b/en-US/new-users.xml
@@ -372,9 +372,9 @@
 	    bootable USB media on media formatted as ext2, ext3, or vfat.
 	  </para>
 	  <important>
-	    <title>ext4</title>
+	    <title>ext4 and Btrfs</title>
 	    <para>
-	      The <application>GRUB</application> bootloader does not support the ext4 file system. You cannot create bootable USB media on media formatted as ext4.
+	      The <application>GRUB</application> bootloader does not support the ext4 or Btrfs file systems. You cannot create bootable USB media on media formatted as ext4 or Btrfs.
 	    </para>
 	  </important>
 	  <important>





More information about the Fedora-docs-commits mailing list