hugo-azo-notes/content/M340/ZFS.md

33 lines
577 B
Markdown

+++
title = 'ZFS - Zettabyte File System'
date = 2024-02-08T21:45:21+01:00
draft = false
+++
{{< style_regular >}}
{{< toc >}}
# ZFS-Spickzettel
- Storage Pools anstatt Volumes
- Skalierbare Baumstruktur
- Transaktionsortientiert (=> Integrität)
- Unterstützt Snapshots
- Selbst-reparierend (RAID-Technologie)
# Pool-Konzept
## Andere File-Systeme
- Volumes und Filesysteme getrennt
![Andere](/png/340_zfs_andere.drawio.png)
## ZFS
- Volumes und Filesysteme in einem
- Bessere I/O Performance
![ZFS](/png/340_zfs_zfs.drawio.png)
# Quelle
<https://vimeo.com/8666489>