Discussion:
Efficient file copy with rump_fs
Charles HH
2016-08-16 11:57:10 UTC
Permalink
Hi,

I'm currently trying to implement some sort of disk manager component,
which would have to perform file copying. I'm using the part_blk and
rump_fs combo, accessing the rump_fs through a vfs. I successfully copied
files using a local buffer and read/write operations, but it is quite
unefficient. Because I am trying to copy large files (several GB), I'd like
to know if a more efficient approach has been or might be implemented.

Regards,
Charles

Loading...