Commit graph

270 commits

Author SHA1 Message Date
Joel Dahl
52f60fcf13 s/vfs.usermount="1"/vfs.usermount=1/
Submitted by:	Jacques Legare <jacques.legare@sympatico.ca>
2006-12-27 17:04:05 +00:00
Marc Fonvieille
dc1f80fd35 In the USB storage section:
Describe how to make USB devices mountable as a normal user.

PR:		docs/106148
Submitted by:	Roland Smith <rsmith@xs4all.nl>
With some help from:	ceri@
2006-12-07 11:47:36 +00:00
Tom Rhodes
6cca657e7f Fix up previous delta from patch mis-alignment.
Noticed by:	jkois
2006-11-05 00:49:34 +00:00
Tom Rhodes
8a2c586e32 Add a note (step) showing that you can load gdbe using kldload(8);
at this time there is no loader.conf variable in defaults/loader.conf in 6,
note that.
Remove some old cruft and reword near sentence to keep flow going smoothly.
Two spaces between the end of a sentence and the beginning of a new sentence.

PR:		86733
Submitted by:	Josh Paetzel (patch rewritten by me)
2006-11-04 11:02:41 +00:00
Marc Fonvieille
163edf7af0 Remove the part mentioning the need of sysutils/cd9660_unicode to
correctly display multibyte characters on some ISO 9660 CDs; inform the
user about the -C option of mount_cd9660 and the need of cd9660_iconv.ko

Problem found by:	Andrei Kolu <antik@bsd.ee>
2006-08-25 19:12:37 +00:00
Marc Fonvieille
e8d6e270a1 Add manual page entity for rsync(1) where needed. 2006-08-21 07:58:16 +00:00
Marc Fonvieille
303cf27887 It is now (since a while) possible to directly load atapicam support via
the /boot/loader.conf file w/o requiring a kernel rebuild.  Update the
atapicam section to reflect that possibility.
2006-08-01 09:37:28 +00:00
Tom Rhodes
3f0d1b56f0 Do what I swore would be done:
o Remove 4.X information, this includes notes and sections.

o Update documentation to reflect 5.X and 6.X.

o In some areas, try to make the new content version agnostic.

o Skip areas stating "5.[0-5] and later" as it's relevant - we
need a better way to handle these.

For several items, I checked the NOTES files, manual pages,
CVS history, etc.

Discussed on:		-doc
A few ideas from:	remko
2006-05-30 23:08:25 +00:00
Remko Lodder
2261993c9f Fix typo.
Spotted by:	brueffer
2006-05-29 16:11:54 +00:00
Remko Lodder
845ca3cf73 I introduced a typo in the previous commit.
s/have/has/
2006-05-28 18:37:55 +00:00
Remko Lodder
d7fd936e49 Update the DVD-RAM section a bit. This avoids the usage of "you", "we"
and things like that, which is consistent with the rest of the documention.

Also remove a paragraph that mentioned that the upcoming commands should be
executed as root, since the prompt should imply that already (like the rest
of the handbook has as well).
2006-05-28 18:33:25 +00:00
Remko Lodder
c79c51b517 Add missing </sect3> 2006-05-28 14:38:01 +00:00
Ceri Davies
48cc251fea Remove link to freebsd.dk/ata since it isn't working for some time and
we now support most drives.  Reword a whole bunch of stuff as a result,
including getting rid of some 4.x/early 5.x specific text.

Partially PR:		docs/95601
Partially submitted by:	James <inspiredbymetal@hotmail.co.uk>
2006-04-18 22:04:19 +00:00
Marc Fonvieille
8bdb63e112 Add a DVD-RAM section.
This is based on a mail exchange on freebsd-doc with Michael K. Roost
<michi@mirox.ch>.
2006-03-31 10:47:03 +00:00
Dmitry Morozovsky
3ca01feccb One excessive 'kilo' in sector size. Fix this. 2006-03-28 08:26:37 +00:00
Simon L. B. Nielsen
605abcfbe4 Some rework of the memory, and file-backed file systems section:
- Remove 5.X from titles, since it applies to 5.X+.
- Refer only to bsdlabel in the 5.X+ section and remove note about the
  switch from disklabel to bsdlabel in FreeBSD 5.1.
- Do not suggest users place file systems on the "c" partition (which
  is meant for the "raw" device) and use the "a" partition instead.
  (Note that I'm not really sure if there is a good reason to label a
  memory disk before use when just using the entire disk for one file
  system, but I will leave this for now.)
- Update program output to show what resent FreeBSD version actually
  writes.
- For memory backed file system section, suggest that people use swap
  backed and not malloc(9) backed, since malloc based memory disks
  have a good disk of causing a panic since the kernel risks runing
  out of memory in the malloc pool.
2006-03-23 22:13:54 +00:00
Marc Fonvieille
10c618f72c Add a missing </para>, this fixes a weird page rendering. 2006-03-22 13:05:22 +00:00
Marc Fonvieille
201d8087d2 Characters entities should not be used inside programlisting tags since
these later are rendered as <pre></pre>.

Noticed by:	Denis SAGET <geodni@free.fr>
2006-03-22 12:53:23 +00:00
Christian Brueffer
e66f49338c Oops, "written by" should have been used here. 2006-03-12 19:06:36 +00:00
Christian Brueffer
972e6ca0bd o Add a section on swap encryption
o Remove the swap encryption stuff from the disk encryption section

Reviewed by:	Ken Tom, remko
2006-03-12 18:56:04 +00:00
Ceri Davies
33aea870ce Minor rewording. 2006-02-23 19:10:27 +00:00
Marc Fonvieille
5b220e58d2 s/rewriteable/rewritable 2006-02-16 13:13:50 +00:00
Doug Barton
42fbeac82a Swap out all references to rcNG in favor of rc.d. This is not
"next generation" technology anymore. :)

Update text and examples to match current realities relative
to the local_startup import, and other advances.

Attempt to future-proof the text a little by referring to
dates and releases, rather than (e.g.) "recently."

Add some more man page references.

Reviewed, and helpful suggestions provied by:	pav
2006-01-17 09:55:05 +00:00
Pav Lucistnik
c1266282fc 16.6.5 Duplicating Audio CDs
- mention that 4.X don't prefix device nodes with zero
- show how to force system to retaste media
- flip note from "on 5.X and later" to "on 4.X"

Solving:	docs/79658
Reported by:	Alan Larson <larson@w6yx.stanford.edu>
2006-01-10 17:26:34 +00:00
Xin LI
e140896ec8 Escape <, >, &'s, plus some cleanups against the SGML. There should not
be any content changes involved in this commit, however, localization
teams are encouraged to catch up with this change.

Requested by:	intron at intron ac
Reviewed by:	Niclas Zeising <lothrandil at n00b apagnu se>
Glanced by:	simon
2006-01-05 20:03:39 +00:00
Ceri Davies
89b4d4aa69 Add details on how to use GELI.
Submitted by:	Daniel Gerzo <danger at rulez dot sk>
Reviewed by:	ceri, remko, pjd
2005-12-30 21:10:24 +00:00
Pav Lucistnik
088e1ecffb 16.4.3 Rebuilding ATA RAID1 Arrays:
- update atacontrol attach/detach syntax for 6.0, where it accepts ataN instead
  of just N
- fix instructions for FreeBSD 5.X/6.X, where addspare step is needed and
  rebuild command returns immediately

Fixes:

PR:		docs/58111
Submitted by:	Jack Twilley <jmt@twilley.org>

PR:		docs/83771
Submitted by:	edwin
2005-12-18 18:39:41 +00:00
Giorgos Keramidas
0c5fbe5924 Add a section that describes briefly various backup strategies available
with FreeBSD, their relative merits and what the final choise of a
backup strategy has to cover/support.

PR:		docs/89900
Submitted by:	Lowell Gilbert <freebsd-bugs-local@be-well.ilk.org>
2005-12-12 15:16:03 +00:00
Murray Stokely
aad8957506 1. Remove redundant use of the proper noun.
2. Note that bsdtar is the default since 5.3, and that it doesn't
   support tarring to remote tapes directly, only via a pipeline
   through ssh or similar.

PR:		docs/81738
Submitted by:	Rene Ladan <r.c.ladan@student.tue.nl>
2005-08-05 19:06:20 +00:00
Remko Lodder
65f73cf928 Nuke Quota support information for FreeBSD 3.2
Requested by:		Siebrand Mazeland <siebrand dot mazeland at xs4all dot nl>
Discussed with:		#bsddocs
2005-08-02 18:48:04 +00:00
Giorgos Keramidas
bcce52355e Add missing </para> 2005-06-18 21:10:58 +00:00
Hiten Pandya
1c58896a25 Snapshot files are set with the "snapshot" file flag during creation by
mksnap_ffs(8) or mount(8).  The previous statement was incorrect since
it mentions the immutable flag, i.e. "noschg" which is not the case when
one does "ls -lo" in a directory containing snapshot files.

While I am here, mention a way for finding snapshot files on a file
system.

PR: 	docs/80535 (inspired by)
2005-06-16 04:46:15 +00:00
Hiten Pandya
e3f9e93d33 Correct misleading statement about state of mounted snapshots.
PR:      	docs/80533
Submitted by:	Bernd Luevelsmeyer <bdluevel@heitec.net>
2005-06-16 03:19:58 +00:00
Ceri Davies
dd5144a783 Correct the QIC tape dimensions quoted (I didn't check this, but now the
metric matches the imperial at least).

PR:		docs/81225
Submitted by:	Rene Ladan < r dot c dot ladan at student dot tue dot nl >
2005-05-20 18:14:24 +00:00
Denis Peplin
3efd17c503 Move scbus, cd, and pass devices from "need to add" programmlisting to
"also need" programmlisting. These lines already present in recent GENERICs.
2005-05-04 13:07:11 +00:00
Remko Lodder
fa63510b7c Remove an extra visable space in the File System Quotas section.
PR:		docs/80261
Submitted by:	Brad Davis <so14k at so14k dot com>
2005-04-22 19:31:10 +00:00
Giorgos Keramidas
07d593dc61 Add a missing filesystem option to a dump(8) example.
Noticed by:	Andrew Davis <andrew@zeffa.net.au>
2005-04-14 16:42:36 +00:00
Peter Pentchev
f44c8792b5 Since the quota tools seem to have been working in kbytes, not blocks,
for some time now, reflect this in the documentation.

PR:		64063
Submitted by:	Stacey Roberts <stacey@vickiandstacey.com>
2005-02-27 12:59:47 +00:00
Giorgos Keramidas
99452d30fb Wording fixes. 2005-01-25 13:58:06 +00:00
Giorgos Keramidas
78fba00a1f The matcd(4) driver is not gone in 5.0 and 5.1 only.
It has been removed from CURRENT too.
2005-01-25 12:58:56 +00:00
Giorgos Keramidas
288de68c35 Delete EOL whitespace, in preparation of more fixes.
Translators may safely ignore this commit.
2005-01-25 12:29:06 +00:00
Giorgos Keramidas
29fa37e8e8 rcmd(3) and ruserok(3) are not commands. Replace the <command>
elements that wrapped them with man page references for the
respective library functions.
2005-01-25 12:27:21 +00:00
Denis Peplin
5146e3285a Use sysinstall by default and /stand/sysinstall for systems older than 5.2
Same for /rescue (use it by defaut, and /stand for old systems)
2004-12-22 11:22:19 +00:00
Marc Fonvieille
eb3da5313b Punctuation fix. 2004-12-05 16:40:56 +00:00
Marc Fonvieille
5055021668 s/role="directory"/class="directory"/ since the last instance is the
correct one.  I'm guilty of most of these wrong attributes.
2004-11-19 19:57:22 +00:00
Peter Pentchev
e7cc0c839f Describe the -no-emul-boot mkisofs(8) option and use it in the example.
Also remove the -U option from the example, since it could create ISO
images that some systems could not boot from (besides, it is not used in
the FreeBSD src/release/i386/mkisoimages.sh script, and there probably
is a reason for that ;)

PR:		70952
Submitted by:	Jon Wallace <jon@whoweb.com>
Based on:	patch by Sebastian Schulze Struchtrup <seb@struchtrup.com>
2004-11-05 19:11:17 +00:00
Marc Fonvieille
a602367979 ad1 is not only for 4.X system, let's mention 5.X as well. 2004-11-01 18:56:50 +00:00
Hideyuki KURASHINA
f3027072d3 Fix a typo (syntax of cdrecord should be comma-separated values for
device reference).
2004-09-26 20:08:31 +00:00
Brooks Davis
d3b7df9511 Begin documenting the limitations of some popular disk partitioning
schemes.  In particular document the practical 2TB limit of bsdlabels.

Reviewed by:	simon
2004-09-14 00:20:32 +00:00
Murray Stokely
ee50c863c4 Correct misusage of <ulink> tag.
Found by:	loader@freebsdmall.com
2004-08-25 10:33:59 +00:00