nixCraft Linux Forum

nixCraft

Linux / UNIX Tech Support Forum

re-exporting an imported NFS share

This is a discussion on re-exporting an imported NFS share within the Linux software forums, part of the Linux Getting Started category; Hi All, I have been missing this forum for a very long time. Here I am.. . I am starting. ...


Go Back   nixCraft Linux Forum > Linux Getting Started > Linux software

Linux answers from nixCraft.


Linux software General questions and discussion about Redhat/Fedora Core/Cent OS, Debian and Ubuntu Linux related to softwares should go here.

Reply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 31-03-2006, 04:44 PM
Member
User
 
Join Date: Jul 2005
Posts: 85
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
ricc
Default re-exporting an imported NFS share

Hi All,
I have been missing this forum for a very long time. Here I am.. . I am starting.

I was trying to export an NFS share that I mounted from another system. Is this possible?.

I mounted the NFS share as
mount -t nfs server:/var/ftp/pub /mnt

and input the following line in my own /etc/exports
/mnt *(ro,sync)

Everytime I try to mount my NFS share from a 3rd system, it gives an error.

ricc
Reply With Quote
  #2 (permalink)  
Old 31-03-2006, 07:14 PM
tom tom is offline
Contributors
User
 
Join Date: Jun 2005
Location: London, UK
Posts: 213
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 5
tom is on a distinguished road
Default

And what error you get? Please post error message...
Reply With Quote
  #3 (permalink)  
Old 01-04-2006, 12:00 PM
Member
User
 
Join Date: Jul 2005
Posts: 85
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
ricc
Default

When I try to mount it from the 3rd system, it gives an error:

Unable to mount. Server Permission denied.

But when I try to export a local directory, keeping the same permissions, it goes thru fine.

ricc
Reply With Quote
  #4 (permalink)  
Old 01-04-2006, 09:48 PM
tom tom is offline
Contributors
User
 
Join Date: Jun 2005
Location: London, UK
Posts: 213
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 5
tom is on a distinguished road
Default

Replace following with 3rd system IP
Quote:
/mnt *(ro,sync)
with
Code:
/mnt 3rd-system-IP(ro)
If 3rd sys ip is 192.168.0.5
Code:
/mnt 192.168.0.5(ro)
I don't think so sync option exists... at least i cannot see it in man pages
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
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
Automatic Mount of Windows Share bayvista Networking, Firewalls and Security 0 21-02-2008 11:07 AM
Linux Shell script to mount remote windows share angelus_kit Shell scripting 2 06-09-2007 07:18 PM
exporting mail from thunderbird to evolution chiku Linux software 0 02-08-2006 03:41 AM
Share Files Using Linux Groups dfU Linux software 1 23-01-2006 12:08 AM
How to share local machine folder to outside network rajuk Linux software 1 25-03-2005 10:57 AM


All times are GMT +5.5. The time now is 05:43 AM.


Powered by vBulletin® Version 3.8.5 - Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2
©2005-2010 nixCraft. All rights reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38