:man| Alphabetical   Categories   About us 
 
LIBUFS (3) | C library functions | Unix Manual Pages | :man

NAME

libufs - operate on UFS file systems from userland

CONTENTS

Library
Synopsis
Description
Errors
See Also
History
Authors

LIBRARY


.Lb libufs

SYNOPSIS


.In sys/param.h
.In sys/mount.h
.In ufs/ufs/ufsmount.h
.In ufs/ufs/dinode.h
.In ufs/ffs/fs.h
.In libufs.h

DESCRIPTION

The libufs library and the functions it provides are used for implementing utilities which need to access a UFS file system at a low level from userland. Facilities provided are used to implement utilities such as newfs(8) and dumpfs(8). The libufs library is designed to be simple, and to provide functions that are traditionally useful to have.

A disk is represented as the type
.Vt "struct uufsd" as defined in
.In libufs.h . The structure is filled out, operations are performed, and the disk is closed.

ERRORS

Functions provided by libufs return -1 in every functional error situation. They also set the d_error field of
.Vt "struct uufsd" to a string describing the error.

SEE ALSO

bread(3), bwrite(3), cgread(3), cgread1(3), sbread(3), sbwrite(3), ufs_disk_close(3), ufs_disk_fillout(3), ufs_disk_fillout_blank(3), ufs_disk_write(3), ffs(7)

HISTORY

libufs(3)

AUTHORS

 
Created by Blin Media, 2008-2013