|
楼主 |
发表于 2008-11-7 08:07:20
|
显示全部楼层
Post by leemars;1905121
community/shfs 0.35-13
SHell FileSystem Linux kernel module
community/shfs-utils 0.35-2
SHell FileSystem Linux utils
我已安装了这个的。挂载时提示:shfsmount:shfs filesystem not supported by the kernel
看英文网页好像是27内核不再支持,我想问的是,如何编成模块自己加载。
ubunut 下这样做,arch怎么边?
shfsmount: shfs filesystem not supported by the kernel
To resolve this issue, run the following commands.
Install the shfs-source package and all its dependencies.
# apt-get install shfs-source
Install gcc if you don't have it already
# apt-get install gcc
Install the linux-headers package that matches your kernel version.
apt-get install linux-headers-$(uname -r)
The shfs-source package should have forced installation of module-assistant, so now:
# module-assistant build shfs
# module-assistant install shfs |
|