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
18
FAQ/FAQ.sgml
18
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='<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>
|
||||
|
|
Loading…
Reference in a new issue