-
Notifications
You must be signed in to change notification settings - Fork 32
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
Scorpio: some improvement required #682
Comments
Got it ! |
Ivanbeethoven
added a commit
to Ivanbeethoven/mega
that referenced
this issue
Nov 14, 2024
…foundation#682. Signed-off-by: Han Xiaoyang <[email protected]>
github-merge-queue bot
pushed a commit
that referenced
this issue
Nov 14, 2024
[scorpio]: Optimize user experience, associated with issue #682.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the past few days I tested scorpio for integrating zed with mega and here are my suggestions for it.
Gracefully start and quit: When scorpio receives a signal to quit, it won't umount the mountpoint. Causing it cannot correctly start in the next time.
Confusing meanings for mount:
mountpoint
andmount
doesn't share the same meaningmega/scorpio/src/main.rs
Line 30 in c64b9e9
mega/scorpio/src/deamon/mod.rs
Line 84 in c64b9e9
mountpoint should not be hard-coded: request it from
/api/config
would be nice.Duplicated mount paths: Simply call
/api/mount
on the same path twice and you'll got:Let's use absolute path: Just a suggestion.
IO Error on reading non-exist files: Using
cat
command for a non-exsiting file in the fuse would get aIO Error
message.The text was updated successfully, but these errors were encountered: