GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
FINDFS(8) System Administration FINDFS(8)

findfs - find a filesystem by label or UUID

findfs NAME=value

findfs will search the block devices in the system looking for a filesystem or partition with specified tag. The currently supported tags are:
LABEL=<label>
Specifies filesystem label.
UUID=<uuid>
Specifies filesystem UUID.
PARTUUID=<uuid>
Specifies partition UUID. This partition identifier is supported for example for GUID Partition Table (GPT) partition tables.
PARTLABEL=<label>
Specifies partition label (name). The partition labels are supported for example for GUID Partition Table (GPT) or MAC partition tables.

If the filesystem or partition is found, the device name will be printed on stdout.

The complete overview about filesystems and partitions you can get for example by

lsblk --fs

partx --show <disk>

blkid

findfs was originally written by Theodore Ts'o (tytso@mit.edu) and re-written for the util-linux package by Karel Zak (kzak@redhat.com).

LIBBLKID_DEBUG=0xffff
enables debug output.

blkid(8), lsblk(8), partx(8)

The findfs command is part of the util-linux package and is available from ftp://ftp.kernel.org/pub/linux/utils/util-linux/.
February 2009 util-linux

Search for    or go to Top of page |  Section 8 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.