#include <mounts-config.hpp>
Public Attributes | |
std::string | type |
Filesystem type argument supported by the kernel are listed in /proc/filesystems. More... | |
std::string | source |
Device name, but can also be a directory name. More... | |
std::vector< std::string > | options |
List of mount options in the fstab format. More... | |
std::vector<std::string> vasum::MountRuntimeConfig::options |
List of mount options in the fstab format.
std::string vasum::MountRuntimeConfig::source |
Device name, but can also be a directory name.
std::string vasum::MountRuntimeConfig::type |
Filesystem type argument supported by the kernel are listed in /proc/filesystems.