Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

shared folder configuration error #3

Closed
bpint opened this issue Jan 31, 2023 · 5 comments
Closed

shared folder configuration error #3

bpint opened this issue Jan 31, 2023 · 5 comments

Comments

@bpint
Copy link

bpint commented Jan 31, 2023

  1. 设置了共享用户主文件夹,共享正常,此时 Info.json 内容为:
{
  "installed": true,
  "os": 1,
  "display": {
    "pixelsPerInch": 144,
    "name": "Full HD",
    "width": 1920,
    "height": 1080
  },
  "id": "D87D77DE-3FF9-4AF5-9BBA-1650CF1B87AB",
  "bundleURL": "file:///Users/bpint/Library/Containers/im.zorro.Monster/Data/Library/Application%20Support/im.zorro.monster/ubuntu.vm/",
  "cpuCount": 6,
  "shareFolders": [
    {
      "enable": true,
      "url": "file:///Users/bpint/",
      "readOnly": false
    }
  ],
  "diskSize": 549755813888,
  "name": "ubuntu",
  "memorySize": 12884901888
}
  1. 关机、退出软件后,再次启动时报告共享文件夹错误(虚机机界面有红叉的提示),无法启动虚机机,在界面上也无法更改共享文件夹设置

  2. 关闭软件,手工修改 Info.json,把 shareFolders 清空为 [];然后打开软件,在界面上重新加回共享文件夹,又可以启动了

虽然可以绕过,但很不方便。

感谢开发者。为什么没找到别的基于 Virtualization.Framework 的虚机机软件呢?

@bpint
Copy link
Author

bpint commented Jan 31, 2023

image

@zqqf16
Copy link
Owner

zqqf16 commented Feb 1, 2023

@bpint 感谢反馈,我查一下这个问题

@zqqf16
Copy link
Owner

zqqf16 commented Feb 1, 2023

Sandbox导致的,share folder保存的时候没有处理权限问题,导致下次启动访问不到,我改一下

@zqqf16 zqqf16 closed this as completed in f8d7f76 Feb 1, 2023
@zqqf16
Copy link
Owner

zqqf16 commented Feb 1, 2023

改好了,需要重新添加一下共享目录配置。下载地址:https://github.com/zqqf16/Monster/releases/download/1.1.alpha.4/Monster_1.1_7.dmg

@bpint
Copy link
Author

bpint commented Feb 1, 2023

管用!多谢!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants