aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1
diff options
context:
space:
mode:
authorWarren Block <wblock@FreeBSD.org>2013-06-20 20:34:02 +0000
committerWarren Block <wblock@FreeBSD.org>2013-06-20 20:34:02 +0000
commitaf5332d42095f59ed72a3cd38767d1497c62f443 (patch)
treeda3f0211f3458e0d6164f791e0cd5b765e8d8575 /en_US.ISO8859-1
parentda1e22a10410b2ad4018e0b4ca7f5574ba7a993e (diff)
downloaddoc-af5332d42095f59ed72a3cd38767d1497c62f443.tar.gz
doc-af5332d42095f59ed72a3cd38767d1497c62f443.zip
Fix newfs and fstab entries to use the partition, not the whole disk.
PR: docs/179788 Submitted by: Zach Crum <crum.zach@gmail.com>
Notes
Notes: svn path=/head/; revision=41990
Diffstat (limited to 'en_US.ISO8859-1')
-rw-r--r--en_US.ISO8859-1/books/handbook/disks/chapter.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/en_US.ISO8859-1/books/handbook/disks/chapter.xml b/en_US.ISO8859-1/books/handbook/disks/chapter.xml
index 0c49ef4763..182fd40c3d 100644
--- a/en_US.ISO8859-1/books/handbook/disks/chapter.xml
+++ b/en_US.ISO8859-1/books/handbook/disks/chapter.xml
@@ -222,7 +222,7 @@
<para>A file system is created on the new blank disk:</para>
- <screen>&prompt.root; <userinput>newfs -U /dev/ada1</userinput></screen>
+ <screen>&prompt.root; <userinput>newfs -U /dev/ada1p1</userinput></screen>
<para>An empty directory is created as a
<emphasis>mountpoint</emphasis>, a location for mounting the new
@@ -234,7 +234,7 @@
<filename>/etc/fstab</filename> so the new disk will be mounted
automatically at startup:</para>
- <programlisting>/dev/ada1 /newdisk ufs rw 2 2</programlisting>
+ <programlisting>/dev/ada1p1 /newdisk ufs rw 2 2</programlisting>
<para>The new disk can be mounted manually, without restarting the
system:</para>