summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2010-12-19 19:29:02 +0000
committerRichard W.M. Jones <rjones@redhat.com>2010-12-19 19:29:02 +0000
commitdfbdae5dd27b84222825b6826065a3362ab71025 (patch)
treea473cde62240294c12cf76941f744701f473b145
parent8df8ccb287b739748294d4074c09448bd2b2e62b (diff)
downloadlibguestfs-dfbdae5dd27b84222825b6826065a3362ab71025.tar.gz
libguestfs-dfbdae5dd27b84222825b6826065a3362ab71025.tar.xz
libguestfs-dfbdae5dd27b84222825b6826065a3362ab71025.zip
Update TODO file.
-rw-r--r--TODO38
1 files changed, 31 insertions, 7 deletions
diff --git a/TODO b/TODO
index 5002fc15..f781fb88 100644
--- a/TODO
+++ b/TODO
@@ -103,7 +103,6 @@ Ideas for extra commands
findfs
logsave
mklost+found
- ext2undelete
SELinux:
chcat
@@ -190,12 +189,6 @@ autogenerated module which creates a Sys::Guestfs handle singleton
How would editing files work?
-ntfsclone
----------
-
-Useful imaging tool:
-http://man.linux-ntfs.org/ntfsclone.8.html
-
virt-rescue pty
---------------
@@ -377,3 +370,34 @@ live CD inspection
guestfish -i livecd.iso
Could this be done through the core API and existing calls?
+
+More ntfs tools
+---------------
+
+ntfsprogs actually has a lot more useful tools than we currently
+use. Interesting ones are:
+
+ntfslabel: display or change filesystem label (we should unify all
+ set*label APIs into a single set_vfs_label which can deal with any
+ filesystem)
+
+ntfsclone: clone, image, restore, rescue NTFS
+
+ntfsinfo: print various information about NTFS volume and files
+
+ntfs streams: extract alternate streams from NTFS files
+
+Undelete files
+--------------
+
+Two useful tools:
+
+ - ext2undelete
+ - ntfsundelete
+
+More mkfs_opts options
+----------------------
+
+Useful options to offer:
+ - Set label.
+ - Set UUID.