Linux Commands Examples

A great documentation place for Linux commands

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

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples

0
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
0
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>.

How can this site be more helpful to YOU ?


give  feedback