mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
Added notes to the 'fsck' command documentation.
This commit is contained in:
@@ -1154,12 +1154,21 @@ class GuestFS:
|
||||
which should have filesystem type "fstype".
|
||||
|
||||
The returned integer is the status. See fsck(8) for the
|
||||
list of status codes from "fsck", and note that multiple
|
||||
status codes can be summed together.
|
||||
list of status codes from "fsck".
|
||||
|
||||
It is entirely equivalent to running "fsck -a -t fstype
|
||||
device". Note that checking or repairing NTFS volumes is
|
||||
not supported (by linux-ntfs).
|
||||
Notes:
|
||||
|
||||
* Multiple status codes can be summed together.
|
||||
|
||||
* A non-zero return code can mean "success", for
|
||||
example if errors have been corrected on the
|
||||
filesystem.
|
||||
|
||||
* Checking or repairing NTFS volumes is not supported
|
||||
(by linux-ntfs).
|
||||
|
||||
This command is entirely equivalent to running "fsck -a
|
||||
-t fstype device".
|
||||
"""
|
||||
return libguestfsmod.fsck (self._o, fstype, device)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user