summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2004-07-02 19:40:36 +0000
committerpjd <pjd@FreeBSD.org>2004-07-02 19:40:36 +0000
commit7f4ea6942f7133d30de3ff25c4a9601d2ab4200c (patch)
tree8e73f4b25ccaa53d48b0ffc0919724a8f6d36e90 /include
parentcfd40890fc173c1f61ef0107cafdd32320d8b63b (diff)
downloadFreeBSD-src-7f4ea6942f7133d30de3ff25c4a9601d2ab4200c.zip
FreeBSD-src-7f4ea6942f7133d30de3ff25c4a9601d2ab4200c.tar.gz
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!
Diffstat (limited to 'include')
-rw-r--r--include/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Makefile b/include/Makefile
index f4d78dff..130e226 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -35,7 +35,7 @@ LSUBDIRS= cam/scsi dev/an dev/bktr dev/firewire dev/ic dev/iicbus \
dev/ofw dev/ppbus dev/smbus dev/usb dev/wi dev/utopia fs/devfs \
fs/fdescfs fs/fifofs fs/msdosfs fs/ntfs fs/nullfs fs/nwfs fs/portalfs \
fs/procfs fs/smbfs fs/udf fs/umapfs fs/unionfs \
- geom/concat geom/gate geom/nop geom/stripe \
+ geom/concat geom/gate geom/label geom/nop geom/stripe \
isofs/cd9660 netatm/ipatm netatm/sigpvc netatm/spans netatm/uni \
netgraph/atm security/mac_biba security/mac_bsdextended \
security/mac_lomac security/mac_mls security/mac_partition \
OpenPOWER on IntegriCloud