Merge pull request #396 from martinmullins/patch-2

NFS mount documentation, locking issue
pull/412/head
sickcodes 3 years ago committed by GitHub
commit f3c2c332aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -881,7 +881,7 @@ Start the Docker-OSX container with the additional flag `--network host`
Create and mount the nfs folder from the mac terminal:
```
mkdir -p ~/mnt
sudo mount -t nfs 10.0.2.2:/srv/nfs/share ~/mnt
sudo mount_nfs -o locallocks 10.0.2.2:/srv/nfs/share ~/mnt
```
### Share USB Drive into macOS over QEMU

Loading…
Cancel
Save