diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2011-04-11 12:33:21 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-04-11 12:33:21 +0100 |
commit | c2c755440bceed92ca40a929f4dfe343d3265e2b (patch) | |
tree | 19237c2b1f565abb46d2c462d6544edbf7d7272f /TODO | |
parent | cde0c0c05741476e748586a59f3470e8bc211718 (diff) | |
download | libguestfs-c2c755440bceed92ca40a929f4dfe343d3265e2b.tar.gz libguestfs-c2c755440bceed92ca40a929f4dfe343d3265e2b.tar.xz libguestfs-c2c755440bceed92ca40a929f4dfe343d3265e2b.zip |
todo: guestfish drive letters.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -425,3 +425,13 @@ 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. + +Also the code which detects if a drive letter is already mounted +should be smarter: it should be able to detect if the drive is mounted +on any path (not just /) and rewrite the path accordingly. |