Sometime ago I used to mount shared folders from my windows computer using the command :
sudo mount.cifs //computer/folder /mnt -o username=user
However now it bugs and yields :
mount error : cifs filesystem not supported by the system mount
error(19): No such device
Any idea on what might have happened in the meanwhile that prevents it from working ?
The package cifs-utils is installed..
zgrep -i cifs /proc/config.gz
Returns :
CONFIG_CIFS=m
CONFIG_CIFS_STATS=y
#CONFIG_CIFS_STATS2 is not set
CONFIG_CIFS_WEAK_PW_HASH=y
...
All yes except for STATS2 and DEBUG basically