Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook

How to mount NFS share?
Thank you for your donation

Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
How to mount NFS share?
8th Jul, 2013, 06:53 AM
Post: #2
mk01 Offline
Registered
Posts: 2,485
Joined: Mar 2013
Reputation: 209
RE: How to mount NFS share?
(8th Jul, 2013 04:48 AM)theodore Wrote:  The drive is shared via nfs @ OS X. It's shared correctly, because my XBMC @ iPad finds the share.

I read that i have to edit the /etc/fstab file but i still don't know how. I created a new folder (/media/shows). How do i point the NFS share (IP is 192.168.1.234 and the folder /Volumes/Shows/) in the correct way in /etc/fstab?
Do i have to do something else later? Except from adding the directory in XBMC of course?

Thanks for your help.

most of the time problem with osx as server is "secure" setting (macosx requiring connection on ports < 1024, what xbmc can't, because is not running under root user).

to confirm this, log into xbian via ssh and on command prompt do "sudo -i", you will get root account. now do "mount 192.168.1.234:/Volumes/Shows /media/shows". if this works, is it the setup of osx. go into terminal on macox, and add -N parameter to the hfs server. lower part of the plist file should look like this, the "-N" is important:
Code:
cd /System/Library/LaunchDaemons
vi com.apple.nfsd.plist
Code:
<key>ProgramArguments</key>
        <array>
                <string>/sbin/nfsd</string>
                <string>-N</string>
        </array>

save the file and do
Code:
launchload -w unload /System/Library/LaunchDaemons/com.apple.nfsd.plist
launchload -w load /System/Library/LaunchDaemons/com.apple.nfsd.plist

Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Post Reply 


Messages In This Thread
How to mount NFS share? - theodore - 8th Jul, 2013, 04:48 AM
RE: How to mount NFS share? - mk01 - 8th Jul, 2013 06:53 AM
RE: How to mount NFS share? - zilexa - 18th Aug, 2013, 02:45 AM
RE: How to mount NFS share? - mk01 - 19th Aug, 2013, 08:53 PM
RE: How to mount NFS share? - zilexa - 9th Sep, 2013, 09:07 PM
RE: How to mount NFS share? - mk01 - 9th Sep, 2013, 09:23 PM
RE: How to mount NFS share? - dmgmit - 5th Aug, 2014, 08:04 AM
RE: How to mount NFS share? - CurlyMo - 5th Aug, 2014, 09:35 AM
RE: How to mount NFS share? - dmgmit - 5th Aug, 2014, 06:03 PM
RE: How to mount NFS share? - CurlyMo - 5th Aug, 2014, 06:26 PM
RE: How to mount NFS share? - dmgmit - 5th Aug, 2014, 11:12 PM
RE: How to mount NFS share? - IriDium - 6th Aug, 2014, 01:44 AM
RE: How to mount NFS share? - dmgmit - 6th Aug, 2014, 02:30 AM
RE: How to mount NFS share? - IriDium - 6th Aug, 2014, 02:43 AM
RE: How to mount NFS share? - menakite - 6th Aug, 2014, 03:50 AM
RE: How to mount NFS share? - dmgmit - 6th Aug, 2014, 04:10 AM
RE: How to mount NFS share? - mk01 - 6th Aug, 2014, 06:48 AM
RE: How to mount NFS share? - dmgmit - 6th Aug, 2014, 09:28 PM
RE: How to mount NFS share? - mk01 - 6th Aug, 2014, 09:48 PM

Possibly Related Threads...
Thread: Author Replies Views: Last Post
Question [PROBLEM] Mount SMB share at boot Jingles 3 29,329 5th Jul, 2014 10:18 PM
Last Post: Kevin LeRoy
  Cannot Mount SMB share via Fstab ttsk8r 1 9,848 17th Jul, 2013 09:55 PM
Last Post: Gwystyl
  [PROBLEM] Can not mount smb share Armand 1 8,963 4th Jul, 2013 08:44 AM
Last Post: mk01

  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 30th May, 2025, 06:52 PM Powered By MyBB, © 2002-2025 MyBB Group.