Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Security and ZFS Overview subsections to introduction.md #28

Merged
merged 4 commits into from Feb 20, 2019
Merged
Changes from 1 commit
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
add ZFS subsection
  • Loading branch information
Mrt134 committed Feb 15, 2019
commit a2a6864159e1a80f8a262d1877a00164360c8159
@@ -130,3 +130,19 @@ These resources provide more information about security on FreeBSD-based operati
- [Security Section in the FreeBSD Handbook](https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/security.html)
- [Hardening FreeBSD](http://www.bsdguides.org/2005/hardening-freebsd/)

### ZFS

ZFS is an enterprise grade file-system with many features.
Support for high storage capacities, high reliability, the ability to quickly take snapshots, boot environments, continuous integrity checking and automatic repair, RAIDZ designed to overcome hardware RAID limitations, and native NFSv4 ACLs are all ZFS features available in Project Trident.

The Wikipedia entry on ZFS provides an excellent starting point to learn about its features.
This conversation was marked as resolved by Mrt134

This comment has been minimized.

@q5sys

q5sys Feb 15, 2019
Member

Should we add the wikipedia link here since we reference it?

[FreeBSD Mastery: ZFS](https://www.michaelwlucas.com/os/fmzfs) by Michael W Lucas and Allan Jude is also a helpful ZFS and FreeBSD resource.

These resources are also useful:

- [ZFS Evil Tuning Guide](https://www.solaris-cookbook.eu/solaris/solaris-10-zfs-evil-tuning-guide/)
- [FreeBSD ZFS Tuning Guide](https://wiki.FreeBSD.org/ZFSTuningGuide)
- [ZFS Best Practices Guide](https://documents.irf.se/get_document.php?group=Computer&docid=311)
- [ZFS Administration Guide](https://docs.oracle.com/cd/E19253-01/819-5461/index.html)
- [Becoming a ZFS Ninja (video)](https://blogs.oracle.com/video/becoming-a-zfs-ninja)
- [Blog post explaining ZFS storage stack simplification](https://blogs.oracle.com/bonwick/rampant-layering-violation)