Skip to content

cholcombe973/libnfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libnfs Rust

Safe NFS bindings to build NFS clients in Rust libnfs rust bindings

NFS in userspace.

Note to users: Depending on your system you may need to install some extra libraries for this to link properly. Here's what I used on ubuntu 16.04:

dpkg -l | grep -i libnfs
ii  libnfs-dev:amd64                            1.9.8-1                                      amd64        NFS client library (development files)
ii  libnfs8:amd64                               1.9.8-1                                      amd64        NFS client library (shared library)

And also on ubuntu 20.04:

dpkg -l | grep -i libnfs
ii  libnfs-dev:amd64                          4.0.0-1                               amd64        NFS client library (development files)
ii  libnfs13:amd64                            4.0.0-1                               amd64        NFS client library (shared library)