Skip to content

Commit

Permalink
add common error fix to readme (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
825i authored Jul 5, 2022
1 parent 3883de1 commit d8cc4e9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,16 @@ I fixed it by uninstalling netcat in home brew brew uninstall netcat

Thanks @kjeldahl fix this at [issue #6](https://github.com/ppggff/vagrant-qemu/issues/6)

### 3. Vagrant SMB synced folders require the account password to be stored in an NT compatible format

If you get this error when running `vagrant up`

1. On your M1 Mac, go to System Preferences > Sharing > File Sharing > Options...
2. Tick "Share Files and Folders using SMB"
3. Tick your username
4. Click Done
5. Run `vagrant up` again

## TODO

* Support NFS shared folder
Expand Down

0 comments on commit d8cc4e9

Please sign in to comment.