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 @@ - +
Frequently Asked Questions for FreeBSD 2.X <author>Maintainer: Peter da Silva <tt><htmlurl url='mailto:pds@FreeBSD.ORG' name='<pds@FreeBSD.ORG>'></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>