80. FileSystems

80.1. Authors

  • Johannes Buchhold (jbuch@suse.de)

  • Purpose:

  • These module contains the supported filesystems and their settings.

80.2. Summary of Module Globals

List of Global Functions

List of Global Variables

    80.3. Global Functions

    80.3.1. GetAllFileSystems

    Filesystem Definitions

    Function parameters

    • boolean add_swap

    • boolean add_pseudo

    Return value

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

    80.3.2. GetMountString

    Return the mount option for each used_fs (-t)

    Function parameters

    • symbol used_fs

    • string defaultv

    Return value

    • string

    80.4. Global Variables

    80.5. Module Requirements

    80.5.1. Module Imports

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

    80.5.2. Module Includes