summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2010-04-23 10:23:45 +0100
committerRichard Jones <rjones@redhat.com>2010-04-23 10:23:45 +0100
commit2ed549e95c7ad75f28b5f0dd4c53849e1607444e (patch)
treee6f4133bd74f3fd2d815b63a508177bce0a5e9e0 /TODO
parentdfe539d7649344a9cee1c821689823e7052446be (diff)
downloadlibguestfs-2ed549e95c7ad75f28b5f0dd4c53849e1607444e.tar.gz
libguestfs-2ed549e95c7ad75f28b5f0dd4c53849e1607444e.tar.xz
libguestfs-2ed549e95c7ad75f28b5f0dd4c53849e1607444e.zip
todo docs: Mapping filesystems to and from disk blocks.
Diffstat (limited to 'TODO')
-rw-r--r--TODO10
1 files changed, 10 insertions, 0 deletions
diff --git a/TODO b/TODO
index 881067db..66d3a5ca 100644
--- a/TODO
+++ b/TODO
@@ -261,3 +261,13 @@ 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).
+
+Map filesystems to disk blocks
+------------------------------
+
+Map files/filesystems/(any other object) to the actual disk
+blocks they occupy.
+
+And vice versa.
+
+Is it even possible?