| .\" Copyright 1993, 1994, 1995 by Theodore Ts'o. All Rights Reserved. |
| .\" This file may be copied under the terms of the GNU Public License. |
| .TH FINDFS 8 "March 2014" "util-linux" "System Administration" |
| findfs \- find a filesystem by label or UUID |
| will search the block devices in the system looking for a filesystem or |
| partition with specified tag. The currently supported tags are: |
| Specifies filesystem label. |
| Specifies filesystem UUID. |
| Specifies partition UUID. This partition identifier is supported for example for |
| GUID Partition Table (GPT) partition tables. |
| 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 |
| The complete overview about filesystems and partitions you can get for example |
| label or uuid cannot be found |
| usage error, wrong number of arguments or unknown option |
| was originally written by |
| and re-written for the util-linux package by |
| enables libblkid debug output. |
| The findfs command is part of the util-linux package and is available from |
| .UR https://\:www.kernel.org\:/pub\:/linux\:/utils\:/util-linux/ |