X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=TODO;h=90238ca4f079da029c88f11482d12fe765022c5d;hp=2479bbb19bd9c72d9005845d09784d8dda47fb60;hb=11374abeadfb01252bdb02c0915d1edc79512e79;hpb=deadcc73260a82c210417382412f80d14c5292db diff --git a/TODO b/TODO index 2479bbb..90238ca 100644 --- a/TODO +++ b/TODO @@ -394,6 +394,8 @@ ntfsinfo: print various information about NTFS volume and files ntfs streams: extract alternate streams from NTFS files +ntfsck: checker for NTFS filesystems + Undelete files -------------- @@ -423,3 +425,9 @@ what is mounted and where. eg: This could be used instead of current hairy code to parse the output of the 'mount' command. We could add new APIs to return kernel mount options, type of filesystem at a mountpoint etc. + +guestfish drive letters +----------------------- + +There should be an option to mount all Windows drives as separate +paths, like C: => /c/, D: => /d/ etc.