15 #ifndef ZYPP_MEDIA_MOUNT_H
16 #define ZYPP_MEDIA_MOUNT_H
37 const std::string &target,
38 const std::string &fstype,
39 const std::string &options,
40 const int dumpfreq = 0,
41 const int passnum = 0)
109 void mount (
const std::string& source,
110 const std::string& target,
111 const std::string& filesystem,
112 const std::string& options,
122 void umount (
const std::string& path);
152 void run(
const char *
const *argv,
const Environment& environment,
156 void run(
const char *
const *argv,
160 run( argv, notused, stderr_disp );
std::vector< MountEntry > MountEntries
std::string type
filesystem / mount type
Execute a program and give access to its io An object of this class encapsulates the execution of an ...
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)
int pass
pass number on parallel fsck
Stderr_Disposition
Define symbols for different policies on the handling of stderr.
std::map< std::string, std::string > Environment
For passing additional environment variables to set.
std::string opts
mount options
A "struct mntent" like mount entry structure, but using std::strings.
int freq
dump frequency in days
A map of (key,value) strings.
std::string src
name of mounted file system
std::string dir
file system path prefix