diff options
author | Richard Jones <rjones@redhat.com> | 2009-10-30 16:13:13 +0000 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-11-03 15:57:26 +0000 |
commit | 429de2254176e470035eef05e0f3e9910d46863c (patch) | |
tree | cf278abb7fba6de900b049e289c06df424ea88cc /po/POTFILES.in | |
parent | 08c9bf5e22ecf06e36cf128416a62214704da411 (diff) | |
download | libguestfs-429de2254176e470035eef05e0f3e9910d46863c.tar.gz libguestfs-429de2254176e470035eef05e0f3e9910d46863c.tar.xz libguestfs-429de2254176e470035eef05e0f3e9910d46863c.zip |
FUSE filesystem support.
This implements FUSE filesystem support so that any libguestfs-
accessible disk image can be mounted as a local filesystem.
Note: file writes (ie. write(2) system call) is not yet implemented.
The API needs more test coverage, particularly lesser-used system
calls.
The big unresolved issue is UID/GID mapping between guest filesystem
IDs and the host. It's not easy to automate this because you need
extra details about the guest itself in order to get to its
UID->username map (eg. /etc/passwd from the guest).
Diffstat (limited to 'po/POTFILES.in')
-rw-r--r-- | po/POTFILES.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in index 8c3c8f50..d7d12f73 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -71,6 +71,8 @@ fish/rc.c fish/reopen.c fish/tilde.c fish/time.c +fuse/dircache.c +fuse/guestmount.c hivex/hivex.c hivex/hivexget.c hivex/hivexml.c |