Filling the empty M.2s on an Exxact GB300 Station
If you bought an Exxact DGX Station GB300 — MSI XpertStation WS300 chassis — you already have two empty M.2 2280 slots. The OS pair is a factory 2×2 TB RAID1. Staging two or three big checkpoints fills it. We filled the empty pair today. This is the map, not a screw diary. Five screws. I cannot count.
What shipped
2× WD_BLACK SN850X 8 TB, bare 2280, PCIe Gen4. CoolIT plates 900-02377.
What it became
md1 RAID0, XFS, mounted at /models: 14.55 TiB (15 T as df reports it). Survived reboot.
What we did not touch
OS slots A/B, the CoolIT loop, SOCAMM, pump, PSU, the RTX PRO display card.
The trap
nvme0 is not a personality. Device names reshuffled on the first boot with the new drives in, and again on the next reboot. Identify by serial.
Slot map
MSI does not publish a hardware manual for the WS300T60L — only a BIOS user guide (NVMe listing, no install steps). Storage and PCIe are the user-accessible bits. The Grace package, SOCAMM, liquid module, BMC, fans, and PSU are listed as not user-serviceable. Do not turn this into a fan-swap day unless you are accepting that. Best third-party internals: StorageReview's WS300 review and LinuxGizmos' labeled internal view.
| MSI label | Role | What is in ours |
|---|---|---|
| OS #1 / Slot A | Grace-attached PCIe 5.0 x4, factory RAID1 | Micron 4600 2 TB — leave it |
| OS #2 / Slot B | Grace-attached PCIe 5.0 x4, factory RAID1 | Micron 4600 2 TB — leave it |
| CX8 #1 / Slot C | ConnectX-8, factory empty, 2280 | SN850X 8 TB |
| CX8 #2 / Slot D | ConnectX-8, factory empty, 2280, vertical toward the front radiator | SN850X 8 TB |
Any Gen4 or Gen5 2280 works. No BIOS change. Do not buy the 8 TB heatsink SKU — the CoolIT armor will not close over an 11 mm brick. The 8 TB SN850X is double-sided; the pad has to actually hit the NAND. We did not pay the Gen5 8 TB tax. Model load on this box is not waiting on a consumer SSD benchmark.
900-02377 that cover the CX8 slots. Peel the blue film on the pad. Do not peel the warranty label off the SSD. Do not stack the spare pad bag on top of pads already on the plates.Physical, short
- Clean shutdown, rear rocker off, unplug the C19, wait ~30 seconds, ESD strap, left panel. After you close up, the front button can sit dead while the BMC boots. Wait. This chassis takes on the order of five minutes to be SSH-able. That is normal, not a brick.
- Empty CX8 slots only. Unscrew the CoolIT cover. Drive in at about 30 degrees, press flat, M.2 end screw first, then the plate.
- Slot D is the vertical one toward the front radiator. Work around the rad. Do not remove it.
The tiny screw
I have a tremor. The M.2 screw is a joke even without one. Super glue on the bit is how you weld a screw to a $100k board. A rice-grain of painter's tape on the hex bit holds the screw until the thread catches, then peels off. That is the whole trick.
Linux: do not mdadm by nvme number
Before the upgrade, the OS Microns were nvme0 and nvme1. After the SN850Xs enumerated, those names belonged to the new drives. After the next reboot they shuffled again. Root and EFI survived because they are mounted by UUID, not by /dev/nvme0n1p1.
If you create RAID0 on “the next two nvme devices,” you can wipe the OS pair. Identify with /dev/disk/by-id/nvme-WD_BLACK_* versus nvme-Micron_4600_*. Confirm model and serial twice. Then wipe only those two. DMI may still report slots C/D as Available after the drives are in — trust nvme list and the serial, not the slot table.
RAID0 is the right array here if your weights are a re-fetchable archive (ours live on a NAS). You are building a cache, not a vault. DGX OS 7 on this box did not have mkfs.xfs until apt install xfsprogs. Put the array in /etc/mdadm/mdadm.conf as an ARRAY line keyed by UUID, fstab with nofail,noatime, update-initramfs -u, reboot, confirm findmnt /models before you copy a single checkpoint.
Measured after the reboot test: md0 RAID1 still [UU] on the Microns; md1 RAID0 14.55 TiB XFS at /models, empty, mounted. The 1.9 TB OS volume is still 100% full. Moving checkpoints onto /models is the next job, not this one.
Sources
- StorageReview WS300 review — best teardown with the side off.
- LinuxGizmos WS300 internals — block diagram, internal view, and the user-serviceable vs not list.
- ServeTheHome GTC open-chassis photos.
- MSI WS300T60L product page.
- MSI BIOS user guide PDF — the only official PDF; no hardware install section.
- Samsung 9100 Pro 8 TB — the Gen5 2280 we skipped; buy the bare drive, not the heatsink SKU.
Related: Station day one, GB300 topic index, Flash recipe. I am a wannabe inference engineer. This post is the disk, not a tok/s claim.