18#ifndef __BIN_MOUNT_MOUNT_H
19#define __BIN_MOUNT_MOUNT_H
41 Mount(
int argc,
char **argv);
Mount filesystems on the system.
void waitForMount(const char *path) const
Blocking wait until the given path is mounted.
virtual ~Mount()
Destructor.
virtual Result exec()
Execute the application.
void listMounts() const
Print currently mounted file systems.
POSIX-compatible application.