1FINDFS(8) System Administration FINDFS(8)
2
3
4
6 findfs - find a filesystem by label or UUID
7
9 findfs NAME=value
10
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
43 -h, --help
44 Display help text and exit.
45
46 -V, --version
47 Print version and exit.
48
50 0
51 success
52
53 1
54 label or uuid cannot be found
55
56 2
57 usage error, wrong number of arguments or unknown option
58
60 LIBBLKID_DEBUG=all
61 enables libblkid debug output.
62
64 findfs was originally written by Theodore Ts’o <tytso@mit.edu> and
65 re-written for the util-linux package by Karel Zak <kzak@redhat.com>.
66
68 blkid(8), lsblk(8), partx(8)
69
71 For bug reports, use the issue tracker at
72 https://github.com/util-linux/util-linux/issues.
73
75 The findfs command is part of the util-linux package which can be
76 downloaded from Linux Kernel Archive
77 <https://www.kernel.org/pub/linux/utils/util-linux/>.
78
79
80
81util-linux 2.38 2022-02-17 FINDFS(8)