rclone/rclone

Add option `--remount` for remount support

オープン

#6,488 opened on 2022/10/12

 (7 件のコメント) (12 件のリアクション) (0 人の担当者)Go (5,090 件のフォーク)batch import
enhancementhelp wanted

Repository metrics

Stars
 (57,185 個のスター)
PR merge metrics
 (平均マージ 32d 20h) (30d で 23 merged PRs)

説明

What is your current rclone version (output from rclone version)?

$ rclone --version
rclone 1.59.2
- os/version: nixos 22.11 (Raccoon) (64 bit)
- os/kernel: 5.19.12-zen1 (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.18.6
- go/linking: dynamic
- go/tags: cmount

What problem are you are trying to solve?

I'm using rclone as a mount helper. Whenever I try sudo systemctl reload <rclone-mount>.mount, it fails because rclone doesn't recognize the flag --remount. Normally this can be circumvented by unmounting then remounting, but I also use NixOS and the aforementioned command is automatically invoked whenever I switch system generation.

How do you think rclone should be changed to solve that?

Add the --remount flag to remount a file system.

How to use GitHub

  • Please use the 👍 reaction to show that you are affected by the same issue.
  • Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
  • Subscribe to receive notifications on status change and new comments.

コントリビューターガイド