33 lines
576 B
Markdown
33 lines
576 B
Markdown
+++
|
|
title = 'ZFS - Zettabyte File System'
|
|
date = 2024-02-08T21:45:21+01:00
|
|
draft = true
|
|
+++
|
|
|
|
{{< 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
|
|
|
|

|
|
|
|
## ZFS
|
|
- Volumes und Filesysteme in einem
|
|
- Bessere I/O Performance
|
|
|
|

|
|
|
|
# Quelle
|
|
<https://vimeo.com/8666489> |