核心板mount win共享目录

直接
mount -t cifs //192.168.1.7/demo /mnt -o username=123,password=123
报错:mount: unknown filesystem type ‘cifs’
安装cifs-utils后,再执行
报错:
mount error: cifs filesystem not supported by the system

核心板如何mount win共享目录?