Networking Forums

Networking Forums > Computer Networking > Linux Networking > Export an NFS Mount

Reply
Thread Tools Display Modes

Export an NFS Mount

 
 
Seremil
Guest
Posts: n/a

 
      10-29-2003, 09:56 AM
Can i export an NFS mounted fs and mount it from another host?
I'm trying it, but on the client NFS i have allways the Permission Denied error.

Thanks to all
Seremil
 
Reply With Quote
 
 
 
 
Mike
Guest
Posts: n/a

 
      10-29-2003, 05:24 PM
In message <(E-Mail Removed) >, Seremil
<(E-Mail Removed)> writes
>Can i export an NFS mounted fs and mount it from another host?
>I'm trying it, but on the client NFS i have allways the Permission
>Denied error.
>

If you mean a file physically on A, exported and mounted on B being
exported by B, no. It can only be mounted from A.

--
Mike Eggleston
Fenland Software Ltd.
http://www.fensoft.co.uk
 
Reply With Quote
 
Tauno Voipio
Guest
Posts: n/a

 
      10-30-2003, 05:50 PM

"Seremil" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed) om...
> Can i export an NFS mounted fs and mount it from another host?
> I'm trying it, but on the client NFS i have allways the Permission Denied

error.
>


It's prohibited.

The reason is /etc/exports, which expresses limitations by the host
physically having the file system.

Let's assume that /etc/exports in host A allows host B to mount /exportdir,
but does not give access to any other hosts. If host B were able to
re-export the file system, the limitation put by the host A would be
useless.

The proper way is to mount from the source directly, provided the
administrator of the source host allows it.

HTH

Tauno Voipio
tauno voipio @ iki fi


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
mount mount file system using nfs Jim Anderson Linux Networking 2 07-16-2008 09:19 PM
HELP with autofs and NIS: How to override mount options on all mount points? theosib@gmail.com Linux Networking 0 03-04-2006 09:12 PM
NFS export Anil Kommareddy Linux Networking 5 12-09-2005 04:14 PM
NFS mount won't mount at boot, but mount -a works fine. BT Linux Networking 2 09-23-2004 09:37 PM
Export X over ssh? Sargon Linux Networking 4 01-28-2004 11:24 AM



1 2 3 4 5 6 7 8 9 10 11