Monday, August 14, 2017

Exportfs error on Cent OS 7


Error : No host name given with /home (rw, no_root_squash) , suggest * (rw, no_root_squash) to avoid warning

Make the correct entries in the exportfs file like below :

# cat /etc/exports
/home  triple.fso.com(rw,no_root_squash)

# exportfs -a   ( Export the entries to kernel)






No comments:

Post a Comment