65. FileSystems

65.1. Summary of Module Globals

List of Global Functions

List of Global Variables

    65.2. Global Functions

    65.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

    65.2.2. GetMountString

    Return the mount option for each used_fs (-t)

    Function parameters

    • symbol used_fs

    • string defaultv

    Return value

    • string

    65.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

    65.3. Global Variables

    65.4. Module Requirements

    65.4.1. Module Imports

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

    65.4.2. Module Includes