YaST2 Developers Documentation: YaST OS Repair. Automatic error detection & repair tool for Linux. | ![]() |
![]() functions files intro |
The last return value from a check_... call
Options for a repair call. Not Supported at the moment.
The not loaded filesystem an lvm/raid modules.
The loaded modules.
A list of all possible filesystem id's for fsck...
A list of all possible types for a fsck ...
The partition name witch is currently in work ( checked - repaired)
The find/check/repair define for all supported filesystems.
Constructor. Fill the list fsck_fsid with the date from module Partition.
Load all needed fileystem and lvm/raid modules.
Return a list witch contains all partitions names that can be used for a fsck.
Checks if the specified check_partition is of filesystem-type ext2fs.
Checks if the specified partition is of filesystem-type reiserfs.
Checks if the specified partition is of filesystem-type xfs.
Checks if the specified partition is of filesystem-type jfs.
Checks if the specified partition is of filesystem-type fat/vfat.
Checks if the specified partition is of filesystem-type ntfs
Checks the specified partition for consistency with "/sbin/e2fsck".
Checks the specified partition for consistency with "/sbin/reiserfsck".
Checks the specified partition for consistency with "/sbin/xfs_db -c check".
Checks the specified partition for consistency with "/sbin/fsck.jfs -n ".
checks for filesystem type (Repair module should not touch non-linux partitions - bug #25002)
Test the filesystem of one partition.
The main repair dialog.
Repair ext2/ext3 filesystem. The exit code returned by e2fsck is the sum of the following conditions: 0 - No errors, 1 - File system errors corrected, 2 - File system errors corrected, system should be rebooted if file system was mounted, 4 - File system errors left uncorrected, 8 - Operational error, 16 - Usage or syntax error, 128 - Shared library error.
Repair reiserfs filesystem.
Repair xfs filesystem.
Repair jfs filesystem. |
YaST2 Developers Documentation | ![]() |