[CentOS] mount client error

 1. 현상

   - [root@Client /]# mount 입력시 아래와 같은 에러 메시지가 뜸.


      mount: wrong fs type, bad option, bad superblock on XXX.XXX.XXX.XXX:/XXX,
             missing codepage or helper program, or other error
             (for several filesystems (e.g. nfs, cifs) you might
             need a /sbin/mount.<type> helper program)
             In some cases useful info is found in syslog - try
             dmesg | tail  or so

2. 해결 방법

   - [root@Client /]# yum install nfs-utils

끝.