diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2011-04-12 17:03:14 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-04-12 17:15:26 +0100 |
commit | 11374abeadfb01252bdb02c0915d1edc79512e79 (patch) | |
tree | 0661864128146b57c9a360a169b181a17238185a /TODO | |
parent | c2c755440bceed92ca40a929f4dfe343d3265e2b (diff) | |
download | libguestfs-11374abeadfb01252bdb02c0915d1edc79512e79.tar.gz libguestfs-11374abeadfb01252bdb02c0915d1edc79512e79.tar.xz libguestfs-11374abeadfb01252bdb02c0915d1edc79512e79.zip |
fish: Allows win:... paths to work with drives mounted anywhere.
This allows you to mount disks on (eg) /c and /e and have the
guestfish win:... path mechanism map drive letters to the
right places.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -431,7 +431,3 @@ 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. |