I have a NAS with a NFS server, and I want to access it from my LFS machine.
I have followed the instructions in BLFS Version 2013-03-27: -I configured the kernel - I installed NFS Utilities 1.2.6 -I modified my /etc/fstab to: /dev/sda1 / ext3 defaults,acl,user_xattr 1 1 /dev/sda2 swap swap pri=1 0 0 proc /proc proc nosuid,noexec,nodev 0 0 sysfs /sys sysfs nosuid,noexec,nodev 0 0 devpts /dev/pts devpts gid=5,mode=620 0 0 tmpfs /run tmpfs defaults 0 0 devtmpfs /dev devtmpfs mode=0755,nosuid 0 0 192.168.0.17:/Data /mnt/DiskStationData nfs rw,_netdev,rsize=8192,wsize=8192 0 0 -I installed the two bootscripts: make install-nfs-server and make install-netfs. When I boot, I get these errors: Starting NFS nfsd...[ 15.958616] Installing knfsd Copyright ..... svc: failed to register nfsdv2 RPC service (errno 111. svc: failed to register nfsaclv2 service (errno 111). Rpc.nfsd: writing fd to kernel failed: errno 111(Conection refused). Rpc.nsfd: unable to set any sockets for nfsd My NAS expects a username and a password, and I guess that is the cause. How can I pass those to the NAS ? Or have I overlooked anything else ? Niels -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
