ganesha-rados-grace command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
ganesha-rados-grace: command not found
or when using sudo you get the following error message
sudo: ganesha-rados-grace: command not found
Solutions to ganesha-rados-grace: command not found
How To Fix ganesha-rados-grace: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu ganesha-rados-grace is provided by nfs-ganesha-rados-grace package.
nfs-ganesha-rados-grace is:
NFS-GANESHA is a NFS Server running in user space with a large cache. It comes with various backend modules to support different file systems and namespaces. Supported name spaces are POSIX, PROXY, SNMP, FUSE-like, HPSS, LUSTRE, XFS and ZFS. This package contains the ganesha-rados-grace program
To fix this problem, we can install more using the command below.
sudo apt-get -y install nfs-ganesha-rados-grace
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install nfs-ganesha-rados-grace.
sudo apt -y install nfs-ganesha-rados-grace
Or if you have aptitude installed you can use the following command.
sudo aptitude install nfs-ganesha-rados-grace
Summary
In this tutorial we learn how to fix ganesha-rados-grace command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.