From 7fe2bd283ce4dcc0e1a6e7ceb54aedeae23e189a Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Fri, 23 Apr 2010 10:23:45 +0100 Subject: [PATCH] todo docs: Mapping filesystems to and from disk blocks. (cherry picked from commit 2ed549e95c7ad75f28b5f0dd4c53849e1607444e) --- TODO | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 56fb094..834c4c0 100644 --- a/TODO +++ b/TODO @@ -270,4 +270,14 @@ 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 +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? -- 1.8.3.1