Yesterday (05/21) I upgraded my Ubuntu 12.04 kernel:
uname -a:
Linux vi 3.2.0-24-generic #37-Ubuntu SMP Wed Apr 25 08:43:22 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
After the reboot all my mounts of external Samba shares stopped working.
When I execute:
sudo mount -t cifs //192.168.101.168/video /mnt/video
The result is:
mount error: cifs filesystem not supported by the system
mount error(19): No such device
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
And dmesg shows:
[ 2785.792456] cifs: Unknown symbol locks_delete_block (err 0)
If I execute:
sudo modprobe cifs
The result is:
FATAL: Error inserting cifs (/lib/modules/3.2.0-24-generic/kernel/fs/cifs/cifs.ko): Unknown symbol in module, or unknown parameter (see dmesg)
And dmesg shows again:
[ 5811.742563] cifs: Unknown symbol locks_delete_block (err 0)
Is there any known workaround for this?
