Findfs

From LQWiki
Jump to navigation Jump to search

findfs is a maintenance utility that finds a filesystem based on label or UUID.

It must be run as superuser or it will not see most drives.

This article is a stub and needs to be finished. Plunge forward and help it grow!

Usage

Find by label

 findfs LABEL=label

Find by UUID

 findfs UUID=uuid

Provided by

Most (all?) Linux distributions incorporate this from the [util-linux] project.

See Also