From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: linux-nfs-owner@vger.kernel.org Received: from mx1.redhat.com ([209.132.183.28]:55617 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752159Ab3GHSkT (ORCPT ); Mon, 8 Jul 2013 14:40:19 -0400 Date: Mon, 8 Jul 2013 14:39:57 -0400 From: Jeff Layton To: Johan GUILBAUD Cc: linux-nfs@vger.kernel.org Subject: Re: Problem with sharing mounted iso Message-ID: <20130708143957.2ebc75e3@tlielax.poochiereds.net> In-Reply-To: References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-nfs-owner@vger.kernel.org List-ID: On Mon, 8 Jul 2013 14:47:00 +0200 Johan GUILBAUD wrote: > Hello ! > > I have a problem to access a mounted ISO through NFS protocol > > i have a server (RHEL6) on which are mounted ISOs > i have a lot of client accessing files into ISO via the NFS share > > My problem is clients (RHEL5 & 6, Solaris 8 & 10) don't see content of > ISO folder > > In example : > > on NFS server i have a folder /pub/ where the ISO are mounted (ie : > with the iso mybeautifuliso.iso on the mount point > "/pub/mybeautifuliso/") there are also, for test, text files in /pub/ > NFS shares content of /pub > > > Client see tests text files, and folder "mybeautifuliso" but this one > is empty... > > > thanks for help > Exports don't cross mountpoints by default, so if you exported "/pub" no filesystem mounted under it will be automatically exported. The best solution is to explicitly export those filesystems as well -- i.e. add an export of "/pub/mybeautifuliso". Then, when clients wander into those directories they should see the contents. -- Jeff Layton