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

Problem with NFS server on RPi
Thank you for your donation

Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
Problem with NFS server on RPi
26th Feb, 2015, 09:49 AM
Post: #2
Wawrzek Offline
Registered
Posts: 5
Joined: Sep 2014
Reputation: 0
RE: Problem with NFS server on RPi
I managed the address the problem of missing rpcbind file. There is something wrong with xbian-update, but after downloading rpcbind package and unpacking it with dpkg

Code:
# apt-get download rpcbind                          
Get:1 Downloading rpcbind 0.2.0-8 [42.7 kB]
Fetched 42.7 kB in 0s (127 kB/s)  
# dpkg  --unpack rpcbind_0.2.0-8_armhf.deb                    
(Reading database ... 27598 files and directories currently installed.)
Preparing to replace rpcbind 0.2.0-8 (using rpcbind_0.2.0-8_armhf.deb) ...
Unpacking replacement rpcbind ...
Replaced by files in installed package xbian-update ...
Processing triggers for man-db ...

I got rpcbind.dpkg-new. A bit of configuration and rpcbind works fine:

Code:
mv  /etc/init.d/rpcbind.dpkg-new /etc/init.d/rpcbind
update-rc.d rpcbind defaults 15

But still not 100% luck with nfs-server.

Actually problem is fix now. The rest was wrong configuration in /etc/exports on server and /etc/fstab on client.
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Post Reply 


Messages In This Thread
Problem with NFS server on RPi - Wawrzek - 22nd Feb, 2015, 12:06 PM
RE: Problem with NFS server on RPi - Wawrzek - 26th Feb, 2015 09:49 AM

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

Current time: 14th Jun, 2025, 10:39 AM Powered By MyBB, © 2002-2025 MyBB Group.