WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Mount NFS on piCore  (Read 8954 times)

Offline patrikg

  • Wiki Author
  • Hero Member
  • *****
  • Posts: 662
Re: Mount NFS on piCore
« Reply #15 on: May 07, 2016, 07:46:17 AM »
You have to add addr and nolock to the options to mount command.

Like this:
Code: (bash) [Select]
sudo mount -o addr=10.42.0.1,nolock -t nfs 10.42.0.1:/home/patrik/picore temp