Enterprise storage must return to its file-server roots, but with a modern twist: full, side-by-side support for NFS and SMB protocols, managed as a single, cohesive service. That was the central message from Tuxera enterprise storage CTO Ned Pyle in a wide-ranging interview published on June 6, 2026. Pyle, who joined Tuxera after a long stint at Microsoft where he was a principal program manager on the Windows Server storage team, argued that the industry’s decade-long drift toward block and object storage has left a glaring gap. With hybrid work, edge computing, and cross-platform development now the norm, storage systems that can’t natively serve files to both Windows and Linux clients without kludgey gateways are losing relevance fast.

“We’re seeing a silent crisis in mid-to-large enterprises,” Pyle said. “They’ve been sold software-defined everything, but when a Linux analytics cluster needs to read data written by a Windows 11 productivity suite, suddenly they’re back to sneaker-netting or rigging up unreliable translators. That’s 2010-era nonsense. Unified NFS and SMB isn’t a feature—it’s table stakes.”

The Shifting Sands of Enterprise Storage

For much of the 2010s and early 2020s, the narrative in enterprise storage pushed block (iSCSI, FC) and object (S3-compatible) as the future. File storage was deemed legacy, associated with sprawling Windows file servers and Unix NFS mounts that were siloed and hard to manage. But Pyle contends that the pendulum has swung back, fueled by three macro trends: the permanent hybrid workforce, the explosion of AI/ML pipelines that span operating systems, and the rise of edge deployments where simplicity and multi-protocol access are paramount.

A recent Tuxera-commissioned survey of 500 IT decision-makers found that 73% of organizations now run mixed Windows Server and Linux server environments, and 68% have at least one significant application that requires both SMB and NFS access to the same dataset. Yet, only 12% have a unified file storage solution in place; the rest cobble together separate NAS appliances, cloud gateways, or manual sync jobs. “That gap is costing them real money in administration overhead and downtime,” Pyle noted.

Tuxera’s Bet: Embedded Multi-Protocol File Serving

Tuxera, known historically for its file system drivers and embedded solutions, is making a major pivot. Pyle outlined a strategy that places a unified SMB/NFS stack directly inside storage controllers, NAS boxes, and even hyper-converged appliances. The goal is to let a single file system—whether it’s Tuxera’s own NTFS-based layout or a ZFS back-end—speak both protocols natively, with consistent security, locking, and performance characteristics.

“The magic is in the protocol unification layer,” he explained. “We’re not just bolting an NFS service next to an SMB service. We’re building a common metadata and lock manager that understands both dialects. A file locked via SMB oplocks is visible to NFS v4 clients, and vice versa. Permissions mapping between Windows ACLs and POSIX modes isn’t a translation script—it’s real-time, bidirectional, and lossless.”

Tuxera’s approach leans heavily on SMB over QUIC and NFS over RDMA for low-latency, secure remote file access. Pyle confirmed that Tuxera’s upcoming “Fusion File Services” platform, expected in Q3 2026, will support SMB 3.1.1 with QUIC encryption and compression, alongside NFS v4.2 with pNFS extensions. The stack will be deployable as a containerized service on any Linux-based storage OS, with pre-built integrations for TrueNAS Scale, Ceph, and VMware vSAN.

The Windows Angle: SMB over QUIC Goes Mainstream

Windows enthusiasts will immediately catch the significance: SMB over QUIC, introduced in Windows Server 2022 and vastly improved in Windows Server 2025 and Windows 11 24H2, enables secure, authenticated SMB access over the internet without VPNs. Pyle, who was one of the original architects of SMB over QUIC during his time at Microsoft, said enterprise adoption has been “soaring” since the Windows 11 2025 Update shipped with native client-side support and zero-touch configuration.

“Now that every Windows 11 machine has SMB over QUIC baked in, the firewall rules are trivial,” he said. “Combine that with NFS over RDMA for the Linux side, and you have a global file system fabric that doesn’t care where the user sits. That’s what we’re enabling out of the box.”

Pyle detailed a reference architecture where a Tuxera-powered NAS located in a central office can simultaneously serve SMB over QUIC to remote Windows laptops, NFS over RDMA to on-premise Linux render nodes, and standard SMB/NFS to local clients—all from the same back-end volume. Early benchmarks show latencies under 2ms for NFS over RDMA and sub-20ms for SMB over QUIC across transcontinental links, numbers that make it viable for collaborative video editing and real-time analytics.

Why Not Just Use a Gateway?

Skeptics might ask: haven’t we had unified storage for years from vendors like NetApp, Dell, and Pure Storage? Pyle acknowledged legacy unified NAS systems, but he drew a sharp distinction. “Those are separate protocol stacks sharing a volume manager. They have well-known pain points: inconsistent ACL mapping, broken locking between protocols, and performance that tanks when you mix workloads. We’re aiming for a single protocol engine that parses both SMB and NFS calls at the same layer, so state is shared deterministically.”

He pointed to the notorious “NFS to SMB share reshare” problem, where a Linux NFS client mounts a share that is itself an SMB reshare from a Windows server. “Double caching, double authentication, double the points of failure. Our engines run side-by-side on the same data path, so you have zero hop overhead.”

Real-World Deployments and Early Feedback

Though Fusion File Services isn’t generally available yet, Tuxera has been piloting it with a handful of design partners. One large media conglomerate, which Pyle declined to name, is using the platform to unify its content production pipeline. Previously, editors on Windows workstations saved projects to a Windows file server, which then had to be mirrored to a Linux NFS mount for rendering and transcoding. With the unified stack, both sets of clients hit the same volume directly, cutting project turnaround time by 40%.

Another early adopter in the semiconductor space is using the solution to allow EDA tools on Linux and reporting tools on Windows to share massive simulation datasets. “That customer saw a 3x reduction in storage footprint because they eliminated the duplicate copies they used to maintain for cross-protocol access,” Pyle added.

Competition Heats Up: Microsoft, VMware, and Others React

Tuxera isn’t alone in sensing the shift. Microsoft has been quietly enhancing its own Storage Spaces Direct and Azure Stack HCI to offer unified file services, though the focus remains heavily on hyper-converged Azure integration. VMware vSAN 9, expected later this year, will reportedly include a native file services capability that supports NFS and SMB from the same file system, though details are thin. Meanwhile, startups like Lightbits and established vendors like Dell PowerScale are emphasizing multi-protocol access as a differentiator.

Pyle welcomed the competition. “A rising tide lifts all boats. The more we all talk about unified file serving, the more IT buyers recognize they shouldn’t settle for siloed storage. We just think our embedded, driver-level approach is leaner and faster than what anyone else is doing.”

The Open-Source Connection

Tuxera plans to open-source the core protocol unification layer in the second half of 2026, under an Apache 2.0 license. Pyle explained that this move is aimed at accelerating adoption in the broader Linux and BSD ecosystems. “We want the Samba and NFS-Ganesha communities to collaborate on a common daemon. That’s a heavy lift, but the groundwork we’re laying could make it possible.”

The open-source initiative, code-named “Proxima,” will initially include a user-space file server that can be plugged into any filesystem via a FUSE or VFS shim. Tuxera will sell enterprise support, management tooling, and a hardened kernel-level version for performance-critical deployments.

What IT Departments Should Do Now

Pyle’s advice to IT leaders: audit your current storage platforms for multi-protocol pain points. “If you have more than one copy of the same data stored just to satisfy client OS differences, you’re burning capacity, backup windows, and sanity. Start asking your vendors hard questions about unified file services before your next refresh.”

He also recommended piloting SMB over QUIC for remote Windows access now, as it matures. “It’s a no-brainer. Turn it on in Windows Settings under ‘Remote File Access’ and point it at a Windows Server 2025 box. The throughput and security gains over VPN are immediate.”

Looking Ahead: AI and the Next Frontier

Artificial intelligence will only accelerate the need for unified file serving, Pyle predicted. Training datasets are increasingly stored in file formats (Parquet, CSV, image files) that are consumed by Linux-based GPU clusters but curated by data scientists on Windows laptops. “Your data lakehouse sounds great until the ingestion pipeline from the Windows side breaks because of some SMB dialect mismatch. We’re fixing that plumbing once and for all.”

Tuxera is researching ways to integrate with MLOps platforms like Seldon and Kubeflow, so that a unified file volume can act as a feature store accessible by both training and serving pipelines natively.

Conclusion

Ned Pyle’s vision for unified NFS and SMB file services may ruffle feathers in a market that has spent years talking down file storage, but the evidence is on his side. As enterprises settle into long-term hybrid operating models, the ability to store data once and access it from any client, anywhere, with predictable performance and security, is moving from nice-to-have to urgent requirement. Tuxera’s Fusion File Services, expected this fall, could well be the implementation that forces the rest of the industry to follow suit.

For Windows experts, the message is clear: file servers aren’t dead; they’re getting a 21st-century protocol makeover, and the boundaries between operating systems are dissolving. Keep an eye on build numbers and release dates from Tuxera—this is a technology shift that will reshape how we think about enterprise storage architectures.