Files
da-HomeNetDocumentation/PI5/Konfiguration/laufwerke-und-speicher.md
T
devDiAl d9501ee485 PI5: Live-Daten vom 28.06.2026 eingespielt
Aktualisiert:
- systemuebersicht.md: Kernel 6.18.33, Docker v29.6.1,
  Uptime 11d, 195 Images/181 GB, 12 aktive Volumes
- docker-services.md: Alle 30 laufenden Container mit
  aktuellen Uptimes (6h), Quellen auf 28.06. aktualisiert
- docker-grundlagen.md: Docker v29.6.1, 195 Images/181 GB,
  136,7 GB reclaimable
- laufwerke-und-speicher.md: /media/piadmin/data 665 GB (100%),
  / (sdc2) 72% belegt
- PI5/index.md: Neuer Raw-Dump verlinkt
- log.md: Eintrag für 28.06. ergänzt

Neu:
- raw/Systemdaten – Raspberry PI5 – 2026-06-28.md
2026-06-28 18:09:12 +02:00

125 lines
5.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: laufwerke-und-speicher
description:
published: true
date: 2026-06-28T14:29:55.475Z
tags:
editor: markdown
dateCreated: 2026-06-28T14:29:53.694Z
---
# Laufwerke und Speicher
**Zusammenfassung**: Der Raspberry PI5 hat drei physische Laufwerke (USB-Key, 931-GB-SSD auf sdb, 1,8-TB-SSD auf sdc) mit zwei LUKS2-verschlüsselten Datenpartitionen. Die Daten auf `/media/piadmin/data` sind identisch mit `/mnt/data`, aber `/media/piadmin/data` ist zu 100 % voll (665 GB von 682 GB).
**Quellen**: 🖥️ `raw/Systemdaten Raspberry PI5.md`, 🔌 SSH (28.06.)
**Zuletzt aktualisiert**: 2026-06-28
---
## Laufwerke (lsblk)
```
NAME SIZE TYPE FSTYPE FSVER LABEL MOUNTPOINT
sda 966M disk
└─sda1 964M part ext4 1.0 LUKS_KEY /mnt/usb_key
sdb 931.5G disk
├─sdb1 512M part vfat FAT32 bootfs /media/piadmin/bootfs
├─sdb2 237.8G part ext4 1.0 rootfs /media/piadmin/rootfs
└─sdb3 693.2G part crypto_LUKS 2
└─encrypt_sdc3 693.2G crypt ext4 1.0 /media/piadmin/data
sdc 1.8T disk
├─sdc1 512M part vfat FAT32 bootfs /boot/firmware
├─sdc2 306.8G part ext4 1.0 rootfs /
└─sdc3 1.5T part crypto_LUKS 2
└─encrypt_data 1.5T crypt ext4 1.0 /mnt/data
zram0 2G disk swap 1 zram0 [SWAP]
loop0 2G loop swap 1
```
## Speicherbelegung (df -h)
| Mountpunkt | Größe | Belegt | Verfügbar | Belegt % |
|---|---|---|---|---|---|
| `/` (sdc2) | 302 GB | 208 GB | 82 GB | **72 %** |
| `/boot/firmware` (sdc1) | 510 MB | 82 MB | 429 MB | 16 % |
| `/media/piadmin/bootfs` (sdb1) | 510 MB | 79 MB | 432 MB | 16 % |
| `/media/piadmin/rootfs` (sdb2) | 234 GB | 35 GB | 188 GB | 16 % |
| `/mnt/data` (encrypt_data) | 1,5 TB | 646 GB | 807 GB | 45 % |
| `/media/piadmin/data` (encrypt_sdc3) | 682 GB | 665 GB | 0 GB | **100 % 🔴** |
## Partitionen und IDs
| Device | PARTUUID | UUID (FS) | UUID (LUKS) | Label |
|---|---|---|---|---|
| sda1 | `74c328f0-...` | `1473da78-...` | | `LUKS_KEY` |
| sdb1 | `83910788-01` | `F737-8E10` | | `bootfs` |
| sdb2 | `83910788-02` | `d6ecfcd5-...` | | `rootfs` |
| sdb3 | `83910788-03` | | `82550dc2-...` | |
| sdc1 | `228e9390-01` | `F587-071F` | | `bootfs` |
| sdc2 | `228e9390-02` | `d6944274-...` | | `rootfs` |
| sdc3 | `228e9390-03` | | `097bccad-...` | |
## Detail: Speicherbelegung nach Verzeichnis
| Verzeichnis | Belegung |
|---|---|
| `/mnt/data/Media/` | **467 GB** |
| `/mnt/data/nextcloud/` | **92 GB** |
| `/mnt/data/immich/` | **69 GB** |
| `/mnt/data/PI2Backup/` | **18 GB** |
| `/mnt/data/paperless/` | **966 MB** |
| `/mnt/data/www/` | **722 MB** |
(Quelle: `du -sh /mnt/data/*/`)
## 🔴 Wichtige Feststellung: Zwei Partitionen, identische Daten
**`/mnt/data`** (1,5 TB, 45 % voll) und **`/media/piadmin/data`** (682 GB, 100 % voll) haben **exakt dieselbe Verzeichnisstruktur und Dateibelegung**:
| Verzeichnis | `/mnt/data` | `/media/piadmin/data` |
|---|---|---|
| Media/ | 467 GB | 467 GB |
| nextcloud/ | 92 GB | 92 GB |
| immich/ | 69 GB | 69 GB |
| PI2Backup/ | 18 GB | 18 GB |
| paperless/ | 966 MB | 966 MB |
| www/ | 722 MB | 722 MB |
Es handelt sich um **zwei separate LUKS-Partitionen** (nicht um einen Bind-Mount oder Symlink). Vermutlich wurden die Daten von der kleineren (682 GB) auf die größere (1,5 TB) Partition kopiert und die Konfiguration läuft inzwischen über die größere. Während `/mnt/data` noch 807 GB frei hat, ist `/media/piadmin/data` mit 665 GB (0 GB frei) **komplett voll** seit dem 17.06. sind dort 19 GB dazugekommen.
**Die Dienste sind wie folgt konfiguriert:**
- **Immich** schreibt nach `/mnt/data/immich/` (via `.env`-Variable `UPLOAD_LOCATION`)
- **Nextcloud**, **Paperless**, **Media** liegen auf `/mnt/data/` (Bind-Mounts in den Compose-Dateien)
`/media/piadmin/data` scheint nicht mehr aktiv von Diensten genutzt zu werden, belegt aber 646 GB wertvollen SSD-Platz. Eine Bereinigung oder Deaktivierung dieser Partition wäre sinnvoll.
## Krytische Warnung
**🔴 `/media/piadmin/data` ist zu 100 % voll** (665 GB von 682 GB, 0 GB frei). Seit dem 17.06. sind 19 GB dazugekommen. Aktuell aktiv genutzte Dienste scheinen jedoch auf `/mnt/data` zu schreiben, sodass dies nur ein Platzproblem, aber kein akutes Betriebsproblem darstellt.
## LUKS-Container
| Mapper | Physisch | Schlüsseldatei | Mount |
|---|---|---|---|
| `encrypt_data` | sdc3 (1,5 TB) | `/mnt/usb_key/twotb.bin` | `/mnt/data` |
| `encrypt_sdc3` | sdb3 (693 GB) | `/mnt/usb_key/onetb.bin` | `/media/piadmin/data` |
Siehe [crypttab](./etc/crypttab.md) und [luks-verschluesselung](./luks-verschluesselung.md).
## Swap
- **zram0**: 2 GB komprimierter RAM-Swap
- **loop0**: 2 GB Datei-basierter Swap
Beide werden von systemd verwaltet, ohne fstab-Eintrag. Siehe [swap-zram](./swap-zram.md).
## Verwandte Seiten
- [fstab](./etc/fstab.md)
- [crypttab](./etc/crypttab.md)
- [luks-verschluesselung](./luks-verschluesselung.md)
- [persistente-blockgeraete](./persistente-blockgeraete.md)
- [sdx-vertauschung](./sdx-vertauschung.md)
- [swap-zram](./swap-zram.md)
- [systemuebersicht](./systemuebersicht.md)