Skip to content

Rclone improvements #366

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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Conversation

RecRanger
Copy link
Contributor

No description provided.

## Mounting a Bucket

Use the `mount` command to mount a bucket to a folder (Mac and Linux only). When mounted, you can use the bucket as a local folder.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
{% tabs %}
{% tab label="Windows" %}
```powershell
mkdir ~/mybucket
rclone mount waterbear:mybucket ~/mybucket --vfs-cache-mode full
```
{% /tab %}
{% tab label="Linux" %}


## Mounting a Bucket

Use the `mount` command to mount a bucket to a folder (Mac and Linux only). When mounted, you can use the bucket as a local folder.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Use the `mount` command to mount a bucket to a folder (Mac and Linux only). When mounted, you can use the bucket as a local folder.
Use the `mount` command to mount a bucket to a folder (Mac, Windows and Linux) or as a disk drive (Windows). When mounted, you can use the bucket (drive) as a local folder (drive).

sudo chown $USER: /mnt/mybucket
rclone mount waterbear:mybucket /mnt/mybucket --vfs-cache-mode full
```

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
{% /tab %}
{% tab label="macOS" %}
```shell
sudo mkdir /mnt/mybucket
sudo chown $USER: /mnt/mybucket
rclone mount waterbear:mybucket /mnt/mybucket --vfs-cache-mode full
```
{% /tab %}
{% /tabs %}

Comment on lines +186 to +190
To unmount the bucket, use the `umount` command.

```bash
umount /mnt/mybucket
```
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
To unmount the bucket, use the `umount` command.
```bash
umount /mnt/mybucket
```
To unmount the bucket, use the `Ctrl-C` keystroke to stop rclone.

@AlexeyALeonov AlexeyALeonov self-requested a review May 20, 2025 03:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants