[Pkg-libvirt-commits] [libguestfs] 14/36: FAQ: Add sections about libguestfs NTFS & XFS support.
Hilko Bengen
bengen at moszumanska.debian.org
Sun Nov 1 17:13:42 UTC 2015
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to annotated tag upstream/1.29.47
in repository libguestfs.
commit 47e9a3d739f072b3c1db87ffad5b937e6c3f3356
Author: Richard W.M. Jones <rjones at redhat.com>
Date: Sun Jun 14 16:35:21 2015 +0100
FAQ: Add sections about libguestfs NTFS & XFS support.
Both popular questions.
---
examples/guestfs-faq.pod | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/examples/guestfs-faq.pod b/examples/guestfs-faq.pod
index 4862f65..07743a3 100644
--- a/examples/guestfs-faq.pod
+++ b/examples/guestfs-faq.pod
@@ -822,6 +822,23 @@ Make sure the filesystem was created using Joliet and/or Rock Ridge
extensions. libguestfs does not require any special mount options to
handle the filesystem.
+=head2 Cannot open Windows guests which use NTFS.
+
+You see errors like:
+
+ mount: unknown filesystem type 'ntfs'
+
+On Red Hat Enterprise Linux or CentOS, you have to install the
+L<libguestfs-winsupport|https://people.redhat.com/~rjones/libguestfs-winsupport/>
+package.
+
+=head2 Cannot open or inspect RHEL 7 guests.
+
+=head2 Cannot open Linux guests which use XFS.
+
+RHEL 7 guests, and any other guests that use XFS, can be opened by
+libguestfs, but you have to install the C<libguestfs-xfs> package.
+
=head1 USING LIBGUESTFS IN YOUR OWN PROGRAMS
=head2 The API has hundreds of methods, where do I start?
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git
More information about the Pkg-libvirt-commits
mailing list