Files
da-HomeNetDocumentation/PI2/Konfiguration/dienste/samba.md
T

43 lines
1.1 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: samba
description:
published: true
date: 2026-06-28T14:30:43.795Z
tags:
editor: markdown
dateCreated: 2026-06-28T14:30:42.067Z
---
# Samba Dateifreigaben
**Zusammenfassung**: Samba stellt Dateifreigaben im Heimnetz (Workgroup DA-HOME) bereit, insbesondere die 1,8-TB-Seagate-Externe.
**Quellen**: 🔌 SSH (`smbd.service`, `cat /etc/samba/smb.conf`)
**Zuletzt aktualisiert**: 2026-06-28
---
## Status
| Metrik | Wert |
|---|---|
| **Dienst** | `smbd.service` + `nmbd.service` |
| **Aktiv seit** | 4. Juni 2026, 01:28 Uhr |
| **Ports** | 445 (SMB), 139 (NetBIOS) |
| **Workgroup** | `DA-HOME` |
## Konfiguration
- **Config**: `/etc/samba/smb.conf`
- Standard Debian-Konfiguration (nur globaler Abschnitt gelesen)
- Ein Samba-User: `smb_user` (UID 1002, /home/smb_user)
## Freigegebene Laufwerke
Die genauen Shares wurden nicht ausgelesen. Die Seagate-Festplatte (`/media/Seagate-Expansion`) ist sehr wahrscheinlich über Samba freigegeben.
## Verwandte Seiten
- [laufwerke-und-speicher](../laufwerke-und-speicher.md)
- [netzwerk](../../Allgemein/netzwerk.md)
- [sicherheit](../../Allgemein/sicherheit.md)