summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2010-04-17 20:41:28 +0100
committerRichard Jones <rjones@redhat.com>2010-04-17 20:41:28 +0100
commite55400960a6a06eb6dc16ea96f3c30ed580d3d3a (patch)
tree79231373a5e0cdded57651c80aedc452c30e0798 /TODO
parentabb7365d4df7b945846a9f6189bbbd70e10122d1 (diff)
downloadlibguestfs-e55400960a6a06eb6dc16ea96f3c30ed580d3d3a.tar.gz
libguestfs-e55400960a6a06eb6dc16ea96f3c30ed580d3d3a.tar.xz
libguestfs-e55400960a6a06eb6dc16ea96f3c30ed580d3d3a.zip
todo documentation: Idea: List, mount filesystems by UUID and label.
Diffstat (limited to 'TODO')
-rw-r--r--TODO14
1 files changed, 13 insertions, 1 deletions
diff --git a/TODO b/TODO
index a0e83907..56fb094d 100644
--- a/TODO
+++ b/TODO
@@ -258,4 +258,16 @@ anything in a disk image.
However this won't work easily for VM disk images in the disk image.
One would have to download those to the host and launch another
-libguestfs instance. \ No newline at end of file
+libguestfs instance.
+
+List, mount filesystems by UUID and label
+-----------------------------------------
+
+[See related:
+http://www.redhat.com/archives/libguestfs/2009-August/msg00031.html]
+
+List filesystems by UUID or label.
+
+Mount filesystems by UUID or label. (I'm not really sure if we can do
+this at the moment but we ought to be able to do it, and perhaps make
+it easier by having a direct command). \ No newline at end of file