Lines Matching full:label
42 .Cm label
72 A label can be set up on a GEOM provider in two ways:
78 method, no metadata are stored on the devices, so a label has to be configured
82 method uses on-disk metadata to store the label and detect it automatically in
85 This GEOM class also provides volume label detection for file systems.
89 the file system label is set with
142 .Pa /dev/label/
148 reserves the last sector of the device to store the label information.
152 file system may later overwrite the label sector.
153 Instead, create a label before initializing the file system, and initialize
157 .Pa /dev/label/
160 generic label,
165 Note that for all label types, nested GEOM classes will cause additional
169 .Pa /dev/label/bigdisk
172 .Pa /dev/label/bigdiskp1
174 .Pa /dev/label/bigdiskp1a .
192 Create temporary label
201 .It Cm label
202 Set up a label
212 Turn off the given label by its
249 .Nm LABEL
253 .It Va kern.geom.label.debug : No 0
255 .Nm LABEL
262 .It Va kern.geom.label.*.enable : No 1
264 .Nm LABEL
268 This flag controls if the label provider will be active, tasting devices
269 and creating label nodes in the
272 It is sometimes desirable to disable certain label types if they
278 The following example shows how to set up a label for disk
282 glabel label -v usr /dev/da2
283 newfs /dev/label/usr
284 mount /dev/label/usr /usr
291 The next example shows how to set up a label for a UFS file system: