YaST OS Repair. Automatic error detection & repair tool for Linux. |
OSRFsck.ycp |
YaST OS Repair. Automatic error detection & repair tool for Linux. | |
This module has an unstable interface. |
Imports
Global VariablesGlobal Functions
Local VariablesLocal Functions |
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.
- Return value:
-
True if the check_partition is ext2fs.
Checks if the specified partition is of filesystem-type reiserfs.
- Return value:
-
True if the partition is reiserfs.
Checks if the specified partition is of filesystem-type xfs.
- Return value:
-
True if the partition is xfs.
Checks if the specified partition is of filesystem-type jfs.
- Return value:
-
True if the partition is jfs.
Checks if the specified partition is of filesystem-type fat/vfat.
- Return value:
-
True if the partition is fat/vfat.
Checks if the specified partition is of filesystem-type ntfs
- Return value:
-
True if the partition is ntfs
Checks the specified partition for consistency with "/sbin/e2fsck".
- Return value:
-
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.
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)
- Parameters:
-
fs
Test the filesystem of one partition.
- Parameters:
-
part
The main repair dialog.
- Parameters:
-
t_check_partition the partition e.g.: /dev/hda1 used_fs the filesystem symbol
- Return value:
-
`ok,`error,`cancel
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.