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

Mounting repository on different platforms #145

Open
simonsan opened this issue Jan 31, 2024 · 1 comment
Open

Mounting repository on different platforms #145

simonsan opened this issue Jan 31, 2024 · 1 comment
Labels
A-vfs Area: Related to the Virtual Filesystem C-discussion Category: Not an issue still, tbd!

Comments

@simonsan
Copy link
Contributor

simonsan commented Jan 31, 2024

No, depending on the platform a different implementation.

Unix - Fuse: https://crates.io/crates/fuser
Windows - WinFSP: https://crates.io/crates/winfsp | https://crates.io/crates/dokan (https://github.com/dokan-dev/dokany)
Mac - macfuse: https://crates.io/crates/fuser

That is also a reason, why it may take longer, because this changes the way we are packaging things for each platform. Which means, we need to adapt the whole CI/CD workflows. And while we are at it, we should make it, so it's easy to extend again.

Originally posted by @simonsan in rustic-rs/rustic#1029 (reply in thread)

@github-actions github-actions bot added the S-triage Status: Waiting for a maintainer to triage this issue/PR label Jan 31, 2024
@simonsan
Copy link
Contributor Author

simonsan commented Jan 31, 2024

[About macfuse] no no - on macOS it is dead technology.... on all new macs (ARM based) you have to lower all system security in order to install it. And most likely will be killed soon (apple keeps talking about it for some time).

Some alternative is FUSE-T - https://www.fuse-t.org/

Originally posted by @kapitainsky in rustic-rs/rustic#1029 (reply in thread)

@simonsan simonsan added C-discussion Category: Not an issue still, tbd! A-vfs Area: Related to the Virtual Filesystem and removed S-triage Status: Waiting for a maintainer to triage this issue/PR labels Jan 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-vfs Area: Related to the Virtual Filesystem C-discussion Category: Not an issue still, tbd!
Projects
None yet
Development

No branches or pull requests

1 participant