Added reference to Mark Mayo's web page.
This commit is contained in:
parent
ceeb4e27a3
commit
68a70adb17
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=1589
1 changed files with 9 additions and 9 deletions
16
FAQ/FAQ.sgml
16
FAQ/FAQ.sgml
|
@ -1,12 +1,12 @@
|
||||||
<!DOCTYPE linuxdoc PUBLIC "-//FreeBSD//DTD linuxdoc//EN">
|
<!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>
|
<article>
|
||||||
|
|
||||||
<title>Frequently Asked Questions for FreeBSD 2.X
|
<title>Frequently Asked Questions for FreeBSD 2.X
|
||||||
<author>Maintainer: Peter da Silva <tt><htmlurl url='mailto:pds@FreeBSD.ORG'
|
<author>Maintainer: Peter da Silva <tt><htmlurl url='mailto:pds@FreeBSD.ORG'
|
||||||
name='<pds@FreeBSD.ORG>'></tt>
|
name='<pds@FreeBSD.ORG>'></tt>
|
||||||
<date>$Date: 1997-05-27 10:58:17 $</date>
|
<date>$Date: 1997-05-27 11:03:45 $</date>
|
||||||
|
|
||||||
<abstract>
|
<abstract>
|
||||||
This is the FAQ for FreeBSD systems version 2.X All entries are
|
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.
|
pretty much the same for all devices.
|
||||||
|
|
||||||
<label id="disklabel">
|
<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
|
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:
|
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"
|
You can use disklabel (more info in <ref id="2_1-disklabel-fix"
|
||||||
name="this note">) or <tt>/stand/sysinstall</tt> to create multiple
|
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
|
swap space on a fixed disk, but it's probably irrelevant on a
|
||||||
removable).
|
removable drive like a ZIP.
|
||||||
|
|
||||||
<verb>
|
|
||||||
disklabel -e sd2
|
|
||||||
</verb>
|
|
||||||
|
|
||||||
Finally, create a new file system, this one's on our ZIP drive
|
Finally, create a new file system, this one's on our ZIP drive
|
||||||
using the whole disk:
|
using the whole disk:
|
||||||
|
|
Loading…
Reference in a new issue