RHEL6 (Scientific Linux6) のsmb-clientでCIFSのマウントができない

# mount -t cifs -o user=hoge //fuga/poyo /mnt/fuga

を叩くと

mount: 間違ったファイルシステムタイプ、不正なオプション、
//fuga/poyo のスーパーブロックが不正、コードページまたは
ヘルパープログラムの未指定、或いは他のエラー
(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

あるいは

mount: wrong fs type, bad option, bad superblock on //fuga/poyo,
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

と怒られてマウントできないときは、cifs-utilsが足りてない
dmesgには

CIFS VFS: cifs_mount failed w/return code = -22

と表示される

さくっとcifs-utilsをインストールすればOK

# yum install cifs-utils

また、下記はCIFSをマウントするだけなら必要なし

samba-client
samba-common
samba-winbind-clients