storage

Object storage, NFS, and POSIX access

How object storage behaves under training workloads, where POSIX semantics matter, and what changes when the same bucket is reachable over both NFS and the S3 API.

11 posts

RSS Feed
Saturday, June 13, 2026
Training Pipes Team

Bring Your Own S3 Bucket: Unifying AI Storage Across Clouds

You already have data in S3, GCS, R2, or Wasabi. Here's how to bring existing cloud storage into a unified AI-ready storage layer without migration, and why you'd want to.

Tuesday, June 9, 2026
Training Pipes Team

SMB vs NFS for Enterprise AI Teams: Which Protocol Wins?

NFS dominates in Linux-first ML shops; SMB dominates in mixed Windows environments. Here's how to choose, and why enterprise AI teams often end up wanting both.

Monday, June 1, 2026
Training Pipes Team

Sharing Datasets Across Training Runs Without Copying Terabytes

When five engineers each copy the same 20TB dataset into ephemeral storage, you've got a problem. Here's how to share datasets efficiently across teams and runs.

Thursday, May 28, 2026
Training Pipes Team

The Hidden Cost of Cross-Region Data Egress in ML Pipelines

You don't notice egress until you see the bill. Here's how ML training pipelines quietly rack up cross-region transfer costs, and the architecture that fixes it.

Wednesday, May 20, 2026
Training Pipes Team

PyTorch DataLoader Storage Benchmarks: Throughput That Actually Matters

Synthetic storage benchmarks lie about what DataLoader performance feels like in practice. Here's how to measure what your training pipeline actually cares about.

Saturday, May 16, 2026
Training Pipes Team

POSIX Filesystems on Object Storage: The Good, the Bad, the Fast

POSIX semantics on top of object storage is an old and messy problem. Here's what's possible, what's impossible, and what ML teams should actually demand from a storage layer.

Friday, May 8, 2026
Training Pipes Team

Mounting S3 as NFS: Why FUSE Isn't Enough for Production

Searching for 'mount S3 as NFS' turns up a dozen FUSE-based tools. Here's why none of them survive production ML workloads, and what actually works.

Monday, May 4, 2026
Training Pipes Team

AWS EFS vs Training Pipes: A Cost Breakdown for ML Workloads

EFS gives you POSIX on AWS. Training Pipes gives you POSIX plus caching plus any cloud. We ran the numbers on a realistic ML training workload to see which wins.

Thursday, April 30, 2026
Training Pipes Team

Stop Using s3fs in Production: Better Alternatives for ML Teams

s3fs-fuse is a fine prototype tool and a dangerous production dependency. Here's what breaks, why, and what to use instead for real ML training workloads.

Thursday, April 23, 2026
Training Pipes Team

NFS vs S3 for AI Training: When to Use Each

NFS and S3 solve different problems — but AI teams have to use both. Here's a clear framework for when each protocol wins, and how to stop choosing between them.

Sunday, April 19, 2026
Training Pipes Team

Why Object Storage Isn't Enough for Modern ML Training

Object storage like S3 is cheap, durable, and infinite — but it isn't a filesystem. Here's why ML teams keep hitting the same wall, and what to do about it.