Tiny Core Linux

General TC => General TC Talk => Topic started by: gbraad on July 20, 2017, 05:21:40 AM

Title: Issue with nfs-utils, not returning version on `-V`
Post by: gbraad on July 20, 2017, 05:21:40 AM
We create an ISO, much like boot2docker, to create an environment to run Docker.
We do some minor customization, and one of them has been to provide nfs support.
This task can be found here: https://github.com/minishift/minishift-b2d-iso/issues/44

However, we found an issue when writing a basic test case:
https://github.com/minishift/minishift-b2d-iso/commit/f7cf7727ea58f643bfbeeeb0929f104daffb1b9b#diff-b131fe2646b3e4980d06f90692dc2401R69

It seems the command does not return the expected information when doing `mount.nfs -V`. Instead it returns the same as `-h`.
Title: Re: Issue with nfs-utils, not returning version on `-V`
Post by: patrikg on July 20, 2017, 06:31:26 AM
Maybe you get the same error as me, with mount.nfs...

You could try my own method to mount nfs with out "mount.nfs" command.

Let me search a little bit in this forum to get my answer.

http://forum.tinycorelinux.net/index.php/topic,19913.msg123637.html#msg123637

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