What is the problem you are having with rclone?
I am using Rclone(rclone mount) on macOS, I am so confused with the two following questions:
-
Is the extended attributed still no supported yet in the latest version?
If so, how can I solve this problem? I tried using "cp -X" which works on macOS 12/13, but not working on macOS 14(sonoma.), thecom.apple.quarantine
extended attribute can't be removed at all. I consider it perhaps a new
macOS security featureIt is quite annoying when copy files from local filesystem to the disk(mounted by rclone). I have to remove the extend attributes first and then copy(I have to deal with the root permission files located at ~/Desktop or ~/Downloads or ~/Documents which is totally a disaster to me.).
-
Is the symlink still no supported yet in the latest version?
I find https://github.com/rclone/rclone/issues/2975. it seems symlink is still not supported now.
Run the command 'rclone version' and share the full output of the command.
rclone version: v1.58.0
- os/version: darwin 14.0 (64 bit)
- os/kernel: 23.0.0 (x86_64)
- os/type: darwin
- os/arch: amd64
- go/version: go1.21.1
- go/linking: dynamic
- go/tags: cmount
Which cloud storage system are you using? (eg Google Drive)
S3
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
- rclone mount XXX
- cp src_path dst_path[rclone] : Error: fcopyfile failed: Operation not permitted
- ln -s a.txt dst_path[rclone] : ln: dst_path[rclone]: Function not implemented