~ubuntu-branches/debian/sid/util-linux/sid

« back to all changes in this revision

Viewing changes to libs/blkid/bin/findfs.8

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones, Aurelien Jarno, Mike Frysinger, LaMont Jones, Chris Webb, Rajeev V. Pillai, Tom Prince, Karel Zak, localization folks
  • Date: 2009-05-29 04:19:25 UTC
  • mfrom: (1.3.1 upstream) (5.1.2 experimental)
  • Revision ID: james.westby@ubuntu.com-20090529041925-vrgj0hskukfog849
Tags: 2.15.1~rc1-1
[Aurelien Jarno]

* chrt: don't assume SCHED_BATCH and SCHED_IDLE exist
* kFreeBSD hackery for building.  Closes: #527384

[Mike Frysinger]

* lscpu: fix cpuid code on x86/PIC
* losetup: handle symlinks in /dev/loop/

[LaMont Jones]

* Add keybuk as uploader.

[Chris Webb]

* fdisk: (and cfdisk) fix to be consistent about maximum heads

[Rajeev V. Pillai]

* cal: Highlight today even when month or year specified

[Tom Prince]

* cal: uClibc has langinfo.h but not _NL_TIME_WEEK_1STDAY.

[Karel Zak]

* build-sys: fix "make -C" bug
* build-sys: fix blkid.h include for old e2fsprogs
* blkid: make libuuid optional
* blkid: fix "hangs forever with partition type mdraid"
* blkid: blkid_do_safeprobe() has to be tolerant to RAIDs
* blkid: cleanup debug messages and return codes in blkid_do_probe()
* mount: fix undefined reference to `security_get_initial_context'.  gentoo:
  #270168
* libblkid: update man page
* libblkid: fix reiserfs name
* build-sys: add UTIL_{SET,RESTORE}_FLAGS
* build-sys: fix blkid detection in configure.ac
* tests: add mdraid libblkid test
* tests: fix reiserfs test
* tests: don't run some mount tests for non-root users
* tests: remove broken Xen dumps for lscpu
* tests: move lscpu /proc and /sys dumps to tarballs
* tests: fix script that creates lscpu dumps
* docs: update AUTHORS file
* docs: add v2.15.1 ReleaseNotes
* docs: add missing commands/projects to AUTHORS file
* build-sys: release++ (v2.15.1-rc1)
* po: merge changes

[localization folks]

* po: update vi.po (from translationproject.org) (Clytie Siddall)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\" -*- nroff -*-
 
2
.\" Copyright 1993, 1994, 1995 by Theodore Ts'o.  All Rights Reserved.
 
3
.\" This file may be copied under the terms of the GNU Public License.
 
4
.\"
 
5
.TH FINDFS 8 "February 2009" "Linux" "MAINTENANCE COMMANDS"
 
6
.SH NAME
 
7
findfs \- Find a filesystem by label or UUID
 
8
.SH SYNOPSIS
 
9
.B findfs
 
10
.BI LABEL= label
 
11
.sp
 
12
.B findfs
 
13
.BI UUID= uuid
 
14
.SH DESCRIPTION
 
15
.B findfs
 
16
will search the disks in the system looking for a filesystem which has
 
17
a label matching
 
18
.I label
 
19
or a UUID equal to
 
20
.IR uuid .
 
21
If the filesystem is found, the device name for the filesystem will
 
22
be printed on stdout.
 
23
.PP
 
24
.SH AUTHOR
 
25
.B findfs
 
26
was originally written by Theodore Ts'o (tytso@mit.edu) and re-written for
 
27
util-linux-ng package by Karel Zak (kzak@redhat.com).
 
28
.SH AVAILABILITY
 
29
.B findfs
 
30
The blkid command is part of the util-linux-ng package and is available from
 
31
ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.
 
32
.SH SEE ALSO
 
33
.BR blkid (8)
 
34
.BR fsck (8)
 
35