YaST OS Repair. Automatic error detection & repair tool for Linux.
List of Global Functions
Check - Test the filesystem of one partition.
IsNonLinuxFileSystem - checks for filesystem type (Repair module should not touch non-linux partitions - bug #25002)
LoadAllFsModules - Load all needed fileystem and lvm/raid modules.
OSRFsck - Constructor. Fill the list fsck_fsid with the date from module Partition.
PossiblePartitions - Return a list witch contains all partitions names that can be used for a fsck.
Repair - The main repair dialog.
List of Global Variables
fs_kernel_modules - The loaded modules.
fsck_fsid - A list of all possible filesystem id's for fsck...
fsck_type - A list of all possible types for a fsck ...
not_installed_modules - The not loaded filesystem an lvm/raid modules.
checks for filesystem type (Repair module should not touch non-linux partitions - bug #25002)
Function parameters
symbol fs
Return value
boolean
Constructor. Fill the list fsck_fsid with the date from module Partition.
Return value
void
Return a list witch contains all partitions names that can be used for a fsck.
Return value
list<map>