From owner-freebsd-fs@FreeBSD.ORG Fri Jun 3 22:06:27 2011 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1F27F1065672 for ; Fri, 3 Jun 2011 22:06:27 +0000 (UTC) (envelope-from sortris@gmail.com) Received: from mail-ew0-f54.google.com (mail-ew0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id A167F8FC19 for ; Fri, 3 Jun 2011 22:06:26 +0000 (UTC) Received: by ewy1 with SMTP id 1so1075370ewy.13 for ; Fri, 03 Jun 2011 15:06:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:date:x-google-sender-auth :message-id:subject:from:to:content-type; bh=8alkTc6Clf1ssNFe/mdoslUpxMGbDvD40jxtiN/OQGk=; b=a3uWmBKHHcVpSGPa9q8xJrurI2564hZsGgPz6K8msYuEC7x0ITJoeP9Ba0przN3Rhw Zo+L7msk5Nv5A/HM/aBw01X75FMAB9csUqaKD84Sp3FrDhZpw54nNEmmlVn9UQsgEBft PtNRJFW0ZhoqZAa3leXKNsTkn2EB8nJO/h6K4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; b=ezGmJukn0QVm3ysU1Yy8RVuFZEw8GZAV39JjnPwVpyozgjihqe/yRbOJBHVFe5yM/W 6tM2KdME/rg7WENKim68FJJGwmjggz40ypEWqu8OOvgNrOz5sjF6vlVusdORkzK3flcm L+6eCpiSvwJ2FlZiSnqK5kwwo9TIQAlR4EhHM= MIME-Version: 1.0 Received: by 10.14.50.7 with SMTP id y7mr973209eeb.83.1307136890163; Fri, 03 Jun 2011 14:34:50 -0700 (PDT) Sender: sortris@gmail.com Received: by 10.14.28.136 with HTTP; Fri, 3 Jun 2011 14:34:50 -0700 (PDT) Date: Fri, 3 Jun 2011 23:34:50 +0200 X-Google-Sender-Auth: eqbMhRoilDGnGRcutaSmtE4ObE4 Message-ID: From: =?ISO-8859-2?Q?Tobiasz_Siemi=F1ski?= To: freebsd-fs@freebsd.org Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: NFSv4 at Diskless Station X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jun 2011 22:06:27 -0000 Hello, I have a little problem with FreeBsd9 at the diskless station. I want to configure NFSv4 server on it, I have specific configuration and I dont know which kernel modules are necessary to work correctly. Could you say which modules are the most important and which order of loading them is ok. Could I load these modules by kldload after boot system? When I load nfs_common, nfsclient.ko, nfsserver.ko with kldload, then I configure nfsv4 server and when i am trying to mount nfsv4 client on other station it mounts nfsv3 client. Best regards, Tobiasz Siemi=F1ski.