Backblaze drive won't mount with vfs-cache-mode

What is the problem you are having with rclone?

When I use:
rclone mount Backblaze: Z:
it works fine, the drive is mounted on my Windows 11 PC.

Apparently it sounds like it's important to have the --vfs-cache-mode full statement, when I add this the drive will not mount. I have spent hours trying to solve it but whenever I include the vfs statement it will not work.

With the vfs statement the drive does not mount and there is no log file recorded.
Wthout the vfs statement the drive mounts ok and the log statement is:
The service rclone has been started.

rclone version = v1.66.00

Using Backblaze

[Backblaze]
type = b2
account = XXX
key = XXX

[S3]
type = s3
provider = AWS
access_key_id = XXX
secret_access_key = XXX
region = us-east-1
acl = private

My goal is to use batch files to transfer files from an external ssd to my backblaze account every morning. These files include video mp4 files so some of them might be 1Gb+ sometimes.

I would be grateful for recommended ideas to set up the mount properly.

Thanks in advance.

Dave.

There was a template of questions for you to answer. Without it hard to guess what is wrong.

Thanks for your reply.

I treid to follow the template as close as I could - what info did I miss out?

Thanks.

welcome to the forum,

run the mount command with -vv and post the top thirty lines.

Thanks for getting in touch:

2024/05/22 06:24:12 DEBUG : rclone: Version "v1.66.0" starting with parameters ["rclone" "mount" "Backblaze:" "-vv" "Z:" "--log-file" "C:\\Program Files\\rclone\\rclone-v1.61.1-windows-amd64\\rclone.log"]
2024/05/22 06:24:12 DEBUG : Creating backend with remote "Backblaze:"
2024/05/22 06:24:12 DEBUG : Using config file from "C:\\Users\\djonh\\AppData\\Roaming\\rclone\\rclone.conf"
2024/05/22 06:24:13 INFO  : B2 root: poll-interval is not supported by this remote
2024/05/22 06:24:13 DEBUG : Network mode mounting is disabled
2024/05/22 06:24:13 DEBUG : Mounting on "Z:" ("Backblaze")
2024/05/22 06:24:13 DEBUG : B2 root: Mounting with options: ["-o" "attr_timeout=1" "-o" "uid=-1" "-o" "gid=-1" "--FileSystemName=rclone" "-o" "volname=Backblaze"]
2024/05/22 06:24:13 DEBUG : B2 root: Init: 
2024/05/22 06:24:13 DEBUG : B2 root: >Init: 
2024/05/22 06:24:13 DEBUG : /: Statfs: 
2024/05/22 06:24:13 DEBUG : /: >Statfs: stat={Bsize:4096 Frsize:4096 Blocks:274877906944 Bfree:274877906944 Bavail:274877906944 Files:1000000000 Ffree:1000000000 Favail:0 Fsid:0 Flag:0 Namemax:255}, errc=0
2024/05/22 06:24:13 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2024/05/22 06:24:13 DEBUG : /: >Getattr: errc=0
2024/05/22 06:24:13 DEBUG : /: Readlink: 
2024/05/22 06:24:13 DEBUG : /: >Readlink: linkPath="", errc=-40
2024/05/22 06:24:13 DEBUG : /: Getxattr: name="non-existant-a11ec902d22f4ec49003af17282d3b00"
2024/05/22 06:24:13 DEBUG : /: >Getxattr: errc=-40, value=""
The service rclone has been started.
2024/05/22 06:24:13 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2024/05/22 06:24:13 DEBUG : /: >Getattr: errc=0
2024/05/22 06:24:13 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2024/05/22 06:24:13 DEBUG : /: >Getattr: errc=0
2024/05/22 06:24:13 DEBUG : /: Opendir: 
2024/05/22 06:24:13 DEBUG : /: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx
2024/05/22 06:24:13 DEBUG : /: >OpenFile: fd=/ (r), err=<nil>
2024/05/22 06:24:13 DEBUG : /: >Opendir: errc=0, fh=0x0
2024/05/22 06:24:13 DEBUG : /: Statfs: 

run that command and post the output.

Just to avoid wasting anyone any more time I've decided not to use Rclone to mount the Backblaze Drive anymore. For what I need Filezilla seems to work fine.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.