summaryrefslogtreecommitdiff
path: root/FAQ/FAQ.sgml
diff options
context:
space:
mode:
authorPeter da Silva <pds@FreeBSD.org>1997-05-27 11:03:45 +0000
committerPeter da Silva <pds@FreeBSD.org>1997-05-27 11:03:45 +0000
commit68a70adb171f1b53b049e900d291d1b02887a827 (patch)
treee417fc21064ea0e51f8f0a6d6599269dfcc468ab /FAQ/FAQ.sgml
parentceeb4e27a34dc9460948342593fcf95fa3870d13 (diff)
Added reference to Mark Mayo's web page.
Notes
svn path=/head/; revision=1589
Diffstat (limited to 'FAQ/FAQ.sgml')
-rw-r--r--FAQ/FAQ.sgml18
1 files changed, 9 insertions, 9 deletions
diff --git a/FAQ/FAQ.sgml b/FAQ/FAQ.sgml
index 2930366eba..9625a096fe 100644
--- a/FAQ/FAQ.sgml
+++ b/FAQ/FAQ.sgml
@@ -1,12 +1,12 @@
<!DOCTYPE linuxdoc PUBLIC "-//FreeBSD//DTD linuxdoc//EN">
-<!-- $Id: FAQ.sgml,v 1.56 1997-05-27 10:58:17 pds Exp $ -->
+<!-- $Id: FAQ.sgml,v 1.57 1997-05-27 11:03:45 pds Exp $ -->
<article>
<title>Frequently Asked Questions for FreeBSD 2.X
<author>Maintainer: Peter da Silva <tt><htmlurl url='mailto:pds@FreeBSD.ORG'
name='&lt;pds@FreeBSD.ORG&gt;'></tt>
-<date>$Date: 1997-05-27 10:58:17 $</date>
+<date>$Date: 1997-05-27 11:03:45 $</date>
<abstract>
This is the FAQ for FreeBSD systems version 2.X All entries are
@@ -1226,6 +1226,10 @@ drivedata: 0
pretty much the same for all devices.
<label id="disklabel">
+ (this section is based on <url
+ url="http://vinyl.quickweb.com/mark/FreeBSD/ZIP-FAQ.html"
+ name="Mark Mayo's ZIP FAQ">)
+
If it's a ZIP drive or a floppy , you've already got a DOS
filesystem on it, you can use a command like this:
@@ -1264,13 +1268,9 @@ drivedata: 0
You can use disklabel (more info in <ref id="2_1-disklabel-fix"
name="this note">) or <tt>/stand/sysinstall</tt> to create multiple
- BSD partitions (you'll certainly want to do this if you're adding
+ BSD partitions. You'll certainly want to do this if you're adding
swap space on a fixed disk, but it's probably irrelevant on a
- removable).
-
- <verb>
- disklabel -e sd2
- </verb>
+ removable drive like a ZIP.
Finally, create a new file system, this one's on our ZIP drive
using the whole disk:
@@ -1290,7 +1290,7 @@ drivedata: 0
future:
<verb>
-/dev/sd2c /zip ffs rw,noauto 0 0
+ /dev/sd2c /zip ffs rw,noauto 0 0
</verb>
<sect1>