New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !
Kernel based nfs server
Kernel based nfs server
Just a little feature request - I've been trying to get my Bubba2 running as an nfs server for my collection of linux boxen but unless I'm missing something there doesn't appear to be the nfsd module for the bubba kernel.
Could we have a buuba-modules-extra or similar package that included the ngsf* modulle please ?
The user mode nfs server does work ok, but it's not totally ideal.
*EDIT Clearly I meant nfsd - I hate those "off by one" typos
Could we have a buuba-modules-extra or similar package that included the ngsf* modulle please ?
The user mode nfs server does work ok, but it's not totally ideal.
*EDIT Clearly I meant nfsd - I hate those "off by one" typos
Hi,
The kernel should have nfs support built in. Not as a module.
So it could be some other problems preventing you from getting it up and running. (It can be a bit tricky sometimes) And i will admit that we have not tested this feature so there could be missing pieces.
/Tor
The kernel should have nfs support built in. Not as a module.
Code: Select all
tor@bubba:~$ cat /proc/filesystems
nodev sysfs
nodev rootfs
nodev bdev
nodev proc
nodev sockfs
nodev usbfs
nodev pipefs
nodev anon_inodefs
nodev tmpfs
nodev inotifyfs
nodev configfs
nodev devpts
ext3
ext2
nodev ramfs
msdos
vfat
nodev nfs
nodev nfs4
nodev mqueue
nodev rpc_pipefs
/Tor
Co-founder OpenProducts and Ex Excito Developer
Ummm, I think that means that the nfs filesystem (i.e. client end) is built in. Doing:tor wrote:Hi,
The kernel should have nfs support built in. Not as a module.So it could be some other problems preventing you from getting it up and running. (It can be a bit tricky sometimes) And i will admit that we have not tested this feature so there could be missing pieces.Code: Select all
tor@bubba:~$ cat /proc/filesystems [...]
/Tor
Code: Select all
quasar:/proc# zcat config.gz | grep -i nfs
CONFIG_NFS_FS=y
CONFIG_NFS_V3=y
# CONFIG_NFS_V3_ACL is not set
CONFIG_NFS_V4=y
# CONFIG_NFSD is not set
CONFIG_ROOT_NFS=y
CONFIG_NFS_COMMON=y
nfs is also a real must-have for me too.
Title says it all: nfs is a most-wanted feature.
Just adding my vote.
Just adding my vote.

nfs server needed
Not having nfs is very inconvenient. 
I expected it was working in the first place.

I expected it was working in the first place.
Re: nfs server needed
It's worth pointing out that the user mode nfs server does work and if you can live with its limitations, will do just fine. You do need to go in via ssh and do an apt-get update && apt-get install nfs-user-server as root and you do need to know enough about configuring nfs servers to set it up. )and understand the security implications of what you are doing if you're on an untrusted network !)peter wrote:Not having nfs is very inconvenient.
I expected it was working in the first place.