259. StorageDevices

This module does all storage device related stuff: - hard disk drives - removable drives (ZIP) - floppy devices

259.1. Summary of Module Globals

List of Global Functions

List of Global Variables

    259.2. Global Functions

    259.2.1. GetDeviceName

    #include "storage/routines.ycp";

    Function parameters

    • string disk

    • any partition

    Return value

    • string

    259.2.2. ProbeCDROMs

    ProbeCDROMs()

    Return value

    • boolean

    259.3. Global Variables

    259.4. Module Requirements

    259.4.1. Module Imports

    • Arch
    • AsciiFile
    • HwStatus
    • Installation
    • Kernel
    • Mode
    • Partitions
    • Report
    • Stage
    • String

    259.4.2. Module Includes