46 lines
842 B
Markdown
46 lines
842 B
Markdown
---
|
|
title: Netgrimoire Storage
|
|
description: Where is it at
|
|
published: true
|
|
date: 2026-01-22T21:10:37.035Z
|
|
tags:
|
|
editor: markdown
|
|
dateCreated: 2026-01-22T21:10:37.035Z
|
|
---
|
|
|
|
# NAS Storage Layout
|
|
|
|
## Overview
|
|
High-level description of the NAS role in Netgrimoire.
|
|
|
|
## ZFS Pools
|
|
- vault
|
|
- mirror / backup pools (if any)
|
|
|
|
## ZFS Datasets
|
|
| Dataset | Mountpoint | Purpose | Shared Via |
|
|
|------|-----------|--------|-----------|
|
|
|
|
## NFS Exports
|
|
| Export | Clients | Options | Notes |
|
|
|
|
## SMB Shares
|
|
| Share | Backing Dataset | Access Model | Notes |
|
|
|
|
## Standard Paths
|
|
- /export/Data
|
|
- /export/Green
|
|
- /export/Docker
|
|
|
|
## Permissions & UID/GID Model
|
|
- dockhand (1964)
|
|
- container access rules
|
|
|
|
## Backup & Snapshot Strategy
|
|
- Snapshot frequency
|
|
- Replication targets
|
|
|
|
## Known Gotchas
|
|
- Boot order
|
|
- systemd mount timing
|
|
- NFS export dependencies
|