git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dfe539d
)
todo docs: Mapping filesystems to and from disk blocks.
author
Richard Jones
<rjones@redhat.com>
Fri, 23 Apr 2010 09:23:45 +0000
(10:23 +0100)
committer
Richard Jones
<rjones@redhat.com>
Fri, 23 Apr 2010 09:23:45 +0000
(10:23 +0100)
TODO
patch
|
blob
|
history
diff --git
a/TODO
b/TODO
index
881067d
..
66d3a5c
100644
(file)
--- 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?