|
Lines 35-41
Link Here
|
| 35 |
.Nm |
35 |
.Nm |
| 36 |
.Cm create |
36 |
.Cm create |
| 37 |
.Op Fl v |
37 |
.Op Fl v |
| 38 |
.Ar dev ... |
38 |
.Ar prov ... |
| 39 |
.Nm |
39 |
.Nm |
| 40 |
.Cm destroy |
40 |
.Cm destroy |
| 41 |
.Op Fl fv |
41 |
.Op Fl fv |
|
Lines 68-75
The first argument to
Link Here
|
| 68 |
indicates an action to be performed: |
68 |
indicates an action to be performed: |
| 69 |
.Bl -tag -width ".Cm destroy" |
69 |
.Bl -tag -width ".Cm destroy" |
| 70 |
.It Cm create |
70 |
.It Cm create |
| 71 |
Cache the given devices with specified |
71 |
Enable mount verification for the given provider. |
| 72 |
.Ar name . |
72 |
If the operation succeeds, a new GEOM provider will be created using the |
|
|
73 |
given provider's name with a |
| 74 |
.Qq .mountver |
| 75 |
suffix. |
| 73 |
The kernel module |
76 |
The kernel module |
| 74 |
.Pa geom_mountver.ko |
77 |
.Pa geom_mountver.ko |
| 75 |
will be loaded if it is not loaded already. |
78 |
will be loaded if it is not loaded already. |
| 76 |
- |
|
|