mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
filesystem-available: Clarify documentation for this test.
See: https://bugzilla.redhat.com/show_bug.cgi?id=980358#c1 Thanks Bo Fan.
This commit is contained in:
@@ -10012,9 +10012,11 @@ C<ext3>.
|
||||
You must call C<guestfs_launch> before using this command.
|
||||
|
||||
This is mainly useful as a negative test. If this returns true,
|
||||
it doesn't mean that a particular filesystem can be mounted,
|
||||
since filesystems can fail for other reasons such as it being
|
||||
a later version of the filesystem, or having incompatible features.
|
||||
it doesn't mean that a particular filesystem can be created
|
||||
or mounted, since filesystems can fail for other reasons
|
||||
such as it being a later version of the filesystem,
|
||||
or having incompatible features, or lacking the right
|
||||
mkfs.E<lt>I<fs>E<gt> tool.
|
||||
|
||||
See also C<guestfs_available>, C<guestfs_feature_available>,
|
||||
L<guestfs(3)/AVAILABILITY>." };
|
||||
|
||||
Reference in New Issue
Block a user