|
NAMEfs_mount , fs_unmount , —
simplified file system mounting
LIBRARYPDEL Library (libpdel, -lpdel)SYNOPSIS#include <pdel/sys/fs_mount.h>
int
int
DESCRIPTIONThese functions provide a simplified interface to mount(2) and unmount(2).
RETURN VALUESfs_mount () and fs_unmount ()
return 0 if successful, otherwise -1 is returned and
errno is set accordingly; see
mount(2)
for the possible values for errno.
SEE ALSOmount(2), libpdel(3)HISTORYThe PDEL library was developed at Packet Design, LLC.http://www.packetdesign.com/
AUTHORSArchie Cobbs ⟨archie@freebsd.org⟩
Visit the GSP FreeBSD Man Page Interface. |