From d8cc4e995b2a2912f8dcac80489056eb714e23b4 Mon Sep 17 00:00:00 2001 From: pythonInRelay <58630825+pythonInRelay@users.noreply.github.com> Date: Tue, 5 Jul 2022 05:54:41 +0300 Subject: [PATCH] add common error fix to readme (#10) --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index bf3e980..ab17894 100644 --- a/README.md +++ b/README.md @@ -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