table of contents
- testing 2.40.4-5
- unstable 2.40.4-5
- experimental 2.41-2
FINDFS(8) | Администрација система | FINDFS(8) |
НАЗИВ¶
findfs - налази систем датотека по натпису или УУИД-у
УВОД¶
findfs NAME=вредност
ОПИС¶
findfs ће претражити блок уређаје на систему тражећи систем датотека и партицију са наведеном ознаком. Тренутно подржане ознаке су:
LABEL=<натпис>
UUID=<УУИД>
PARTUUID=<УУИД>
PARTLABEL=<натпис>
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.
Потпун претпреглед о системима датотека и партицијама можете добавити на пример помоћу
lsblk --fs
partx --show <диск>
blkid
-h, --help
-V, --version
ИЗЛАЗНО СТАЊЕ¶
0
1
2
ОКРУЖЕЊЕ¶
LIBBLKID_DEBUG=све
АУТОРИ¶
findfs је изворно написао Theodore Ts’o <tytso@mit.edu> и поново га написао за пакет „util-linux“ Karel Zak <kzak@redhat.com>.
ПОГЛЕДАЈТЕ ТАКОЂЕ¶
ПРИЈАВЉИВАЊЕ ГРЕШАКА¶
For bug reports, use the issue tracker <https://github.com/util-linux/util-linux/issues>.
ДОСТУПНОСТ¶
Наредба findfs је део пакета „util-linux“ који се може преузети са Архиве Линукс кернела <https://www.kernel.org/pub/linux/utils/util-linux/>.
2025-03-19 | util-linux 2.41 |