sam-4screen-desktop 2026-8-7:6:44:15

This commit is contained in:
2026-08-07 06:44:15 +10:00
parent df3e69a363
commit 1f7313dcd3

View File

@@ -111,32 +111,32 @@ aliases: [drive-map, filesystem-map]
## .13 — nixos-desktop (192.168.20.13) — NAS / Backup Server
> **Updated 2026-08-06** — drive letters/state verified live. `/mnt/data` and `/mnt/storage` were reformatted 2026-05-30 and are now EMPTY ext4. Photos now live in `archive/03_photos` (see below).
### Local Drives
| Logical Name | Device | Size | Used | Avail | Mount | Label | UUID | Note |
|-------------|--------|------|------|-------|-------|-------|------|------|
| **System Root** | `sdc2` | 907G | 143G | 718G (17%) | `/` | root | `0d57bb68-...` | NixOS 26.05 system |
| **Boot** | `sdc1` | 1G | 98M | 925M (10%) | `/boot` | — | `4D80-F99E` | EFI boot |
| **Storage (Windows)** | `sda2` | 932G | 271G | 662G (30%) | `/mnt/storage` | (System Reserved) | `063E316A...` | NTFS, old Windows drive (Users, Program Files) |
| **Data** | `sdb2` | 1.8T | 1.5T | 416G (78%) | `/mnt/data` | Data | `96502969...` | NTFS, main data — contains ALL_TRANFERS (Pictures) |
| **Ubuntu Storage** | `sdd1` | 2.7T | 95G | 2.6T (4%) | `/mnt/ubuntu_storage_3TB` | ubuntu_storage_3 | `037a542c-...` | **Backup target** for .27 + .13 Borg repos |
| **System Root** | `sda2` | 907G | 424G | 437G (50%) | `/` | root | `0d57bb68-...` | NixOS system |
| **Boot** | `sda1` | 1G | — | — | `/boot` | — | `4D80-F99E` | EFI boot |
| **Storage** | `sdc2` | 931G | 2.1M | **870G (1%)** | `/mnt/storage` | archive_storage | — | **EMPTY** — reformatted ext4 2026-05-30 (was NTFS Windows drive) |
| **Data** | `sdb2` | 1.8T | 2.1M | **1.7T (1%)** | `/mnt/data` | Data | — | **EMPTY** — reformatted ext4 2026-05-30. **Planned Takeout landing zone** |
| **Ubuntu Storage** | `sdd1` | 2.7T | 810G | **1.9T (30%)** | `/mnt/ubuntu_storage_3TB` | ubuntu_storage_3 | `037a542c-...` | Holds `archive/` (649G), `timeshift` (64G), `backup/` (35G). Backup target for .27 + .13 Borg repos |
| **MaxtorBackup** | `sde1` | 1.4T | ~0 | — | `/mnt/maxtor_backup` | MaxtorBackup | `b0fa7768-...` | Now mounted — EMPTY (4KB). Old backup drive, content unknown/clear |
### Not Mounted
| Logical Name | Device | Size | FSType | Label | UUID | Note |
|-------------|--------|------|--------|-------|------|------|
| **MaxtorBackup** | `sde1` | 1.4T | ext4 | `MaxtorBackup` | `b0fa7768-...` | Seagate ST31500341AS — old backup drive, content unknown |
### Key Photo Location
### Key Photo Location (NEW — moved 2026-05-30)
```
/mnt/data/ALL_TRANFERS/Pictures/
├── sorted_pictures_holder/ ← 31,279 photos, year→month organized (20032023)
├── PICTURES_GROUPED_SUBJECT_OLD/ ← Same as Back Up drive (old subject-organized)
├── Photos-001 (1-4)/ Phone dumps (May-Jun 2023)
├── sorted_pictures/2019/One year
├── temp_transfer/ ← 2024 event photos (by event, not date)
└── sam rolfe/previous years/ ← 2018, 2019
/mnt/ubuntu_storage_3TB/archive/03_photos/ ← 472G, 58,948 files
├── by_date/ ← year→month organized
├── by_subject/ ← subject-organized
├── phone_dumps/phone exports
├── Pictures/ old Pictures folder
├── temp_transfer/ ← event photos
└── lily.jpg, lily2jpg.jpg
archive/ also contains: 01_family, 02_projects, 04_education, 05_documents,
06_creative, 07_notes, 08_transfer
```
### Backup Role
@@ -181,18 +181,19 @@ No SSH access available. Contents fully visible via .35's CIFS mount.
| Rank | Machine | Mount | Label | Free | Use Case |
|------|---------|-------|-------|------|----------|
| 1 | .13 | `/mnt/ubuntu_storage_3TB` | ubuntu_storage_3 | **2.6T free** | Backup target (vastly underutilized) |
| 1 | .13 | `/mnt/ubuntu_storage_3TB` | ubuntu_storage_3 | **1.9T free** | Backup target (vastly underutilized) |
| 2 | .23→.35 | `/mnt/nfs_usb_3tb` | USB 3TB | **2.5T free** | Backup target (vastly underutilized) |
| 3 | .27 | `/` | nvme root | **490G free** | Main system |
| 4 | .13 | `/mnt/data` | Data | **416G free** | Photo archive sits here |
| 4 | .13 | `/mnt/data` | Data | **1.7T free (empty)** | **Takeout staging — NEW target 2026-08-06** |
| 5 | .27 | `/run/media/sam/SmartDrive` | SmartDrive | **548G free** | Old backup archive |
| 6 | .13 | `/mnt/storage` | archive_storage | **870G free (empty)** | Spare capacity |
### Key Gaps to Address
1.**Immich photos recovered** — found on My Passport, now mounted at `/mnt/hd`
2.**`/mnt/hd/` backup added** — `/host_fs/mnt/hd` added to Backrest (Restic) plan
3. **.23 has no backup** — single point of failure for .35's backup repos
4. **MaxtorBackup on .13 is unmounted**1.4T ext4, 1% used (~11G, likely empty)
4. **MaxtorBackup on .13 now mounted**`/mnt/maxtor_backup` empty (4KB), verified 2026-08-06
### Next Steps