utmapp / UTM

Virtual machines for iOS and macOS
https://getutm.app
Apache License 2.0
26.84k stars 1.34k forks source link

Poor shared directory support #3077

Closed JaiganeshKumaran closed 3 years ago

JaiganeshKumaran commented 3 years ago

Describe the issue Currently the shared directory support is extremely buggy and slow, at least on a Windows guest.

  1. File Explorer doesn't automatically refresh when the shared directory changes even if the change is made through the guest.
  2. Can't save files within apps sometimes (getting path not valid error).
  3. Slow write/copy/move operations.
  4. UTM lets you power off the VM while a transfer is happening to/from the shared directory. I would expect UTM to show a warning or at least attempt to cancel the transfer operation before powering off to prevent data loss.

Configuration

osy commented 3 years ago

Unfortunate effect of using SPICE. 9pfs would be better but is not currently supported. #2551 keeps track of that. I will close this issue because it's the "intended behavior" as bad as it is...