aboutsummaryrefslogtreecommitdiffstats
path: root/diskdev_cmds/vsdbutil.tproj/vsdbutil.8
blob: 1be7d109eecea6e6dc1ba0b1af463d6be918b8a9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
.Dd December 19, 2001
.Dt VSDBUTIL 8
.Os Darwin
.Sh NAME
.Nm vsdbutil
.Nd manipulates the volume status DB.
.Sh SYNOPSIS
.Nm
.Op Fl a Ar path
.Pp
.Nm
.Op Fl c Ar path
.Op Fl d Ar path
.Op Fl i
.Pp
.Nm
.Op Fl h
.Sh DESCRIPTION
.Nm
manipulates the volume status DB.
The following options are available:
.Bl -tag -width -indent
.It Fl a
adopts (activates) on-disk ownership on the specified path
.It Fl c
checks the status of the ownership usage on the specified path
.It Fl d
disowns (deactivates) the on-disk ownership on the specified path
.It Fl i
initializes the ownership database to include all mounted HFS+ and APFS volumes
.It Fl h
prints out a simple help message
.El
.Pp
The
.Nm
command is deprecated; using a volume UUID in
.Xr fstab 5
is preferred.
.Sh FILES
.Bl -tag -width "/Users/joeuser/Library/really_long_file_name" -compact
.It Pa /var/db/volinfo.database
Database of volumes managed via
.Nm .
.El
.Sh SEE ALSO
.Xr diskutil 8 ,
.Xr mount 8 ,
.Xr fstab 5