From owner-freebsd-hackers@FreeBSD.ORG Thu Oct 20 04:22:26 2005 Return-Path: X-Original-To: hackers@freebsd.org Delivered-To: freebsd-hackers@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE96416A41F for ; Thu, 20 Oct 2005 04:22:26 +0000 (GMT) (envelope-from bu7cher@yandex.ru) Received: from mail.rdu.kirov.ru (ns.rdu.kirov.ru [217.9.151.217]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C5F943D81 for ; Thu, 20 Oct 2005 04:22:21 +0000 (GMT) (envelope-from bu7cher@yandex.ru) Received: from kirov.so-cdu.ru (kirov [172.21.81.1]) by mail.rdu.kirov.ru (Postfix) with ESMTP id F37C3FEC7 for ; Thu, 20 Oct 2005 08:22:18 +0400 (MSD) Received: from kirov.so-cdu.ru (localhost [127.0.0.1]) by rdu.kirov.ru (Postfix) with SMTP id E06E015C9E for ; Thu, 20 Oct 2005 08:22:18 +0400 (MSD) Received: by rdu.kirov.ru (Postfix, from userid 1014) id C23DF15C9D; Thu, 20 Oct 2005 08:22:18 +0400 (MSD) Received: from [172.21.81.52] (elsukov.kirov.so-cdu.ru [172.21.81.52]) by rdu.kirov.ru (Postfix) with ESMTP id 9453C15C94 for ; Thu, 20 Oct 2005 08:22:18 +0400 (MSD) Message-ID: <43571B7B.7030804@yandex.ru> Date: Thu, 20 Oct 2005 08:22:19 +0400 From: "Andrey V. Elsukov" User-Agent: Mozilla Thunderbird 1.0.6 (FreeBSD/20050716) MIME-Version: 1.0 To: hackers@freebsd.org Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: export nullfs via NFS X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bu7cher@yandex.ru List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2005 04:22:26 -0000 Hi, All! I want to export folder with very long pathname via NFS. This is inconvenient. I try to mount this folder into other folder with shorter pathname through nullfs. But nullfs can not be exported via NFS. I have made the small patch for mountd and nullfs that allow export nullfs. But i have one problem :) When i mount the remote file system, i can't work with it, i get the input/output error. What i can do for export nullfs via NFS? Patch can be found here: http://butcher.heavennet.ru/nullfs_export/ -- WBR, Andrey V. Elsukov