On Tue, May 8, 2018 at 1:44 PM, Nicolas Porcel <nicolasporcel06@xxxxxxxxx> wrote: > Hello, > > When I do a btrfs send, I get the following error code: > > # btrfs send mysnapshot > /dev/null > ERROR: send ioctl failed with -2: No such file or directory > Silly question, but is 'mysnapshot' actually accessible at './mysnapshot' ? Because the output from btrfs send should immediately output 'At subvol mysnapshot' > I get it after 70-100% of the bytes are sent. > If 'btrfs send' is actually generating output, 'btrfs receive -vv' may help "parse" the send stream enough to figure out where it is terminating. ~ Noah ps - I was going to suggest 'btrfs send -v'. According the the manpage, that would "enable verbose output, print generated commands in a readable form". But it does not seem to be working for me, and after a quick glance at the code I'm not seeing how the ioctl call is setting up any kind of verbose feedback. So that may be out-of-date documentation. -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
