1MKUDFFS(8)                System Management Commands                MKUDFFS(8)
2
3
4

NAME

6       mkudffs - create an UDF filesystem
7
8

SYNOPSIS

10       mkudffs [ switches ] device [ blocks-count ]
11
12

DESCRIPTION

14       mkudffs  is  used  to  create  a  UDF filesystem on a device (usually a
15       disk).  device is the special file corresponding  to  the  device  (e.g
16       /dev/hdX).  blocks-count  is  the  number  of blocks on the device.  If
17       omitted, mkudffs automagically figures the file system size.
18
19

OPTIONS

21       --help Display the usage and list of options.
22
23
24       -b,--blocksize= block-size
25              Specify the size of blocks in bytes. Valid block size vales  are
26              1024,  2048 and 4096 bytes per block. If omitted, mkudffs block-
27              size is 2048.
28
29
30       -r,--udfrev= udf-revision
31              Specify the udf revision to use.  Valid  revisions  are  0x0201,
32              0x0200,  0x0150, and 0x0102. If omitted, mkudffs udf-revision is
33              0x0201.
34
35
36       --lvid= logical-volume-ident
37              Specify the logical volume identifier.
38
39
40       --vid= volume-ident
41              Specify the volume identifier.
42
43
44       --vsid= volume-set-ident
45              Specify the volume set identifier.
46
47
48       --fsid= file-set-ident
49              Specify the file set identifier.
50
51
52       --strategy= strategy
53              Specify the allocation strategy to use. Valid strategies  are  4
54              and  4096.   If omitted, mkudffs strategy is based on the media-
55              type.
56
57
58       --spartable= spartable-number
59              Specify the number of sparing tables to  write  to  disc.  Valid
60              numbers are 1 - 4.  This option implies --media-type=cdrw.
61
62
63       --media-type= media-type
64              Specify the media type. Valid media types are:
65
66                   hd              hard drive
67
68                   dvd             DVD (Digital Versital Disc)
69
70                   dvdram          DVD-RAM   (Digital   Versital   Disc-Random
71                                   Access Memory)
72
73                   worm            WORM (Write Once Ready Many)
74
75                   mo              MO (Magneto Optical)
76
77                   cdrw            CD-RW (CD Read-Write)
78
79       --space= space
80
81                   freedbitmap     Freed bitmap
82
83                   freedtable      Freed table
84
85                   unallocbitmap   Unallocated bitmap
86
87                   unalloctable    Unallocated table
88
89       --ad= ad
90
91                   inicb           Allocation Descriptors in ICB
92
93                   short           Short Allocation Descriptors
94
95                   long            Long Allocation Descriptors
96
97       --noefe
98              Don't Use Extended File Entries
99
100       --u8   Use 8-bit unicode for file names
101
102       --u16  Use 16-bit unicode for file names
103
104       --utf8 Use UTF-8 for file names
105
106       --closed
107
108       --bridge
109
110       --packetlen= length
111
112
113

EXIT STATUS

115       mkudffs returns 0 if successful, non-zero if there are problems.
116
117

AUTHOR

119       Ben Fennema <bfennema@falcon.csc.calpoly.edu>
120
121

AVAILABILITY

123       mkudffs  is  part  of  the  udftools  package  and  is  available  from
124       http://linux-udf.sourceforge.net.
125
126
127
128udftools-1.0.0b2                  2002-02-09                        MKUDFFS(8)
Impressum