Skip to content
This repository was archived by the owner on Jan 1, 2021. It is now read-only.
This repository was archived by the owner on Jan 1, 2021. It is now read-only.

nfs share / guest to host #64

@aheissenberger

Description

@aheissenberger

I have allready added nfs-utilities to the ISO but have some troubles to forward the nfs ports to osx.

/etc/sysconfig/nfs:
RQUOTAD_PORT=875
LOCKD_TCPPORT=32803
LOCKD_UDPPORT=32769
MOUNTD_PORT=892
STATD_PORT=662

this plus 111 TCP/UDP, 2049 TCP/UDP are forwarded by virtual box to local host.

I have no problem to mount the share local inside the vm but mounting the share from OSX gives me:

sudo mount -o resvport,vers=3 127.0.0.1:'/var/lib/docker/share' '/Users/ah/tmp/mnt'
mount_nfs: can't mount /var/lib/docker/share from 127.0.0.1 onto /Users/ah/tmp/mnt: No such file or directory

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionUsability question, not directly related to an error with Boot2Docker

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions