mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-23 23:42:32 +00:00
c1ff581fb4
VFS plugin to replicate from one file-system to another. Can be used to seed a mutable file-system with an immutable file-system. The plugin is configure with two paths, a read-only path, and a read-write path. This is an initial implementation that copies files on open. It is not optimized to perform actual copy-on-write, but the result is the same. <vfs> <dir name="immutable"> ... </dir> <dir name="mutable"> ... </dir> <dir name="cow"> <cow ro="/immutable" rw="/mutable"/> </dir> </vfs> Fix #2745 |
||
---|---|---|
.. | ||
sculpt | ||
cpu_load_display.run | ||
cpu_sampler_noux.run | ||
cpu_sampler.run | ||
decorator_stress.run | ||
decorator.run | ||
depot_deploy.run | ||
depot_download.run | ||
depot_query.run | ||
driver_manager.run | ||
fs_report_cow.run | ||
http_blk.run | ||
launcher.run | ||
libc_vfs_audit.run | ||
magic_ring_buffer.run | ||
menu_view.run | ||
mixer_gui_qt_test.run | ||
nano3d.run | ||
nit_fader.run | ||
noux_vfs_audit.run | ||
pipe.run | ||
sculpt_test.run | ||
sculpt.run | ||
tcp_terminal.run | ||
terminal_echo.run | ||
terminal_log.run | ||
terminal_mux.run | ||
text_painter.run | ||
wm.run |