227. StorageDevices

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

227.1. Summary of Module Globals

List of Global Functions

List of Global Variables

227.2. Global Functions

227.2.1. GetDeviceName

#include "storage/routines.ycp";

Function parameters

  • string disk

  • any partition

Return value

  • string

227.2.2. ProbeCDROMs

ProbeCDROMs()

Return value

  • boolean

227.3. Global Variables

227.3.1. FloppyDevice

227.3.2. FloppyDrives

227.3.3. FloppyPresent

227.3.4. ZipDrives

227.3.5. cddrives

list of cd-rom drives

227.4. Module Requirements

227.4.1. Module Imports

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

227.4.2. Module Includes