diff --git a/100 inbox/Filesystem Consolidation Plan.md b/100 inbox/Filesystem Consolidation Plan.md index a3bc3b3..ee794bb 100644 --- a/100 inbox/Filesystem Consolidation Plan.md +++ b/100 inbox/Filesystem Consolidation Plan.md @@ -147,10 +147,20 @@ This is the archive tier — old projects, old photos, everything rarely accesse └── transfer/ ← Staging area for moving data between machines ``` -### On `.13` — `/mnt/ubuntu_storage_3TB/` (ext4) — Backup Repository +### On `.13` — `/mnt/ubuntu_storage_3TB/` (ext4) — Master Archive + Backup Repo + +This is the **primary archive** drive — 2.1T free, always-on, reliable ext4. ``` /mnt/ubuntu_storage_3TB/ +├── archive/ ← Consolidated cold/warm data +│ ├── photos/ ← 471G — Built 2026-05-28 ✓ +│ ├── web_work/ ← Old htdocs, PHP, Flash AS3.0 — TBD +│ ├── music/ ← TBD +│ ├── movies_tv/ ← TBD (or belongs on .35 for Jellyfin?) +│ ├── documents/ ← TBD +│ └── projects/ ← Arduino, IoT, misc projects — TBD +├── transfer/ ← Staging area for moving data └── backup/ ├── borg/ │ ├── .13/ ← .13 local backups @@ -158,6 +168,26 @@ This is the archive tier — old projects, old photos, everything rarely accesse └── restic/ ← Future: secondary restic target? ``` +### On `.35` — `/mnt/hd/` (My Passport, NTFS) — Active Data + Media + +This drive is **always-on** for Docker services. 1.2T free. + +``` +/mnt/hd/ +├── services/ ← Docker service data (as-is) +│ ├── immich/ +│ ├── audiobookshelf/ +│ ├── lidarr/, radarr/, sonarr/ +│ ├── qbittorrent/ +│ └── ... +├── media/ ← Jellyfin library +│ ├── movies/ ← Could come from ALL_TRANFERS/MOVIES_TV +│ ├── tv/ +│ ├── music/ ← Could come from ALL_TRANFERS/Music +│ └── ... +└── projects/ ← Active dev projects +``` + --- ## Consolidation Actions @@ -211,9 +241,47 @@ This is the archive tier — old projects, old photos, everything rarely accesse 3. ✅ **Do not back up .13** — `.27`'s data is already backed up via Borg, `.13`'s websites are in Gitea (git), no local backup needed 4. ✅ **.27 drives can be renamed** — SmartDrive, TempBackup, Back Up, XPSystemDrive. Other machines' drives stay as-is +--- + +## Remaining ALL_TRANFERS Data — Consolidation Needed + +Still on `.13` at `/mnt/data/ALL_TRANFERS/`, not yet archived: + +| Folder | Size | Category | Proposed Home | Notes | +|--------|------|----------|---------------|-------| +| **MOVIES_TV/** | **341G** | Media | .35 `/mnt/hd/media/` for Jellyfin **OR** .13 archive | Decision: Jellyfin needs them accessible | +| **sam rolfe/** | **137G** | Mixed | .13 `/mnt/ubuntu_storage_3TB/archive/` | Need to sort — has photos + docs | +| **WORK/** | **130G** | Old web work | .13 `/mnt/ubuntu_storage_3TB/archive/web_work/` | htdocs, PHP, Flash AS3.0, etc. | +| **Music/** | **121G** | Music | .35 `/mnt/hd/media/music/` for Jellyfin **OR** .13 archive | Same question as MOVIES | +| **DOCUMENTS/** | 2.5G | Documents | .13 archive **OR** Obsidian | Family notes, sheet music, TODO lists | +| **sams_piano_recordings/** | 766M | Audio | .35 `/mnt/hd/media/music/` **OR** .13 archive | Personal recordings | +| **UNI_STUDY/** | 167M | Education | .13 archive | Old uni materials | +| **phone_recordings/** | 12M | Audio | .13 archive | Phone recordings | + +## Key Decisions Needed + +### 1. Where should MOVIES/TV and Music live? + +| Option | Pro | Con | +|--------|-----|-----| +| **On .35** `/mnt/hd/media/` | Jellyfin reads them directly, no network mount | Fills My Passport (341G + 121G = 462G) | +| **On .13** archive, Jellyfin accesses via NFS | Keeps .35 drive leaner | Adds network dependency for Jellyfin | + +### 2. Where should old web work go? + +Likely `.13` `/mnt/ubuntu_storage_3TB/archive/web_work/` — rarely accessed, belongs in cold storage. + +### 3. What about `.27` drives? + +SmartDrive and TempBackup can be unplugged now. Back Up and XPSystemDrive can stay disconnected too. + +--- + ## Open Questions -- [ ] Is the Integral300 recovery .img still needed (298G)? It matches the extracted files. -- [ ] Should `.23` (file-server) get its own backup? -- [ ] Should we move old photo archive to MaxtorBackup and rotate it offsite? -- [ ] What naming convention for .27 drives? +- [ ] MOVIES_TV — on .35 or .13? +- [ ] Music — on .35 or .13? +- [ ] Integral300 recovery .img (298G) — keep or delete? +- [ ] Should `.23` get its own backup? +- [ ] What naming convention for .27 drives (SmartDrive, TempBackup, etc.)? +- [ ] Clean up `.35` My Passport root — remove Western Digital installer .exe/.dmg and System Volume Information?