YaST2 Developers Documentation: StorageDevices



functions
files
intro

StorageDevices

StorageDevices.ycp
This module does all storage device related stuff: - hard disk drives - removable drives (ZIP) - floppy devices
Author: Klaus Kaempf (initial)

Depends on

StorageControllers

Imports

  • HwStatus
  • Installation
  • Kernel
  • Mode
  • Partitions
  • Storage
  • String

Global Variables

Global Functions

global ZipDrives -> map

Return value:
of $["device": $[..target..], ...] for each ZIP drive

global FloppyDrives -> list

Return value:
of maps: all kinds of removable media, esp. ZIP drives @see: FloppyDevice @see: FloppyReady

global FloppyPresent -> boolean

Return value:
true if floppy drive present @see: FloppyDevice @see: FloppyReady

global FloppyDevice -> string

Return value:
Device name of floppy, empty string if no floppy present @see: FloppyPresent @see: FloppyReady

global cddrives -> list

list of cd-rom drives

global ProbeCDROMs () -> boolean

ProbeCDROMs() Initialize cddrives


YaST2 Developers Documentation