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

Support mounting of shared folders #13

Closed
fkorotkov opened this issue Mar 28, 2022 · 3 comments · Fixed by #211
Closed

Support mounting of shared folders #13

fkorotkov opened this issue Mar 28, 2022 · 3 comments · Fixed by #211
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers not possible atm Not possible at the moment

Comments

@fkorotkov
Copy link
Contributor

Seems it's doable. See gyf304/vmcli#20 (comment)

@edigaryev
Copy link
Collaborator

Seems like this is only applicable when virtualizing Linux using Virtualization.Framework, not macOS:

# mount -t virtiofs myshare /Users/admin/myshare
mount: exec /Library/Filesystems/virtiofs.fs/Contents/Resources/mount_virtiofs for /Users/admin/myshare: No such file or directory
mount: /Users/admin/myshare failed with 72

...because there's no mount_virtiofs binary on macOS.

@fkorotkov
Copy link
Contributor Author

Yeah. Seems this and vsock are also Linux-only.

@fkorotkov fkorotkov added not possible atm Not possible at the moment enhancement New feature or request good first issue Good for newcomers labels Apr 11, 2022
@fkorotkov fkorotkov mentioned this issue May 10, 2022
@fkorotkov
Copy link
Contributor Author

@edigaryev it seems once macOS Ventura is in public beta we can try to support it. There is new macOSGuestAutomountTag which seems indicates folder mounting will work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers not possible atm Not possible at the moment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants