.dylib
of libfuse?/usr/local/lib/libfuse-t.dylib
path on the filesystem (and a valid dylib with the right arches too)fuse-t
, just so you don't need to install macFUSE
, but out of curiosity have you tried macFUSE
instead? Obviously do it only if it's viable on your end, as it requires Kext installation.
In a most recent release we in fact changed some ways how do we initialize Rclone mount, so no Rclone CLI is needed (it's now bundled in the app).
This is because we've had to include couple improvements which aren't present in the official Rclone release (mostly encryption: https://github.com/rclone/rclone/issues/7192) and had to provide our version of Rclone.
We will try on our ends if we can fix this issue related to fuse-t
not being detected properly, if this'll prove to be challenging we'll have to restore the previous CLI mode on macOS
, but this would mean no V2
cipher is supported (therefore not compatible where we're headed). Tough calls to make.
We'll prioritise this issue and see what we can do.
In the meantime you can fallback to 1.10.4
release, since this change was introduced in: 1.10.5
. (edited)14.7.2
macFuse installed: NO (that's what I used previously, same issue)
fuse-t installed: YES (homebrew)
fuse-t-sshfs installed: YES (homebrew)
s3drive: 1.11.0
rclone (was already installed)
rclone v1.68.2
- os/version: darwin 14.7.2 (64 bit)
- os/kernel: 23.6.0 (arm64)
- os/type: darwin
- os/arch: arm64 (ARMv8 compatible)
- go/version: go1.23.3
- go/linking: dynamic
- go/tags: cmount
(edited)14.7.2
macFuse installed: NO (that's what I used previously, same issue)
fuse-t installed: YES (homebrew)
fuse-t-sshfs installed: YES (homebrew)
s3drive: 1.11.0
rclone (was already installed)
rclone v1.68.2
- os/version: darwin 14.7.2 (64 bit)
- os/kernel: 23.6.0 (arm64)
- os/type: darwin
- os/arch: arm64 (ARMv8 compatible)
- go/version: go1.23.3
- go/linking: dynamic
- go/tags: cmount
(edited)b2-hard-delete
shouldn't be required really if you don't have revisions enabled.rclone mount
and deleting from finder (edited)rclone
and doing mods to it is a slippery slope. you'll start liking it and stray away from the open source/verified software mission. just my 2crclone
and doing mods to it is a slippery slope. you'll start liking it and stray away from the open source/verified software mission. just my 2c (2)
which means it has 2 version, but i only uploaded it once obviouslyhard-delete
and files get written 4 times now..hard-delete
and files get written 4 times now.. rclone copy
and see if it works. You can consider adding: -vvv
to get more info. (edited)rclone config file
or rclone config dump
to get the contents of the Rclone conf, you can then compare Rclone config entry created by S3Drive and yourself.
You could also try mounting the S3Drive created entry and see if this issue also appears. (edited)cgofuse
error and included it in the newest: 1.11.1
release: https://github.com/s3drive/macos-app/releases/tag/1.11.1
We will be providing changelog update later today, but I can already say that this version also contains very much awaited Folder sharing: https://s3drive.canny.io/feature-requests/p/folder-sharing
Can you please update and let me know if you can start the mount?
also thanks for your initial report @vlad! (edited)[
{
"daysFromHidingToDeleting": 1,
"daysFromUploadingToHiding": null,
"fileNamePrefix": ""
}
]
===
Regarding your tests cases:
cgofuse
error and included it in the newest: 1.11.1
release: https://github.com/s3drive/macos-app/releases/tag/1.11.1
We will be providing changelog update later today, but I can already say that this version also contains very much awaited Folder sharing: https://s3drive.canny.io/feature-requests/p/folder-sharing
Can you please update and let me know if you can start the mount?
also thanks for your initial report @vlad! (edited)mount
behavior this is yet to be investigated if we can configure it in a way that old versions gets deleted immediately from a versioned bucket.mount
behavior in your releases as well