from small one page howto to huge articles all in one place

search text in:




Other .linuxhowtos.org sites:gentoo.linuxhowtos.org



Last additions:
using iotop to find disk usage hogs

using iotop to find disk usage hogs

words:

887

views:

209599

userrating:


May 25th. 2007:
Words

486

Views

258605

why adblockers are bad


Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

words:

161

views:

149901

userrating:


April, 26th. 2006:

Druckversion
You are here: manpages





FINDFS

Section: System Administration (8)
Updated: 202-1-15
Index Return to Main Contents
 

NAME

findfs - find a filesystem by label or UUID  

SYNOPSIS

findfs NAME=value  

DESCRIPTION

findfs will search the block devices in the system looking for a filesystem or partition with specified tag. The currently supported tags are:

LABEL=<label>

Specifies filesystem label.

UUID=<uuid>

Specifies filesystem UUID.

PARTUUID=<uuid>

Specifies partition UUID. This partition identifier is supported for example for GUID Partition Table (GPT) partition tables.

PARTLABEL=<label>

Specifies partition label (name). The partition labels are supported for example for GUID Partition Table (GPT) or MAC partition tables.

If the filesystem or partition is found, the device name will be printed on stdout. If the input is not in the format of NAME=value, then the input will be copied to the output without any modification.

The complete overview about filesystems and partitions you can get for example by

lsblk --fs

partx --show <disk>

blkid

-h, --help

Display help text and exit.

-V, --version

Display version and exit.
 

EXIT STATUS

0

success

1

label or uuid cannot be found

2

usage error, wrong number of arguments or unknown option
 

ENVIRONMENT

LIBBLKID_DEBUG=all

enables libblkid debug output.
 

AUTHORS

findfs was originally written by and re-written for the util-linux package by  

SEE ALSO

blkid(8), lsblk(8), partx(8)  

REPORTING BUGS

For bug reports, use the https://github.com/uti-linux/uti-linux/issues <L>issue tracker  

AVAILABILITY

The findfs command is part of the util-linux package which can be downloaded from https://www.kernel.org/pub/linux/utils/uti-linux/ <L>Linux Kernel Archive


 

Index

NAME
SYNOPSIS
DESCRIPTION
EXIT STATUS
ENVIRONMENT
AUTHORS
SEE ALSO
REPORTING BUGS
AVAILABILITY





Support us on Content Nation
rdf newsfeed | rss newsfeed | Atom newsfeed
- Powered by LeopardCMS - Running on Gentoo -
Copyright 2004-2025 Sascha Nitsch Unternehmensberatung GmbH
Valid XHTML1.1 : Valid CSS
- Level Triple-A Conformance to Web Content Accessibility Guidelines 1.0 -
- Copyright and legal notices -
Time to create this page: 12.7 ms