The download_inode does not require the disk to be mounted in order to work.
Signed-off-by: Matteo Cafasso <[email protected]> --- generator/actions.ml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/generator/actions.ml b/generator/actions.ml index e5cb939..0eb11fe 100644 --- a/generator/actions.ml +++ b/generator/actions.ml @@ -12953,10 +12953,12 @@ otherwise the call will fail." }; progress = true; cancellable = true; shortdesc = "download a file to the local machine given its inode"; longdesc = "\ -Download a file given its inode from the disk partition (eg. F</dev/sda1>) -and save it as F<filename> on the local machine. +Download a file given its inode from the disk partition +(eg. F</dev/sda1>) and save it as F<filename> on the local machine. -This allows to download deleted or inaccessible files." }; +It is not required to mount the disk to run this command. + +The command is capable of downloading deleted or inaccessible files." }; ] -- 2.8.0.rc3 _______________________________________________ Libguestfs mailing list [email protected] https://www.redhat.com/mailman/listinfo/libguestfs
