HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

findfs — Finds a filesystem by label or UUID. More information: <https://manned.org/findfs>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandfindsclilabelfindfsfilesystemuuidmore
linux

Problem

How to use the findfs command: Finds a filesystem by label or UUID. More information: <https://manned.org/findfs>.

Solution

findfs — Finds a filesystem by label or UUID. More information: <https://manned.org/findfs>.

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}}

Code Snippets

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}}

Context

tldr-pages: linux/findfs

Revisions (0)

No revisions yet.