<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/"><channel><title>NFS on Shaowen Chen's Website</title><link>https://www.chenshaowen.com/en/tags/nfs/</link><description>Recent content in NFS on Shaowen Chen's Website</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>&amp;copy;2016 - {year}, All Rights Reserved.</copyright><lastBuildDate>Thu, 06 Mar 2025 00:00:00 +0000</lastBuildDate><sy:updatePeriod>weekly</sy:updatePeriod><atom:link href="https://www.chenshaowen.com/en/tags/nfs/atom.xml" rel="self" type="application/rss+xml"/><item><title>NFS Over RDMA</title><link>https://www.chenshaowen.com/en/blog/nfs-over-rdma.html</link><pubDate>Thu, 06 Mar 2025 00:00:00 +0000</pubDate><atom:modified>Thu, 06 Mar 2025 00:00:00 +0000</atom:modified><guid>https://www.chenshaowen.com/en/blog/nfs-over-rdma.html</guid><description>1. Prerequisites The storage and the nodes that use it form an RDMA network
The RDMA devices are configured with IP addresses
If you are using Mellanox NICs, add the -with-nfsrdma parameter when installing the driver
1 ./mlnxofedinstall --with-nfsrdma 2. Starting the Server Install dependencies 1 apt install nfs-kernel-server rdma-core -y Load the kernel module 1 modprobe svcrdma Add the port to portlist 1 echo &amp;#39;rdma 20049&amp;#39; | tee /proc/fs/nfsd/portlist Export directory 1 mkdir /data1/nfs 1 2 3 vim /etc/exports /data1/nfs *(rw,sync,no_root_squash,no_all_squash) Start the NFS service 1 systemctl start nfs-server.</description><dc:creator>微信公众号</dc:creator><category>NFS</category><category>RDMA</category><category>High Performance Storage</category><category>Storage</category><category>Network</category><category>Operations</category><category>Learning</category></item><item><title>NFS Deployment and Mounting</title><link>https://www.chenshaowen.com/en/blog/nfs-deployment-and-mount.html</link><pubDate>Fri, 12 Jul 2019 00:00:00 +0000</pubDate><atom:modified>Fri, 12 Jul 2019 00:00:00 +0000</atom:modified><guid>https://www.chenshaowen.com/en/blog/nfs-deployment-and-mount.html</guid><description>NFS (Network File System) is used to share directories over the network; once the client mounts them, they can be read and written like a local disk. This post covers deploying an NFS service on CentOS and Ubuntu, and how to mount a remote NFS directory on each system. 1.</description><dc:creator>微信公众号</dc:creator><category>NFS</category><category>CentOS</category><category>Ubuntu</category><category>macOS</category><category>Linux</category><category>Operations</category><category>Storage</category></item></channel></rss>