Talk:Network File Transfer Protocols and Filesystems
From Gentoo Linux Wiki
[edit] notes on SHFS
[JPH] Make sure that:
- /usr/src/linux points to exactly the same kernel version als the running kernel
use eg.: # strings /lib/modules/2.6.12-gentoo-r10/kernel/fs/shfs/shfs.ko | grep -i vermagic
- /usr/src/.config is the config file the running kernel was built with (esp. SMP and CPU-type)
use eg.: # cp /boot/2.6.12-gentoo-r10/config /usr/src/linux/.config
# make oldconfig
- when building a new kernel shfs is to be re-emerged
[edit] should mention sys-fs/sshfs-fuse
Now that fuse is in the kernel, some mention of sshfs-fuse should be made.
