MirBSD manpage: readlabelfs(3)

READLABELFS(3)             BSD Programmer's Manual              READLABELFS(3)

NAME

     readlabelfs - read disklabel filesystem type

SYNOPSIS

     #include <util.h>

     const char *
     readlabelfs(const char *device, int verbose);

DESCRIPTION

     The readlabelfs() function attempts to determine the filesystem type of
     the disk partition specified by device and returns it in a short form
     that can be easily used to construct arguments within mount(8) and simi-
     lar high-level filesystem utilities.

     If the verbose argument is not 0, readlabelfs() will print appropriate
     error messages before returning. Otherwise, it produces no output on the
     terminal.

RETURN VALUES

     readlabelfs() returns NULL upon error, or a valid filesystem type upon
     success.

HISTORY

     readlabelfs() first appeared in OpenBSD 2.0. The two const qualifiers
     were added in MirBSD #11.

MirBSD #10-current            December 22, 2022                              1

Generated on 2022-12-24 01:00:14 by $MirOS: src/scripts/roff2htm,v 1.113 2022/12/21 23:14:31 tg Exp $ — This product includes material provided by mirabilos.

These manual pages and other documentation are copyrighted by their respective writers; their sources are available at the project’s CVSweb, AnonCVS and other mirrors. The rest is Copyright © 2002–2022 MirBSD.

This manual page’s HTML representation is supposed to be valid XHTML/1.1; if not, please send a bug report — diffs preferred.

Kontakt / Impressum & Datenschutzerklärung