Bug 845522 - guestfish "copy-out / localdir" command fails with "No such file or directory"
Summary: guestfish "copy-out / localdir" command fails with "No such file or directory"
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Virtualization Tools
Classification: Community
Component: libguestfs
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Richard W.M. Jones
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-08-03 10:05 UTC by Richard W.M. Jones
Modified: 2012-08-03 11:55 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2012-08-03 11:55:55 UTC
Embargoed:


Attachments (Terms of Use)

Description Richard W.M. Jones 2012-08-03 10:05:22 UTC
Description of problem:

$ guestfish -N fs -m /dev/sda1 copy-out / /tmp
No such file or directory
libguestfs: error: /dev/fd/7: write: Broken pipe

This works if some other source directory that "/" is used, eg:

$ guestfish -N fs -m /dev/sda1 mkdir /foo : copy-out /foo /tmp
[no error]

Version-Release number of selected component (if applicable):

libguestfs 1.18.5.

How reproducible:

100%

Comment 1 Richard W.M. Jones 2012-08-03 11:55:55 UTC
Fixed upstream in commit 2a87261dfc830cd6bcb44aa1628d955cb6423bd7.


Note You need to log in before you can comment on or make changes to this bug.