สร้างพื้นที่จัดเก็บที่ยืดหยุ่นและทนทานบน Rocky Linux 9 — LVM สำหรับการปรับขนาดแบบ live, mdadm RAID สำหรับความซ้ำซ้อน, Samba สำหรับการเชื่อมต่อ Windows และ NFS สำหรับการแชร์ไฟล์ Linux
LVM is the standard storage abstraction layer on Rocky Linux. It lets you create, resize, snapshot, and move storage without rebooting — essential for production database servers where downtime is not an option.
Rocky Linux includes mdadm for Linux software RAID. For most workloads, RAID 1 (mirror) or RAID 5/6 (stripe with parity) gives the best balance of redundancy and performance — without expensive hardware RAID controllers.
| Level | Redundancy | Usable Space | Best For |
|---|---|---|---|
| RAID 0 | None | 100% | Speed only |
| RAID 1 | ✔ Mirror | 50% | Boot disks, small DBs |
| RAID 5 | ✔ 1 disk | ~67–75% | General storage |
| RAID 6 | ✔ 2 disks | ~50–67% | Large arrays |
| RAID 10 | ✔ Mirror+Stripe | 50% | High-perf databases |
\\rocky-server\shared
Handles file/print shares
AD domain authentication
samba_share_t context required
Port 445, 137-139 open
Samba implements SMB/CIFS protocol so Windows clients can mount Rocky Linux directories as network drives. It also supports Active Directory domain membership for centralised authentication.
ทีมของเราออกแบบและติดตั้งโซลูชันพื้นที่จัดเก็บ Rocky Linux — LVM, RAID, Samba และ NFS — ที่ปรับแต่งตามความต้องการข้อมูลและประสิทธิภาพของคุณ