diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2012-01-07 04:59:41 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2012-01-07 04:59:41 +0000 |
commit | 13d94c2936177ea3c239d80ad62a2f0edf18d496 (patch) | |
tree | aa89d8b1880cf8c5f5b8d73f46caf98810b695f0 /sysutils/volman/pkg-descr | |
parent | b706405e3a6b34bb044ea52afedd86ccfcc7a06f (diff) |
Notes
Diffstat (limited to 'sysutils/volman/pkg-descr')
-rw-r--r-- | sysutils/volman/pkg-descr | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sysutils/volman/pkg-descr b/sysutils/volman/pkg-descr new file mode 100644 index 000000000000..b1f5ea52d046 --- /dev/null +++ b/sysutils/volman/pkg-descr @@ -0,0 +1,15 @@ +volman is a FreeBSD specific volume manager. It acts +as a translator of devd(8) events, probing storage +devices for their file system information, and serving +this over a FIFO based API to which clients can +subscribe. In addition to notifying clients of new +or lost volumes, it will mount and unmount such +volumes at the command of subscribing clients. + +It runs as root and allows any local clients the +ability to mount and unmount volumes which are +detected, regardless of any user privileges. This +is intended for single user X11 systems needing +an easy way of accessing USB flash disks on the fly. + +WWW: http://forums.freebsd.org/showthread.php?t=27233 |