72. FileSystems

72.1. Authors

  • Johannes Buchhold (jbuch@suse.de)

  • Purpose:

  • These module contains the supported filesystems and their settings.

72.2. Summary of Module Globals

List of Global Functions

List of Global Variables

    72.3. Global Functions

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

    72.3.2. GetMountString

    Return the mount option for each used_fs (-t)

    Function parameters

    • symbol used_fs

    • string defaultv

    Return value

    • string

    72.4. Global Variables

    72.5. Module Requirements

    72.5.1. Module Imports

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

    72.5.2. Module Includes