1labelit_hsfs(1M) System Administration Commands labelit_hsfs(1M)
2
3
4
6 labelit_hsfs - provide and print labels for hsfs file systems
7
9 /usr/sbin/labelit -F hsfs [generic_options]
10 [-o specific_options] special
11
12
14 labelit can be used to provide labels for unmounted CD-ROM images (CD-
15 ROMs may not be labeled, as they are read-only media).
16
17
18 generic_options are options supported by the generic labelit command.
19
20
21 If no specific_options are specified, labelit prints the current value
22 of all label fields.
23
24
25 The special name should be the physical disk section (for example,
26 /dev/dsk/c0d0s6).
27
29 -o Use one or more of the following name=value pairs separated by
30 commas (with no intervening spaces) to specify values for spe‐
31 cific label fields. According to the ISO 9660 specification, only
32 certain sets of characters may be used to fill in these labels.
33 Thus, ``d-characters'' below refers to the characters `A' through
34 `Z', the digits `0' through `9', and the `_' (underscore) charac‐
35 ter. ``a-characters'' below refers to `A' through `Z', `0'
36 through `9', space, and the following characters:
37 !"%&'()*+,-./:;<=>?_.
38
39 absfile= Abstract file identifier, d-characters, 37 charac‐
40 ters maximum.
41
42
43 applid= Application identifier, d-characters, 128 characters
44 maximum.
45
46
47 bibfile= Bibliographic file identifier, d-characters, 37
48 characters maximum.
49
50
51 copyfile= Copyright file identifier, d-characters, 128 maxi‐
52 mum.
53
54
55 prepid= Data preparer identifier, d-characters, 128 maximum.
56
57
58 pubid= Publisher identifier, d-characters, 128 maximum.
59
60
61 sysid= System identifier, a-characters, 32 maximum.
62
63
64 volid= Volume identifier, d-characters, 32 maximum.
65
66
67 volsetid= Volume set identifier, d-characters, 128 maximum.
68
69
70
72 See attributes(5) for descriptions of the following attributes:
73
74
75
76
77 ┌─────────────────────────────┬─────────────────────────────┐
78 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
79 ├─────────────────────────────┼─────────────────────────────┤
80 │Availability │SUNWcsu │
81 └─────────────────────────────┴─────────────────────────────┘
82
84 labelit(1M), volcopy(1M), attributes(5)
85
86
87
88SunOS 5.11 20 Mar 1992 labelit_hsfs(1M)