NFS on Debian/Ubuntu - Debian/Ubuntu-Specific Considerations

Linux

Audience
Public
Product
FlashBlade
FlashArray
Technology Integrations
Linux
Source Type
Documentation

Supported Versions

Distribution Kernel NFS Support
Ubuntu 24.04 6.8+ NFSv4.1, nconnect supported
Ubuntu 22.04 5.15+ NFSv4.1, nconnect supported
Ubuntu 20.04 5.4+ NFSv4.1, nconnect supported
Debian 12 6.1+ NFSv4.1, nconnect supported
Debian 11 5.10+ NFSv4.1, nconnect supported

Package Installation

# Update and install
sudo apt update
sudo apt install -y nfs-common

# Verify installation
dpkg -l | grep nfs-common

# Check NFS support
cat /proc/filesystems | grep nfs