FileSystems.ycp |
|
This module has an unstable interface. |
Imports
Global Functions |
Info:
Return a map that contains the mount option for each used_fs (-t)
global
GetAllFileSystems (boolean add_swap, boolean add_pseudo)
->
map<symbol, map<symbol, any> >
Filesystem Definitions
- Parameters:
-
add_swap add_pseudo
- Return value:
-
map with all supported filesystems
global
GetMountString (symbol used_fs, string defaultv)
->
string
Return the mount option for each used_fs (-t)
- Parameters:
-
used_fs defaultv
global
LoadModule (symbol used_fs)
->
boolean
Load the kernel module which is necessary to mount a partition with used_fs!
- Parameters:
-
used_fs filesystem
- Return value:
-
old load_fs_module