summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPete Travis <immanetize@fedoraproject.org>2014-11-01 14:48:26 -0600
committerPete Travis <immanetize@fedoraproject.org>2014-11-01 14:48:26 -0600
commitdb523248694ff8880cd75f33435469e7e0e992ae (patch)
treea3ea707a9eb193277cf7d8e6c44c16a1099dc95c
parent367d089208fcc958c11d4d799759072c6b10a539 (diff)
downloadmultiboot-guide-db523248694ff8880cd75f33435469e7e0e992ae.tar.gz
multiboot-guide-db523248694ff8880cd75f33435469e7e0e992ae.tar.xz
multiboot-guide-db523248694ff8880cd75f33435469e7e0e992ae.zip
resizing partitions with parted is scary
Let's make it clear up front that the meat of this section is not what one should normally do. It is going to be a lot easier to use native tools or anaconda for most cases. Here's a strong admonition to that effect.
-rw-r--r--en-US/Free_Space.xml17
1 files changed, 15 insertions, 2 deletions
diff --git a/en-US/Free_Space.xml b/en-US/Free_Space.xml
index 1e7535c..85d0cae 100644
--- a/en-US/Free_Space.xml
+++ b/en-US/Free_Space.xml
@@ -8,7 +8,20 @@
<title>Making Room for Fedora</title>
<para>
Fedora requires a volume of <emphasis>unallocated</emphasis> storage space for installation. To make room for Fedora, both the existing filesystem and the partition it resides on must be resized.
- </para>
+ </para>
+ <warning>
+ <title>Be cautious when resizing!</title>
+ <para>
+ Resizing partitions and filesystems is always a potentially destructive endeavor. While the methods described in this section are consistently reliable when properly executed, you should always be prepared for problems.
+ </para>
+ <para>
+ Before installing a new operating system on your computer, make sure you have current backups of any crucial data.
+ </para>
+ <para>
+ The advanced methods described in this section offer a greater degree of flexibility and control, but are more difficult to implement. You should resize partitions using the original operating system's native utilities, or using the Fedora installer, unless you are confident that you understand the advanced methods.
+ </para>
+ </warning>
+
<section id="freespace-anaconda">
<title>Using the Fedora Installer to resize partitions</title>
<para>
@@ -18,7 +31,7 @@
<para>
Resizing partitions with the Fedora installer is covered in the <ulink url="http://docs.fedoraproject.org/en-US/Fedora/20/html/Installation_Guide/reclaim_space-x86.html">Fedora Installation Guide</ulink>
</para>
-<!-- "An introduction to Disk Partitions"
+ <!-- "An introduction to Disk Partitions"
http://docs.fedoraproject.org/en-US/Fedora/19/html/Installation_Guide/ch-partitions-x86.html
-->
</section>