search for: b3b816d

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

2018 Oct 28
0
[PATCH nbdkit 4/4] Add floppy plugin.
...NFILES += $(man_MANS) + +nbdkit-floppy-plugin.1: nbdkit-floppy-plugin.pod + $(PODWRAPPER) --section=1 --man $@ \ + --html $(top_builddir)/html/$@.html \ + $< + +endif HAVE_POD diff --git a/plugins/floppy/directory-lfn.c b/plugins/floppy/directory-lfn.c new file mode 100644 index 0000000..b3b816d --- /dev/null +++ b/plugins/floppy/directory-lfn.c @@ -0,0 +1,623 @@ +/* nbdkit + * Copyright (C) 2018 Red Hat Inc. + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions are + * met:...
2018 Oct 28
6
[PATCH nbdkit 0/4] Add floppy plugin.
Add nbdkit-floppy-plugin, “inspired” by qemu's VVFAT driver, but without the ability to handle writes. The implementation is pretty complete, supporting FAT32, LFNs, volume labels, timestamps, etc, and it passes both ‘make check’ and ‘make check-valgrind’. Usage is simple; to serve the current directory: $ nbdkit floppy . Then using guestfish (or any NBD client): $ guestfish --ro