storage:nas_array
Differences
This shows you the differences between two versions of the page.
| storage:nas_array [2026/06/17 14:09] – created - external edit 127.0.0.1 | storage:nas_array [2026/06/17 14:11] (current) – privacyl0st | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== NAS Array Initialization & Shared Folders ====== | ||
| + | This task configures the central repository for the ecosystem' | ||
| + | |||
| + | ===== 1. Physical Interface Mapping ===== | ||
| + | To preserve network layer isolation, split your physical patch cables across distinct switch access ports: | ||
| + | * **NIC 1 (VLAN 10 Management Pipeline): | ||
| + | * **NIC 2 (VLAN 50 Isolated Storage Fabric):** Assign a static IP address within the '' | ||
| + | |||
| + | ===== 2. RAID Volume and File System Provisioning ===== | ||
| + | Following the physical expansion of your NAS, the underlying disk schema must be consolidated into a high-throughput, | ||
| + | |||
| + | - Navigate to Storage Manager → Storage Pool Create (or your platform' | ||
| + | - Select **RAID 5** (or Synology Hybrid RAID [SHR-1] with single-disk parity). This balances optimal write performance with high disk-fault tolerance. | ||
| + | - Allocate your mechanical storage drives to the pool (e.g., 4x 12TB drives yields ~36TB usable space). | ||
| + | - Deploy the parent volume using the **Btrfs** file system (or ZFS). | ||
| + | - // | ||
| + | |||
| + | ===== 3. Shared Folder Hierarchy & Atomic Pathing ===== | ||
| + | To prevent cross-volume fragmentation, | ||
| + | |||
| + | - Navigate to Control Panel → Shared Folder → Create. | ||
| + | - Name the primary share root explicitly: **data** (initializing its path at ''/ | ||
| + | - **CRITICAL PERFORMANCE CHECK:** Uncheck the box for **Enable Recycle Bin**. | ||
| + | - // | ||
| + | |||
| + | ===== 4. Local Directory Structures ===== | ||
| + | Launch an SSH session to the NAS (or use the built-in File Station app) to generate the standardized, | ||
| + | |||
| + | <file bash> | ||
| + | / | ||
| + | ├── torrents/ | ||
| + | ├── media/ | ||
| + | │ | ||
| + | │ | ||
| + | │ | ||
| + | </ | ||
| + | |||
| + | **Next Step:** Export this data path securely in [[storage: | ||
storage/nas_array.txt · Last modified: by privacyl0st
