Skip to content

Shared folder gets out of sync #277

Answered by Kentzo
Kentzo asked this question in Q&A
Dec 5, 2023 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

After using this for a while, I found that it doesn't work well for my use case too. With both builtin NFSv3 and SMB servers I occasionally hit problems:

  • Phantom permissions issues, where macOS would deny editing and deleting despite proper UNIX permissions and ACLs
  • Access issues, where a client would fail to read contents of files reporting they are empty or malformed (depending on the app doing the reading)

New workaround is running an rsyncd in the VM and manually pushing and pulling on the host when needed.

/etc/rsyncd.conf in the VM:

pid file = /var/run/rsyncd.pid

[Share]
path = ...
use chroot = no
munge symlinks = no
open noatime = yes
dont compress = yes
hosts allow = my-macbook…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Kentzo
Comment options

@Kentzo
Comment options

Answer selected by insidegui
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants