1FINDFS(8)                    System Administration                   FINDFS(8)
2
3
4

NAME

6       findfs - find a filesystem by label or UUID
7

SYNOPSIS

9       findfs NAME=value
10

DESCRIPTION

12       findfs will search the block devices in the system looking for a
13       filesystem or partition with specified tag. The currently supported
14       tags are:
15
16       LABEL=<label>
17           Specifies filesystem label.
18
19       UUID=<uuid>
20           Specifies filesystem UUID.
21
22       PARTUUID=<uuid>
23           Specifies partition UUID. This partition identifier is supported
24           for example for GUID Partition Table (GPT) partition tables.
25
26       PARTLABEL=<label>
27           Specifies partition label (name). The partition labels are
28           supported for example for GUID Partition Table (GPT) or MAC
29           partition tables.
30
31       If the filesystem or partition is found, the device name will be
32       printed on stdout.
33
34       The complete overview about filesystems and partitions you can get for
35       example by
36
37          lsblk --fs
38
39          partx --show <disk>
40
41          blkid
42

EXIT STATUS

44       0
45           success
46
47       1
48           label or uuid cannot be found
49
50       2
51           usage error, wrong number of arguments or unknown option
52

ENVIRONMENT

54       LIBBLKID_DEBUG=all
55           enables libblkid debug output.
56

AUTHORS

58       findfs was originally written by Theodore Ts’o <tytso@mit.edu> and
59       re-written for the util-linux package by Karel Zak <kzak@redhat.com>.
60

SEE ALSO

62       blkid(8), lsblk(8), partx(8)
63

REPORTING BUGS

65       For bug reports, use the issue tracker at
66       https://github.com/karelzak/util-linux/issues.
67

AVAILABILITY

69       The findfs command is part of the util-linux package which can be
70       downloaded from Linux Kernel Archive
71       <https://www.kernel.org/pub/linux/utils/util-linux/>.
72
73
74
75util-linux 2.37.2                 2021-06-02                         FINDFS(8)
Impressum