snippetbashTip
findfs — Finds a filesystem by label or UUID. More information: <https://manned.org/findfs>.
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.