1mkfs_udfs(1M)           System Administration Commands           mkfs_udfs(1M)
2
3
4

NAME

6       mkfs_udfs - construct a udfs file system
7

SYNOPSIS

9       mkfs -F udfs [generic_options] [-o specific_options] raw_device_file
10            [size]
11
12

DESCRIPTION

14       This  is  the universal disk format file system (udfs) -specific module
15       of the mkfs command. mkfs constructs a udfs file  system  with  a  root
16       directory.
17

OPTIONS

19       See mkfs(1M) for the list of supported generic_options.
20
21
22       The following options are supported:
23
24       -o specific_options    Specify  a  udfs-specific  option.  Specify udfs
25                              file system specific options  in  a  comma-sepa‐
26                              rated   list  with  no  intervening  spaces.  If
27                              invalid options are specified, a warning message
28                              is printed and the invalid options are ignored.
29
30                              The following specific_options are available:
31
32                              N               Print the file system parameters
33                                              without  actually  creating  the
34                                              file system.
35
36
37                              label=string    Specify  the label to be written
38                                              into the  volume  header  struc‐
39                                              tures.  Specify  string  as  the
40                                              name of the label. If string  is
41                                              not  specified, a default string
42                                              is  generated  in  the  form  of
43                                              *NoLabel*.
44
45
46

OPERANDS

48       The following operands are supported:
49
50       raw_device_file     Specify the disk partition on which to write.
51
52
53       size               Specify  the  number  of 512-byte blocks in the file
54                          system.
55
56

ATTRIBUTES

58       See attributes(5) for descriptions of the following attributes:
59
60
61
62
63       ┌─────────────────────────────┬─────────────────────────────┐
64       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
65       ├─────────────────────────────┼─────────────────────────────┤
66       │Availability                 │SUNWudf                      │
67       └─────────────────────────────┴─────────────────────────────┘
68

SEE ALSO

70       fsck(1M),mkfs(1M), attributes(5)
71

DIAGNOSTICS

73         not currently a valid file system
74
75
76
77
78       The specified device does not contain a valid udfs file system.
79
80         Invalid size: larger than the partition size
81
82
83
84
85       Number of blocks given as parameter to create the file system is larger
86       than the size of the device specified.
87
88         is mounted can't mkfs
89
90
91
92
93       Device is in use, cannot create file system when the device is in use.
94
95         preposterous size
96
97
98
99
100       Negative size parameter provided is invalid.
101
102         sector size must be between 512, 8192 bytes
103
104
105
106
107       Sector size given is not in the valid range.
108
109         Volume integrity sequence descriptors too long
110         File set descriptor too long.
111
112
113
114
115       Not  enough  space  to  create  volume  integrity  sequence or file set
116       descriptor.
117
118         mkfs: argument out of range
119
120
121
122
123       One of the arguments is out of range.
124
125         mkfs: bad numeric arg
126
127
128
129
130       One of the arguments is potentially a bad numeric.
131

NOTES

133       You can use lofiadm to create a file that appears  to  a  mkfs  command
134       (for  example, mkfs_pcfs or mkfs_ufs) as a raw device. You can then use
135       a mkfs command to create a file system on that device. See  lofiadm(1M)
136       for  examples  of creating a UFS and a PC (FAT) file system on a device
137       created by lofiadm.
138
139
140
141SunOS 5.11                        17 Nov 2000                    mkfs_udfs(1M)
Impressum