libstorage-ng
|
A simple struct to hold the information from one line in fstab. More...
#include <SimpleEtcFstab.h>
Public Attributes | |
std::string | device |
std::string | mount_point |
FsType | fs_type |
std::vector< std::string > | mount_options |
int | fs_freq |
int | fs_passno |
A simple struct to hold the information from one line in fstab.
See fstab(5).