Hi, I found nfs script in /etc/rc.d, but it doesn't work for me. Any advices? Thanks, Wawrzek -- Dr Wawrzyniec Niewodniczański or Wawrzek for short PhD in Quantum Chemistry & MSc in Molecular Engineering WWW: http://wawrzek.name E-MAIL: jobs@wawrzek.name Linux User #177124
On Sat, Nov 15, 2014 at 09:11:09PM +0000, Wawrzek Niewodniczanski wrote:
Hi,
I found nfs script in /etc/rc.d, but it doesn't work for me. Any advices?
I think you need to give us more details than that. What are you trying to do and what doesn't work?
Thanks, Wawrzek Linux User #177124
-- Fredrik Rinnestam
On 15 November 2014 22:21, Fredrik Rinnestam <fredrik@rinnestam.se> wrote:
On Sat, Nov 15, 2014 at 09:11:09PM +0000, Wawrzek Niewodniczanski wrote:
Hi,
I found nfs script in /etc/rc.d, but it doesn't work for me. Any advices?
I think you need to give us more details than that.
Fair comment ;)
What are you trying to do and what doesn't work?
Nothing fancy, just to mount two shares from my RPi. I have in my /etc/fstab: 192.168.0.2:/media/external/Downloads /nfs/downloads nfs4 noauto 0 0 192.168.0.2:/media/external/Music /nfs/music nfs4 noauto 0 0 (There is nfs4, but I tried with nfs as well) mount /nfs/music/ works, but /etc/rc.d/nfs doesn't. Thanks, Wawrzek -- Dr Wawrzyniec Niewodniczański or Wawrzek for short PhD in Quantum Chemistry & MSc in Molecular Engineering WWW: http://wawrzek.name E-MAIL: jobs@wawrzek.name Linux User #177124
On 16 November 2014 20:21, Wawrzek Niewodniczanski <main@wawrzek.name> wrote:
On 15 November 2014 22:21, Fredrik Rinnestam <fredrik@rinnestam.se> wrote:
On Sat, Nov 15, 2014 at 09:11:09PM +0000, Wawrzek Niewodniczanski wrote:
Hi,
I found nfs script in /etc/rc.d, but it doesn't work for me. Any advices?
I found the problem or you can say two. 1) I used the noauto option , which prevent mount when the 'mount -a' is called. 2) I didn't add the _netdev option in /etc/fstab. This option prevents filesystem mount during bootup (mount -a -O no_netdev). Regards, Wawrzek -- Dr Wawrzyniec Niewodniczański or Wawrzek for short PhD in Quantum Chemistry & MSc in Molecular Engineering WWW: http://wawrzek.name E-MAIL: jobs@wawrzek.name Linux User #177124
participants (2)
-
Fredrik Rinnestam
-
Wawrzek Niewodniczanski