#include <Mount.h>
Public Member Functions | |
MountEntry (const std::string &source, const std::string &target, const std::string &fstype, const std::string &options, const int dumpfreq=0, const int passnum=0) | |
Public Attributes | |
std::string | src |
name of mounted file system | |
std::string | dir |
file system path prefix | |
std::string | type |
filesystem / mount type | |
std::string | opts |
mount options | |
int | freq |
dump frequency in days | |
int | pass |
pass number on parallel fsck |
Definition at line 32 of file Mount.h.
|
|
|
name of mounted file system
|
|
file system path prefix
|
|
filesystem / mount type
|
|
mount options
|
|
dump frequency in days
|
|
pass number on parallel fsck
|