68. FileSystems

68.1. Summary of Module Globals

List of Global Functions

List of Global Variables

    68.2. Global Functions

    68.2.1. GetAllFileSystems

    Filesystem Definitions

    Function parameters

    • boolean add_swap

    • boolean add_pseudo

    Return value

    • map<symbol, map<symbol, any> > - map with all supported filesystems

    68.2.2. GetMountString

    Return the mount option for each used_fs (-t)

    Function parameters

    • symbol used_fs

    • string defaultv

    Return value

    • string

    68.2.3. LoadModule

    Load the kernel module which is necessary to mount a partition with used_fs!

    Function parameters

    • symbol used_fs

    Return value

    • boolean - old load_fs_module

    68.3. Global Variables

    68.4. Module Requirements

    68.4.1. Module Imports

    • Arch
    • Encoding
    • LibStorage
    • LibStorage::ContVolInfo
    • LibStorage::DiskInfo
    • LibStorage::FsCapabilities
    • LibStorage::StorageInterface
    • Mode
    • Partitions
    • Popup
    • Stage
    • String

    68.4.2. Module Includes