You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-8
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
# Vagrant WinNFSd
2
2
3
-
Manage and adds support for NFS on windows.
3
+
Manage and adds support for NFS on Windows.
4
4
5
5
## Supported Platforms
6
6
7
-
As of version 1.0.6 or later Vagrant 1.5 is required. For vagrant 1.4 please use the plugin version 1.0.5 or lower.
7
+
As of version 1.0.6 or later Vagrant 1.5 is required. For Vagrant 1.4 please use the plugin version 1.0.5 or lower.
8
8
9
9
Supported guests:
10
10
@@ -16,17 +16,17 @@ Supported guests:
16
16
$ vagrant plugin install vagrant-winnfsd
17
17
```
18
18
19
-
## Activate NFS for vagrant
19
+
## Activate NFS for Vagrant
20
20
21
-
To activate NFS for vagrant see: http://docs.vagrantup.com/v2/synced-folders/nfs.html
21
+
To activate NFS for Vagrant see: http://docs.vagrantup.com/v2/synced-folders/nfs.html
22
22
23
-
The plugin extends vagrant in the way that you can use NFS also with windows. So the following hint on the vagrant documentation page is no longer true:
23
+
The plugin extends Vagrant in the way that you can use NFS also with Windows. So the following hint on the Vagrant documentation page is no longer true:
24
24
25
25
```
26
26
Windows users: NFS folders do not work on Windows hosts. Vagrant will ignore your request for NFS synced folders on Windows.
27
27
```
28
28
29
-
You will also need to declare some sort of network in order for NFS to work (the Virtualbox implied network will not work). Luckily this is easily done by adding the following line to your Vagrantfile:
29
+
You will also need to declare some sort of network in order for NFS to work (the VirtualBox implied network will not work). Luckily this is easily done by adding the following line to your `Vagrantfile`:
30
30
31
31
```ruby
32
32
# A private dhcp network is required for NFS to work (on Windows hosts, at least)
You activate the logging of the nfs daemon which will show the daemon window in the foreground. To activate the logging set the `config.winnfsd.logging` to `on`.
40
+
You can activate the logging of the NFS daemon which will show the daemon window in the foreground. To activate the logging set the `config.winnfsd.logging` to `on`.
41
41
42
42
### Set uid and gid
43
43
@@ -50,4 +50,4 @@ Vagrant.configure('2') do |config|
50
50
end
51
51
```
52
52
53
-
Note that will be set global, that means the uid and gid is taken from the first box which starts the nfs daemon. If a box with an other uid or gid is started after that the option will be ignored.
53
+
Note that will be set global, that means the uid and gid is taken from the first box which starts the NFS daemon. If a box with an other uid or gid is started after that the option will be ignored.
0 commit comments