mount
#include <sys/mount.h>
int mount(const char *source, const char *target, const char *filesystemtype, unsigned long mountflags, const void *data);
int mount(const char *
, const char *
,
const char *
, unsigned long
const void *
);