我只是想知道为什么我的davfs2挂载不再有效:
root:/media# mount -t davfs https://XXX /media
modprobe: ERROR: could not insert 'fuse': Unknown symbol in module, or unknown parameter (see dmesg)
/sbin/mount.davfs: loading kernel module fuse failed
/sbin/mount.davfs: waiting for /dev/fuse to be created
/sbin/mount.davfs: can't open fuse device
/sbin/mount.davfs: trying coda kernel file system
/sbin/mount.davfs: no free coda device to mount
root:/media# modprobe fuse
modprobe: ERROR: could not insert 'fuse': Unknown symbol in module, or unknown parameter (see dmesg)
root:/media# rmmod fuse
rmmod: ERROR: Module fuse is not currently loaded
root:/media# ll /lib/modules/3.16.0-4-amd64/kernel/fs/fuse/fuse.ko
-rw-r--r-- 1 root root 157K Jan 17 22:29 /lib/modules/3.16.0-4-amd64/kernel/fs/fuse/fuse.ko
我不确定是什么造成的。但我认为我的内核版本可能存在问题:
root:/media# uname -r
3.16.0-4-amd64
root:/media# dmesg
[879073.041349] fuse: Unknown symbol sysfs_create_mount_point (err 0)
[879073.041947] fuse: Unknown symbol sysfs_remove_mount_point (err 0)
root:/media# dpkg -l | grep linux-image
ii linux-image-3.16.0-4-amd64 3.16.7-ckt20-1+deb8u3 amd64 Linux 3.16 for 64-bit PCs
ii linux-image-amd64 3.16+63 amd64 Linux for 64-bit PCs (meta-package)
root:/media# dpkg -l | grep fuse2
ii libfuse2:amd64 2.9.3-15+deb8u2 amd64 Filesystem in Userspace (library)
我正在运行cron-apt,它最近升级了内核,并且在libfuse2三天之后 - 可能它之间有重启。我尝试了什么:
有没有人有建议做什么,解决问题? 非常感谢 - 非常 - 很多。