219. StorageDevices

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

219.1. Summary of Module Globals

List of Global Functions

List of Global Variables

219.2. Global Functions

219.2.1. GetDeviceName

#include "storage/routines.ycp";

Function parameters

  • string disk

  • any partition

Return value

  • string

219.2.2. ProbeCDROMs

ProbeCDROMs()

Return value

  • boolean

219.3. Global Variables

219.3.1. FloppyDevice

219.3.2. FloppyDrives

219.3.3. FloppyPresent

219.3.4. ZipDrives

219.3.5. cddrives

list of cd-rom drives

219.4. Module Requirements

219.4.1. Module Imports

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

219.4.2. Module Includes