Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. You can instead view this document in the latest official manual.
LIBBLKID(3) | Library Functions Manual | LIBBLKID(3) |
NAME
libblkid - block device identification librarySYNOPSIS
#include <blkid/blkid.h>DESCRIPTION
The libblkid library is used to identify block devices (disks) as to their content (e.g. file system type) as well as extracting additional information such as file system labels/volume names, unique identifiers/serial numbers, etc. A common use is to allow use of LABEL= and UUID= tags instead of hard-coding specific block device names into configuration files.AUTHOR
libblkid was written by Andreas Dilger for the ext2 file system utilities, with input from Ted Ts'o. The library was subsequently heavily modified by Ted Ts'o.FILES
- /etc/blkid.tab
- Caches data extracted from each recognized block device.
AVAILABILITY
libblkid is part of the e2fsprogs package since version 1.33 and is available from http://e2fsprogs.sourceforge.net.COPYING
libblkid is available under the terms of the GNU Library General Public License (LGPL), version 2 (or at your discretion any later version). A copy of the LGPL should be included with this library in the file COPYING. If not, write to
Free Software Foundation, Inc.
51 Franklin St
Fifth Floor
Boston, MA 02110-1301 USA
SEE ALSO
blkid(8)May 2024 | E2fsprogs version 1.47.1 |