From a0f11588eb3e2bc9b634f4fd7822078e2c97f48d Mon Sep 17 00:00:00 2001 From: MT <59728838+mt-empty@users.noreply.github.com> Date: Thu, 13 Feb 2020 12:23:48 +1100 Subject: [PATCH] findfs: add page (#3850) --- pages/linux/findfs.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/linux/findfs.md diff --git a/pages/linux/findfs.md b/pages/linux/findfs.md new file mode 100644 index 000000000..0c396b4fe --- /dev/null +++ b/pages/linux/findfs.md @@ -0,0 +1,20 @@ +# findfs + +> Finds a filesystem by label or UUID. +> More information: . + +- Search block devices by filesystem label: + +`findfs LABEL={{label}}` + +- Search by filesystem UUID: + +`findfs UUID={{uuid}}` + +- Search by partition label (GPT or MAC partition table): + +`findfs PARTLABEL={{partition_label}}` + +- Search by partition UUID (GPT partition table only): + +`findfs PARTUUID={{partition_uuid}}`