nixCraft Linux Forum

nixCraft

Linux 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

Register FAQ Members List Calendar Forgotten your password? Mark Forums Read
  #1 (permalink)  
Old 03-31-2006, 05:44 PM
Member
User
 
Join Date: Jul 2005
Posts: 85
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
Sponsored Links
  #2 (permalink)  
Old 03-31-2006, 08:14 PM
tom tom is offline
Contributors
User
 
Join Date: Jun 2005
Location: London, UK
Posts: 213
Rep Power: 4
tom is on a distinguished road
Default

And what error you get? Please post error message...
Reply With Quote
  #3 (permalink)  
Old 04-01-2006, 01:00 PM
Member
User
 
Join Date: Jul 2005
Posts: 85
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 04-01-2006, 10:48 PM
tom tom is offline
Contributors
User
 
Join Date: Jun 2005
Location: London, UK
Posts: 213
Rep Power: 4
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

Bookmarks


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 On

Similar Threads

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


All times are GMT +5.5. The time now is 03:38 AM.


Powered by vBulletin® Version 3.7.4 - Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0

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