search for: c0927637

Displaying 2 results from an estimated 2 matches for "c0927637".

2020 Feb 12
0
[nbdkit PATCH 3/3] ext2: Add mode for letting client exportname choose file from image
...&h->file); if (err != 0) { - nbdkit_error ("%s: open: %s", file, error_message (err)); + nbdkit_error ("%s: open: %s", fname, error_message (err)); goto err1; } diff --git a/filters/ext2/nbdkit-ext2-filter.pod b/filters/ext2/nbdkit-ext2-filter.pod index c0927637..d621ee45 100644 --- a/filters/ext2/nbdkit-ext2-filter.pod +++ b/filters/ext2/nbdkit-ext2-filter.pod @@ -7,6 +7,9 @@ ext4 filesystems nbdkit --filter=ext2 file fs.img ext2file=/disks/disk.raw + nbdkit --filter=ext2 --filter=partition file fs.img \ + partition=1 ext2file=exportname + =head1...
2020 Feb 12
4
[nbdkit PATCH 0/3] Make ext2 a filter
I'm impressed that I was able to whip this out in just one day of hacking. Below, I'll include a diff between the plugin and the filter as of patch 1, if it aids review. Eric Blake (3): filters: Add ext2 filter ext2: Deprecate ext2 plugin ext2: Add mode for letting client exportname choose file from image TODO | 5 - configure.ac