Skip to content

Tag: storage

All the articles with the tag "storage".

HBA Cards for ZFS

HBA Cards for ZFS

Pick the right IT-mode HBA for ZFS: LSI 9211-8i vs 9300-16i vs 9400 series. Flash firmware, avoid RAID controllers, navigate expanders and PCIe lanes.

NFS vs SMB vs SSHFS vs WebDAV for Home Lab

NFS vs SMB vs SSHFS vs WebDAV for Home Lab

· Updated:

Four file-sharing protocols compared for home labs: NFS speed, SMB compatibility, SSHFS convenience, WebDAV over HTTP, and which one to pick per use case.

Off-Site Encrypted Backup with rsync.net

Off-Site Encrypted Backup with rsync.net

Why rsync.net is the no-BS off-site backup target for Restic and Borg: SSH-only ZFS, real Unix support, and what 1.5 cents per GB per month actually costs.

ZFS Tuning for SSDs and NVMe

ZFS Tuning for SSDs and NVMe

· Updated:

ZFS tuning for flash: ARC sizing, recordsize, autotrim, sync modes, and SLOG advice, plus why defaults written for spinning disks waste an NVMe pool.

Btrfs RAID 5/6: Still Don't

Btrfs RAID 5/6: Still Don't

The kernel docs still warn about it. The Btrfs wiki still warns about it. People still build it and lose data. Here's the write hole, why RAID 1/10 are fine, and what to use instead.

SnapRAID: Parity Without Real-Time RAID

SnapRAID: Parity Without Real-Time RAID

Your media library doesn't write often enough to justify mdadm or ZFS overhead. SnapRAID calculates parity on a schedule, mixes drive sizes, and pairs with MergerFS for a unified pool. Here's the setup.

mdadm Day-2: Grow, Replace, Scrub

mdadm Day-2: Grow, Replace, Scrub

Creating a RAID array is the easy part. The drama starts six months later when one drive starts dying. Here's the survival guide for everything that happens after mdadm --create.