Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NFS kernel modules not included #12

Open
bgamari opened this issue Mar 18, 2017 · 7 comments
Open

NFS kernel modules not included #12

bgamari opened this issue Mar 18, 2017 · 7 comments

Comments

@bgamari
Copy link

bgamari commented Mar 18, 2017

The kernel configuration appears not to set CONFIG_NFS, precluding use as an NFS client.

@olajep
Copy link
Member

olajep commented Mar 18, 2017 via email

@bgamari
Copy link
Author

bgamari commented Mar 18, 2017

Hmm, interesting. I'm not sure what to make of this in that case,

ben@parallella:~$ sudo apt-get install nfs-common
Reading package lists... Done
Building dependency tree       
Reading state information... Done
nfs-common is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
ben@parallella:~$ sudo mount -tnfs 192.168.3.1:/exports/data /mnt/server
mount.nfs: No such device
ben@parallella:~$ cat /etc/issue
Ubuntu 15.04 \n \l

@bgamari
Copy link
Author

bgamari commented Mar 18, 2017

Strangely enough, gunzip -c /proc/config.gz has no sign of CONFIG_NFS_FS whatsoever.

@olajep
Copy link
Member

olajep commented Mar 22, 2017

You're right! Turns out that CONFIG_NETWORK_FILESYSTEMS must be explicitly selected. Otherwise the nfs options will be ignored.

Fixed here:
parallella/parallella-linux@163953f

New uImage w/ nfs:
uImage.zip

Recipe:

  1. Download uImage.zip
  2. Unpack
  3. scp uImage to parallella board
  4. Copy to boot partition
parallella@parallella:~ $ sudo mount /dev/mmcblk0p1 /mnt
parallella@parallella:~ $ sudo cp uImage /mnt
parallella@parallella:~ $ sync
parallella@parallella:~ $ sudo umount /mnt
  1. Reboot parallella

  2. Install nfs-common:

$ sudo apt-get install nfs-common

// Ola

@bgamari
Copy link
Author

bgamari commented Mar 23, 2017

Thanks!

@bgamari
Copy link
Author

bgamari commented Mar 23, 2017

Indeed this works; I'll allow you to close the ticket when this kernel goes into an official release.

@olajep
Copy link
Member

olajep commented Mar 24, 2017

Good to hear that,

Leave this open until the next Parabuntu release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants