Partition and filesystems checking module. |
osr_module_partition.ycp |
YaST2 OS Repair. Automatic error detection & repair tool for Linux. | |
This module has an unstable interface. |
Imports
Includes
Local Functions
|
Check if at least one harddisk exist.
Checks the mbr's of all harddisks.
Load all kernel fs modules
////////////////////////////////////////////////// // search for valid Linux partitions //////////////////////////////////////////////////
Checks the detected partitions for valid filesystems, mounts them and searches for filesystem tables (/etc/fstab) on the partitions.
- Return value:
-
The result_map.
Mount the root partition and all reachable, local and valid partitions from the detected filesystem table "/etc/fstab".
Requires: list valid_root_partitions, string root_partition Provides: list just_mounted, string root_mountpoint
- Return value:
-
The result_map.
Check the root entry in the fstab.
Check all entris (without root) in the fstab.
Reset temporary settings.
Direct partitioning with the custom part tool.
Direct recover a lost partition table.
Direct repair a damaged file system.
Save disk partition info to floppy
Initialization of the module map that contains all important information for this module.
- Return value:
-
The map that contains all information about the module osr_module_partition.