|
ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages
|
|
This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles. For more information about the manual page format, see the manual page for manpages(5). |
VSDBUTIL(8) BSD System Manager's Manual VSDBUTIL(8)
NAME
vsdbutil -- manipulates the volume status DB.
SYNOPSIS
vsdbutil [-a -path]
vsdbutil [-c -path] [-d -path] [-i]
vsdbutil [-h]
DESCRIPTION
vsdbutil manipulates the volume status DB. The following options are available:
-a adopts (activates) on-disk ownership on the specified path
-c checks the status of the ownership usage on the specified path
-d disowns (deactivates) the on-disk ownership on the specified path
-i initializes the ownership database to include all mounted HFS+ volumes
-h prints out a simple help message
The vsdbutil command is deprecated.
FILES
/var/db/volinfo.database Database of volumes managed via vsdbutil.
SEE ALSO
diskutil(8), mount(8)
Darwin December 19, 2001 Darwin
|
|