sdadams
No user record in our sample, but sdadams has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but sdadams has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No error correcting codes currently. Just checksums and redundant copies. Currently the supported checksum algorithms are crc32, md5, and sha1.
There is a FUSE implementation of ZFS for Linux but it is still in development. Porting it at this stage could be tricky.
Thanks! I'll try to remember this for any future blog entries.
The OpenBSD FUSE implementation is in base so it should already be well audited. I don't plan to add "concatenation" as you have described, however this can, in theory, be approximated by layering muxfs on top of…
Porting ZFS to OpenBSD has been attempted before. See this blog post from 2013: https://flak.tedunangst.com/post/ZFS-on-OpenBSD
The muxfs source code is a lot smaller than that of ZFS so if security is a concern to you then you might find muxfs easier to audit than ZFS. It also compiles quickly so could be a good match for a source-based system.…
In another project of mine I considered using extended attributes to tag files into categories. With extended attributes not being universally supported and easily overlooked the conclusion I came to was that I should…
OpenBSD's FUSE does not implement multithreading.