System Administration Commands labelitudfs(1M)
NAME
labelitudfs - provide and print labels for udf file systems
SYNOPSIS
labelit -F udfs [genericoptions] [-o specificoptions] special
[fsname volume]
DESCRIPTION
The labelit command writes labels on an unmounted disk that
contains a universal disk file (udf) system. These labels
can be used to identify volumes.
OPTIONS
The following options are supported:
genericoptions Specify genericoptions supported by
the generic labelit command. See
labelit(1M) for descriptions of sup-
ported options.
-o specificoptions Specify udfs-file-system-specific
options in a comma-separated list
with no intervening spaces. The fol-
lowing specificoptions are avail-
able:
lvinfo1=string Specify information
to be inserted in
the LVInfo1 field
of the Implementa-
tion Use Volume
Descriptor. Infor-
mation in LVInfo1
is generally used
to identify the
person creating the
file system. The
maximum length of
the string speci-
fied is 35 bytes.
lvinfo2=string Specify information
to be inserted into
the LVInfo2 field
of the Implementa-
tion Use Volume
Descriptor. Infor-
mation in LVInfo2
is generally used
SunOS 5.11 Last change: 31 Oct 2000 1
System Administration Commands labelitudfs(1M)
to identify the
organization
responsible for
creating the file
system. The maximum
length of the
string specified is
35 bytes.
lvinfo3=string Specify information
to be inserted into
the LVInfo3 field
of the Implementa-
tion Use Volume
Descriptor. Infor-
mation in LVInfo3
is generally used
to identify the
contact information
for the medium. The
maximum length of
the string speci-
fied is 35 bytes.
OPERANDS
The following operands are supported:
special Specify special as the physical disk slice, for
example, /dev/rdsk/c0t0d0s6. The device can
not be on a remote machine.
fsname Specify fsname as the mount point, (for example,
root, u1, and so forth), of the file system.
volume Specify volume as the physical volume name.
If none of the options (fsname, volume, specificoptions) is
specified, labelit prints the current values of fsname,
volume, LVInfo1, LVInfo2 and LVInfo3.
EXIT STATUS
The following exit values are returned:
0 Successful completion.
SunOS 5.11 Last change: 31 Oct 2000 2
System Administration Commands labelitudfs(1M)
non-zero An error occurred.
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
ATRIBUTE TYPE ATRIBUTE VALUE
Availability SUNWudf
SEE ALSO
labelit(1M), attributes(5)
SunOS 5.11 Last change: 31 Oct 2000 3
|