FINDFS(8) | System-Administration | FINDFS(8) |
BEZEICHNUNG
findfs - ein Dateisystem anhand der Bezeichnung oder UUID suchen
ÜBERSICHT
findfs NAME=Wert
BESCHREIBUNG
findfs durchsucht die blockorientierten Geräte im System nach Dateisystemen oder Partitionen mit der angegebenen Bezeichnung. Gegenwärtig werden folgende Schalter unterstützt:
LABEL=<Bezeichnung>
UUID=<UUID>
PARTUUID=<UUID>
PARTLABEL=<Bezeichnung>
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.
Die vollständige Übersicht über Dateisysteme und Partitionen erhalten Sie beispielsweise mit
lsblk --fs
partx --show <Platte>
blkid
-h, --help
-V, --version
EXIT-STATUS
0
1
2
UMGEBUNGSVARIABLEN
LIBBLKID_DEBUG=all
AUTOREN
findfs wurde ursprünglich von Theodore Ts’o <tytso@mit.edu> geschrieben und für das Util-linux-Paket von Karel Zak <kzak@redhat.com> neu geschrieben.
SIEHE AUCH
FEHLER MELDEN
For bug reports, use the issue tracker https://github.com/util-linux/util-linux/issues.
VERFÜGBARKEIT
Der Befehl findfs ist Teil des Pakets util-linux, welches aus dem Linux-Kernel-Archiv https://www.kernel.org/pub/linux/utils/util-linux/ heruntergeladen werden kann.
2025-03-29 | util-linux 2.41 |