You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR - Cannot mount: Operation not permitted (os error 1) 0: catfs::catfs::error::RError<E>::from
1: catfs::main
2: std::sys_common::backtrace::__rust_begin_short_backtrace
3: std::rt::lang_start::{{closure}}
4: core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once
at /rustc/09c42c45858d5f3aedfa670698275303a3d19afa/library/core/src/ops/function.rs:259:13
std::panicking::try::do_call
at /rustc/09c42c45858d5f3aedfa670698275303a3d19afa/library/std/src/panicking.rs:403:40
std::panicking::try
at /rustc/09c42c45858d5f3aedfa670698275303a3d19afa/library/std/src/panicking.rs:367:19
std::panic::catch_unwind
at /rustc/09c42c45858d5f3aedfa670698275303a3d19afa/library/std/src/panic.rs:129:14
std::rt::lang_start_internal::{{closure}}
at /rustc/09c42c45858d5f3aedfa670698275303a3d19afa/library/std/src/rt.rs:45:48
std::panicking::try::do_call
at /rustc/09c42c45858d5f3aedfa670698275303a3d19afa/library/std/src/panicking.rs:403:40
std::panicking::try
at /rustc/09c42c45858d5f3aedfa670698275303a3d19afa/library/std/src/panicking.rs:367:19
std::panic::catch_unwind
at /rustc/09c42c45858d5f3aedfa670698275303a3d19afa/library/std/src/panic.rs:129:14
std::rt::lang_start_internal
at /rustc/09c42c45858d5f3aedfa670698275303a3d19afa/library/std/src/rt.rs:45:20
5: main
6: __libc_start_main
7: _start
I'm either likely using this software wrong or have some permissioning issues 😅. Let me know if there's something I need to fix on my end or if you need me to provide additional information 🤓
Edit: I am trying to allow other users, or if possible, users of a certain group also access the cached volume.
Thanks for both goofys and catfs these are really cool tools and appreciate your work on them 😊
The text was updated successfully, but these errors were encountered:
jamsinclair
changed the title
Using --gid flag causes "operation not permitted"
Using --gid flag throws "operation not permitted"
Oct 28, 2021
I've compiled my own
catfs
binary from the latest master branchWhen mounting with the following:
I get the following error:
I'm either likely using this software wrong or have some permissioning issues 😅. Let me know if there's something I need to fix on my end or if you need me to provide additional information 🤓
Edit: I am trying to allow other users, or if possible, users of a certain group also access the cached volume.
Thanks for both
goofys
andcatfs
these are really cool tools and appreciate your work on them 😊The text was updated successfully, but these errors were encountered: