Scroll to navigation

MKUDFFS(8) System Management Commands MKUDFFS(8)

NAME

mkudffs - create an UDF filesystem

SYNOPSIS

mkudffs [ switches ] device [ blocks-count ]

DESCRIPTION

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

OPTIONS

Display the usage and list of options.

Specify the size of blocks in bytes. Valid block size vales are 1024, 2048 and 4096 bytes per block. If omitted, mkudffs block-size is 2048.

Specify the udf revision to use. Valid revisions are 0x0201, 0x0200, 0x0150, and 0x0102. If omitted, mkudffs udf-revision is 0x0201.

Specify the logical volume identifier.

Specify the volume identifier.

Specify the volume set identifier.

Specify the file set identifier.

Specify the allocation strategy to use. Valid strategies are 4 and 4096. If omitted, mkudffs strategy is based on the media-type.

Specify the number of sparing tables to write to disc. Valid numbers are 1 - 4. This option implies --media-type=cdrw.

Specify the media type. Valid media types are:
hard drive
DVD (Digital Versital Disc)
DVD-RAM (Digital Versital Disc-Random Access Memory)
WORM (Write Once Ready Many)
MO (Magneto Optical)
CD-RW (CD Read-Write)
Freed bitmap
Freed table
Unallocated bitmap
Unallocated table
Allocation Descriptors in ICB
Short Allocation Descriptors
Long Allocation Descriptors
Don't Use Extended File Entries
Use 8-bit unicode for file names
Use 16-bit unicode for file names
Use UTF-8 for file names

EXIT STATUS

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

AUTHOR

Ben Fennema <bfennema@falcon.csc.calpoly.edu>

AVAILABILITY

mkudffs is part of the udftools package and is available from http://linux-udf.sourceforge.net.

2002-02-09 udftools-1.0.0b2