dosfslabel
set or get MS-DOS filesystem label
see also :
dosfsck - mkdosfs
Synopsis
dosfslabel
DEVICE [LABEL]
add an example, a script, a trick and tips
examples
source
CFLAGS += $(OPTFLAGS) $(WARNFLAGS) $(DEBUGFLAGS)
VPATH = src
all: build
build: dosfsck dosfslabel mkdosfs
dosfsck: boot.o check.o common.o fat.o file.o io.o lfn.o
dosfsck.o
dosfsck: boot.o check.o common.o fat.o file.o io.o lfn.o
dosfsck.o
dosfslabel: boot.o check.o common.o fat.o file.o io.o
lfn.o dosfslabel.o
source
CFLAGS += $(OPTFLAGS) $(WARNFLAGS) $(DEBUGFLAGS)
VPATH = src
all: build
build: dosfsck dosfslabel mkdosfs
dosfsck: boot.o check.o common.o fat.o file.o io.o lfn.o
charconv.o dosfsck.o
dosfsck: boot.o check.o common.o fat.o file.o io.o lfn.o
charconv.o dosfsck.o
dosfslabel: boot.o check.o common.o fat.o file.o io.o
lfn.o charconv.o dosfslabel.o
description
dosfslabel
set or gets a MS-DOS filesystem label from a given
device.
If the label is
omitted, then the label name of the specified device is
written on the standard output. A label can’t be
longer than 11 characters.
options
-h,
--help
Displays a help message.
-V,
--version
Shows version.
homepage
More information about dosfsck and dosfstools can
be found at
<http://www.daniel-baumann.ch/software/dosfstools/>.
see also
dosfsck
mkdosfs
authors
dosfstools
were written by Werner Almesberger
<werner.almesberger[:at:]lrc.di.epfl[:dot:]ch>, Roman
Hodek <Roman.Hodek[:at:]informatik[:dot:]uni-erlangen.de>,
and others. The current maintainer is Daniel Baumann
<mail@daniel-baumann.ch>.