[ Bottom of Page | Previous Page | Next Page | Contents | Index | Library Home | Legal | Search ]

Commands Reference, Volume 5

udflabel Command

Purpose

Fetches and changes the label on a UDF file system.

Syntax

udflabel -d device [ -l label ]

Description

The udflabel command displays or changes a UDF volume name. If there is no label provided, it displays the current UDF volume name on the device. If there is a label provided, it sets the current UDF volume name on the device to the new label.

Flags

-d device Specifies the device containing the UDF volume.
-l label Sets the label on the current UDF volume.

Examples

  1. To change the current label on device /dev/cd1 hello, enter the following:
    udflabel -d /dev/cd1 -l hello
  2. To display the current label on device /dev/cd1, enter the following:
    udflabel -d /dev/cd1

Files

/usr/sbin/udflabel Contains the udfcreate command
/usr/lib/libudf.a Contains the library routines called by the udfcreate command

Related Information

udfcreate Command and udfcheck Command.

[ Top of Page | Previous Page | Next Page | Contents | Index | Library Home | Legal | Search ]