FreeBSD Bugzilla – Attachment 11744 Details for
Bug 22996
Missing section in the Handbook
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.80 KB, created by
Szilveszter Adam
on 2000-11-20 22:20:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Szilveszter Adam
Created:
2000-11-20 22:20:01 UTC
Size:
1.80 KB
patch
obsolete
>Index: chapter.sgml >=================================================================== >RCS file: /usr/home/cc/toys/ncvs/doc/en_US.ISO_8859-1/books/handbook/disks/chapter.sgml,v >retrieving revision 1.23 >diff -u -r1.23 chapter.sgml >--- chapter.sgml 2000/07/19 02:07:46 1.23 >+++ chapter.sgml 2000/11/20 21:50:21 >@@ -510,9 +510,30 @@ > <title>Using Command Line Utilities</title> > > <sect3> >- <title>* Using Slices</title> >+ <title>Using Slices</title> > >- <para></para> >+ <para>This setup will allow your disk to work correctly with >+ other operating systems that might be installed on your >+ computer and will not confuse other operating systems' fdisk >+ utilities. It is recommended to use this method for new disk >+ installs. Use <literal>dedicated</literal> mode only, if you >+ have a good reason to do so!</para> >+ >+ <screen>&prompt.root; <userinput>dd if=/dev/zero of=/dev/rda1 bs=1k count=1</userinput> >+&prompt.root; <userinput>fdisk -BI da1</userinput> #Initialize your new disk >+&prompt.root; <userinput>disklabel -B -w -r da1s1 auto</userinput> #Label it. >+&prompt.root; <userinput>disklabel -e da1s1</userinput> # Now edit the disklabel you just created and add any partitions. >+&prompt.root; <userinput>mkdir -p /1</userinput> >+&prompt.root; <userinput>newfs /dev/da1s1e</userinput> # Repeat this for every partition you created. >+&prompt.root; <userinput>mount -t ufs /dev/da1s1e /1</userinput> # Mount the partition(s) >+&prompt.root; <userinput>vi /etc/fstab</userinput> # When satisfied, add the appropriate entry/entries to your <filename>/etc/fstab</filename>.</screen> >+ >+ <para>That was it! It is not difficult.</para> >+ >+ <para>If you have an IDE disk, subsitute <filename>ad</filename> >+ for <filename>da</filename>. On pre-4.x systems use >+ <filename>wd</filename>.</para> >+ > </sect3> > > <sect3>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 22996
: 11744