Joel Dahl
f7e00d4bbd
mdoc: remove EOL whitespace.
2014-12-29 13:50:59 +00:00
Baptiste Daroussin
bd0891ceb3
use .Mt to mark up email addresses consistently (part1)
...
PR: 191174
Submitted by: Franco Fichtner <franco@lastsummer.de>
2014-06-20 09:40:43 +00:00
Joel Dahl
b6829dc82a
Minor mdoc improvements.
2014-06-06 19:00:43 +00:00
Ivan Voras
e50e80ccb7
Bulk document the kern.geom.label.*.enable sysctls and tunables.
2014-06-04 16:29:18 +00:00
Ivan Voras
e74d21571f
Document the diskid automatic label class.
...
While there, also document the glabel "native" labels and explain why
there are additional nodes created for nested GEOM classes.
Reminded by: jmg
2014-06-02 15:05:25 +00:00
Joel Dahl
6c4b7d71f1
Minor clarificiation.
...
PR: 177455
2013-04-22 17:38:26 +00:00
Ivan Voras
43ec3cc665
Remove (c) line.
...
Requested by: pjd
Approved by: gnn (mentor)
MFC after: 1 month
2009-08-23 18:15:13 +00:00
Ivan Voras
452f657cb9
Add support for labels derived from GPT metadata.
...
Approved by: gnn (mentor)
Reviewed by: pjd
PR: 128398
Submitted by: Marius Nuennerich < marius at nuenneri.ch >
2009-06-13 00:27:03 +00:00
Ivan Voras
56aebf7eb9
Man page accompanying r190423 - introduce UFS ID labels.
...
Actually-by: pjd
Approved by: gnn (mentor)
2009-03-25 20:40:34 +00:00
Takanori Watanabe
cf5a7ef8d1
Update Document.
2005-08-26 11:39:38 +00:00
Pawel Jakub Dawidek
9417a618d1
Add code for Ext2FS and ReiserFS labels recognition.
...
Submitted by: Stanislav Sedov <stas@310.ru>
PR: kern/84638
MFC after: 1 week
2005-08-12 00:27:45 +00:00
Pawel Jakub Dawidek
650a08d046
Instead of documenting every standard subcommand's argument everywhere,
...
just leave reference to geom(8).
MFC after: 1 week
2005-03-14 13:14:04 +00:00
Pawel Jakub Dawidek
85e9dc7d1b
- Document 'status' subcommand.
...
- Update copyrights.
MFC after: 1 week
2005-03-13 19:38:12 +00:00
Ruslan Ermilov
6087df9e8b
Sort sections.
2005-01-18 10:09:38 +00:00
Ruslan Ermilov
a866e17077
Added the EXIT STATUS section where appropriate.
2005-01-17 07:44:44 +00:00
Pawel Jakub Dawidek
a064f065ee
Fix arguments syntax.
...
Manual pages fixes by: ru
MFC after: 3 days
2005-01-15 13:02:50 +00:00
Ceri Davies
d608b5ab7e
Grammatical and spelling improvements.
...
Reviewed by: pjd
2004-11-04 19:12:43 +00:00
Pawel Jakub Dawidek
cdf961ac2a
MFp4: Add 'dump' command to gconcat(8), glabel(8) and gstripe(8) which allow
...
to dump metadata from given components.
2004-07-18 08:00:30 +00:00
Pawel Jakub Dawidek
608e135b58
Document sysctl variables.
...
Based on: simon's patch
2004-07-13 12:32:20 +00:00
Ruslan Ermilov
0e252c9a1a
Slight markup and grammar fixes.
2004-07-07 21:00:57 +00:00
Pawel Jakub Dawidek
a2e31b8b53
- Add 'stop' command, which works just like 'destroy' command, but sounds
...
less dangerous.
- Update manual pages and extend examples.
- Bump versions.
2004-07-05 21:16:37 +00:00
Pawel Jakub Dawidek
363c05f17e
Grammar nits.
...
Submitted by: David Magda <dmagda@ee.ryerson.ca>
2004-07-03 08:36:09 +00:00
Pawel Jakub Dawidek
e1237b285b
Introduce GEOM_LABEL class.
...
This class is used for detecting volume labels on file systems:
UFS, MSDOSFS (FAT12, FAT16, FAT32) and ISO9660.
It also provide native labelization (there is no need for file system).
g_label_ufs.c is based on geom_vol_ffs from Gordon Tetlow.
g_label_msdos.c and g_label_iso9660.c are probably hacks, I just found
where volume labels are stored and I use those offsets here,
but with this class it should be easy to do it as it should be done by
someone who know how.
Implementing volume labels detection for other file systems also should
be trivial.
New providers are created in those directories:
/dev/ufs/ (UFS1, UFS2)
/dev/msdosfs/ (FAT12, FAT16, FAT32)
/dev/iso9660/ (ISO9660)
/dev/label/ (native labels, configured with glabel(8))
Manual page cleanups and some comments inside were submitted by
Simon L. Nielsen, who was, as always, very helpful. Thanks!
2004-07-02 19:40:36 +00:00