Hello everyone,
I'm new with rclone, just discovering how ease is to install and use it, awesome! Also this is my first project using rclone and I'm facing some difficulties to make it to work.
What is the problem you are having with rclone?
I'm trying do download a large file (100GB) from a GoogleDrive link directly to my iDrive Cloud storage (www.idrive.com/cloud/) using an AWS virtual machine. I mounted a virtual drive unit (H:) in that VM, but rclone is using disk storage as a cache, and as that VM have only 11.6GB free disk there is no way to make a copy of this file. At least, for me this seems to be the problem.
I'm downloading the file using FireFox browser, also tried Chrome and Free Download Manager.
I can copy small files from VM and my local computer with no problems.
So, which is a good command line to make this task works?
Thanks in advance!!
What is your rclone version (output from rclone version
)
rclone v1.55.1
- os/type: windows
- os/arch: amd64
- go/version: go1.16.3
- go/linking: dynamic
- go/tags: cmount
Which OS you are using and how many bits (eg Windows 7, 64 bit)
I have an AWS Free Tier virtual machine, created just to test some cloud storage, this machine uses Windows Server 2016 Datacenter x64 V10.0.14393, 1 vCore, 1 GB RAM, 30GB hard drive (11.6GB free).
Which cloud storage system are you using? (eg Google Drive)
I'm using iDrive Cloud (www.idrive.com/cloud/).
Reference: Setting RCLONE for idrive
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
Full cache:
rclone mount --vfs-cache-mode writes --log-level INFO --config "C:\Users\Administrator\.config\rclone\rclone.conf" --log-file "C:\rclone\rcloneH.log" iDrive: H:
Minimum cache:
rclone mount --vfs-cache-mode minimal --log-level INFO --config "C:\Users\Administrator\.config\rclone\rclone.conf" --log-file "C:\rclone\rcloneH.log" iDrive: H:
No cache:
rclone mount --vfs-cache-mode off --log-level INFO --config "C:\Users\Administrator\.config\rclone\rclone.conf" --log-file "C:\rclone\rcloneH.log" iDrive: H:
The rclone config contents with secrets removed.
[iDrive]
type = s3
provider = Other
env_auth = false
access_key_id = xxxxxxxxxxxxxxxxxxx
secret_access_key = yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy
region = us-east-1
endpoint = s3.us-west-1.idrivecloud.io
location_constraint = ""
acl = private
A log from the command with the -vv
flag
Full cache:
2021/06/27 01:20:08 INFO : S3 root: poll-interval is not supported by this remote
2021/06/27 01:20:08 ERROR : Local file system at //?/C:/Users/Administrator/AppData/Local/rclone/vfs/iDrive: Failed to list "RemoteStore1": directory not found
2021/06/27 01:20:08 ERROR : RemoteStore1: Failed to rmdir: remove \\?\C:\Users\Administrator\AppData\Local\rclone\vfs\iDrive\RemoteStore1: The system cannot find the file specified.
2021/06/27 01:20:08 ERROR : Local file system at //?/C:/Users/Administrator/AppData/Local/rclone/vfs/iDrive: vfs cache: failed to remove empty directories from metadata cache path "": remove \\?\C:\Users\Administrator\AppData\Local\rclone\vfs\iDrive\RemoteStore1: The system cannot find the file specified.
2021/06/27 01:20:08 INFO : vfs cache: cleaned: objects 1 (was 1) in use 0, to upload 0, uploading 0, total size 0 (was 0)
The service rclone has been started.
2021/06/27 01:21:08 INFO : vfs cache: cleaned: objects 2 (was 2) in use 0, to upload 0, uploading 0, total size 0 (was 0)
2021/06/27 01:21:35 INFO : RemoteStore1/TestFile.tst: vfs cache: queuing for upload in 5s
2021/06/27 01:21:35 INFO : RemoteStore1/TestFile.tst: vfs cache: removed cache file as file deleted
2021/06/27 01:21:36 INFO : RemoteStore1/TestFile.tst: vfs cache: queuing for upload in 5s
2021/06/27 01:21:39 INFO : RemoteStore1/TestFile.tst.part: vfs cache: queuing for upload in 5s
2021/06/27 01:21:41 INFO : RemoteStore1/TestFile.tst: Copied (new)
2021/06/27 01:21:41 INFO : RemoteStore1/TestFile.tst: vfs cache: upload succeeded try #1
2021/06/27 01:22:08 INFO : vfs cache: cleaned: objects 2 (was 2) in use 1, to upload 0, uploading 0, total size 700.372M (was 700.372M)
2021/06/27 01:23:08 INFO : vfs cache: cleaned: objects 2 (was 2) in use 1, to upload 0, uploading 0, total size 1.763G (was 1.763G)
2021/06/27 01:24:08 INFO : vfs cache: cleaned: objects 2 (was 2) in use 1, to upload 0, uploading 0, total size 2.827G (was 2.827G)
2021/06/27 01:25:08 INFO : vfs cache: cleaned: objects 2 (was 2) in use 1, to upload 0, uploading 0, total size 3.985G (was 3.985G)
2021/06/27 01:26:08 INFO : vfs cache: cleaned: objects 2 (was 2) in use 1, to upload 0, uploading 0, total size 5.037G (was 5.037G)
2021/06/27 01:27:08 INFO : vfs cache: cleaned: objects 2 (was 2) in use 1, to upload 0, uploading 0, total size 6.016G (was 6.016G)
2021/06/27 01:28:08 INFO : vfs cache: cleaned: objects 2 (was 2) in use 1, to upload 0, uploading 0, total size 7.167G (was 7.167G)
2021/06/27 01:29:08 INFO : vfs cache: cleaned: objects 2 (was 2) in use 1, to upload 0, uploading 0, total size 8.227G (was 8.227G)
2021/06/27 01:30:08 INFO : vfs cache: cleaned: objects 2 (was 2) in use 1, to upload 0, uploading 0, total size 9.381G (was 9.381G)
2021/06/27 01:31:08 INFO : vfs cache: cleaned: objects 2 (was 2) in use 1, to upload 0, uploading 0, total size 10.452G (was 10.452G)
2021/06/27 01:32:09 INFO : vfs cache: cleaned: objects 2 (was 2) in use 1, to upload 0, uploading 0, total size 11.524G (was 11.524G)
2021/06/27 01:32:18 ERROR : IO error: write \\?\C:\Users\Administrator\AppData\Local\rclone\vfs\iDrive\RemoteStore1\TestFile.tst.part: There is not enough space on the disk.
2021/06/27 01:32:18 ERROR : IO error: write \\?\C:\Users\Administrator\AppData\Local\rclone\vfs\iDrive\RemoteStore1\TestFile.tst.part: There is not enough space on the disk.
The service rclone has been stopped.
Minimum cache:
2021/06/26 22:09:55 INFO : S3 root: poll-interval is not supported by this remote
2021/06/26 22:09:55 INFO : vfs cache: cleaned: objects 2 (was 2) in use 0, to upload 0, uploading 0, total size 0 (was 0)
The service rclone has been started.
2021/06/26 22:10:55 INFO : vfs cache: cleaned: objects 2 (was 2) in use 0, to upload 0, uploading 0, total size 0 (was 0)
2021/06/26 22:11:19 INFO : RemoteStore1/FileTest.tst: vfs cache: queuing for upload in 5s
2021/06/26 22:11:19 INFO : RemoteStore1/FileTest.tst: vfs cache: removed cache file as file deleted
2021/06/26 22:11:20 INFO : RemoteStore1/FileTest.tst: vfs cache: queuing for upload in 5s
2021/06/26 22:11:21 INFO : RemoteStore1/FileTest.tst.part: vfs cache: queuing for upload in 5s
2021/06/26 22:11:25 INFO : RemoteStore1/FileTest.tst: Copied (new)
2021/06/26 22:11:25 INFO : RemoteStore1/FileTest.tst: vfs cache: upload succeeded try #1
2021/06/26 22:11:56 INFO : vfs cache: cleaned: objects 2 (was 2) in use 1, to upload 0, uploading 0, total size 721.862M (was 721.862M)
2021/06/26 22:12:55 INFO : vfs cache: cleaned: objects 2 (was 2) in use 1, to upload 0, uploading 0, total size 1.645G (was 1.645G)
2021/06/26 22:13:55 INFO : vfs cache: cleaned: objects 2 (was 2) in use 1, to upload 0, uploading 0, total size 2.603G (was 2.603G)
2021/06/26 22:14:56 INFO : vfs cache: cleaned: objects 2 (was 2) in use 1, to upload 0, uploading 0, total size 3.557G (was 3.557G)
2021/06/26 22:15:55 INFO : vfs cache: cleaned: objects 2 (was 2) in use 1, to upload 0, uploading 0, total size 4.498G (was 4.498G)
2021/06/26 22:16:56 INFO : vfs cache: cleaned: objects 2 (was 2) in use 1, to upload 0, uploading 0, total size 5.456G (was 5.456G)
2021/06/26 22:17:55 INFO : vfs cache: cleaned: objects 2 (was 2) in use 1, to upload 0, uploading 0, total size 6.397G (was 6.397G)
2021/06/26 22:18:55 INFO : vfs cache: cleaned: objects 2 (was 2) in use 1, to upload 0, uploading 0, total size 7.339G (was 7.339G)
2021/06/26 22:19:55 INFO : vfs cache: cleaned: objects 2 (was 2) in use 1, to upload 0, uploading 0, total size 8.295G (was 8.295G)
2021/06/26 22:20:55 INFO : vfs cache: cleaned: objects 2 (was 2) in use 1, to upload 0, uploading 0, total size 9.234G (was 9.234G)
2021/06/26 22:21:56 INFO : vfs cache: cleaned: objects 2 (was 2) in use 1, to upload 0, uploading 0, total size 10.202G (was 10.202G)
2021/06/26 22:22:55 INFO : vfs cache: cleaned: objects 2 (was 2) in use 1, to upload 0, uploading 0, total size 11.184G (was 11.184G)
2021/06/26 22:23:18 ERROR : IO error: write \\?\C:\Users\Administrator\AppData\Local\rclone\vfs\iDrive\RemoteStore1\FileTest.tst.part: There is not enough space on the disk.
2021/06/26 22:23:18 ERROR : IO error: write \\?\C:\Users\Administrator\AppData\Local\rclone\vfs\iDrive\RemoteStore1\FileTest.tst.part: There is not enough space on the disk.
2021/06/26 22:23:18 ERROR : IO error: write \\?\C:\Users\Administrator\AppData\Local\rclone\vfs\iDrive\RemoteStore1\FileTest.tst.part: There is not enough space on the disk.
2021/06/26 22:23:18 INFO : RemoteStore1/FileTest.tst.part: vfs cache: queuing for upload in 5s
2021/06/26 22:23:55 INFO : vfs cache: cleaned: objects 2 (was 2) in use 1, to upload 0, uploading 1, total size 11.629G (was 11.629G)
2021/06/27 00:53:55 INFO : vfs cache: cleaned: objects 1 (was 1) in use 1, to upload 0, uploading 1, total size 11.629G (was 11.629G)
2021/06/27 00:54:55 INFO : vfs cache: cleaned: objects 1 (was 1) in use 1, to upload 0, uploading 1, total size 11.629G (was 11.629G)
2021/06/27 00:55:55 INFO : vfs cache: cleaned: objects 1 (was 1) in use 1, to upload 0, uploading 1, total size 11.629G (was 11.629G)
2021/06/27 00:56:55 INFO : vfs cache: cleaned: objects 1 (was 1) in use 1, to upload 0, uploading 1, total size 11.629G (was 11.629G)
2021/06/27 00:57:55 INFO : vfs cache: cleaned: objects 1 (was 1) in use 1, to upload 0, uploading 1, total size 11.629G (was 11.629G)
2021/06/27 00:58:55 INFO : vfs cache: cleaned: objects 1 (was 1) in use 1, to upload 0, uploading 1, total size 11.629G (was 11.629G)
2021/06/27 00:59:55 INFO : vfs cache: cleaned: objects 1 (was 1) in use 1, to upload 0, uploading 1, total size 11.629G (was 11.629G)
2021/06/27 01:00:55 INFO : vfs cache: cleaned: objects 1 (was 1) in use 1, to upload 0, uploading 1, total size 11.629G (was 11.629G)
2021/06/27 01:01:55 INFO : vfs cache: cleaned: objects 1 (was 1) in use 1, to upload 0, uploading 1, total size 11.629G (was 11.629G)
2021/06/27 01:02:55 INFO : vfs cache: cleaned: objects 1 (was 1) in use 1, to upload 0, uploading 1, total size 11.629G (was 11.629G)
2021/06/27 01:03:55 INFO : vfs cache: cleaned: objects 1 (was 1) in use 1, to upload 0, uploading 1, total size 11.629G (was 11.629G)
2021/06/27 01:04:55 INFO : vfs cache: cleaned: objects 1 (was 1) in use 1, to upload 0, uploading 1, total size 11.629G (was 11.629G)
2021/06/27 01:05:55 INFO : vfs cache: cleaned: objects 1 (was 1) in use 1, to upload 0, uploading 1, total size 11.629G (was 11.629G)
2021/06/27 01:06:55 INFO : vfs cache: cleaned: objects 1 (was 1) in use 1, to upload 0, uploading 1, total size 11.629G (was 11.629G)
2021/06/27 01:07:55 INFO : vfs cache: cleaned: objects 1 (was 1) in use 1, to upload 0, uploading 1, total size 11.629G (was 11.629G)
2021/06/27 01:08:55 INFO : vfs cache: cleaned: objects 1 (was 1) in use 1, to upload 0, uploading 1, total size 11.629G (was 11.629G)
2021/06/27 01:09:55 INFO : vfs cache: cleaned: objects 1 (was 1) in use 1, to upload 0, uploading 1, total size 11.629G (was 11.629G)
2021/06/27 01:10:55 INFO : vfs cache: cleaned: objects 1 (was 1) in use 1, to upload 0, uploading 1, total size 11.629G (was 11.629G)
2021/06/27 01:11:55 INFO : vfs cache: cleaned: objects 1 (was 1) in use 1, to upload 0, uploading 1, total size 11.629G (was 11.629G)
2021/06/27 01:12:55 INFO : vfs cache: cleaned: objects 1 (was 1) in use 1, to upload 0, uploading 1, total size 11.629G (was 11.629G)
2021/06/27 01:13:55 INFO : vfs cache: cleaned: objects 1 (was 1) in use 1, to upload 0, uploading 1, total size 11.629G (was 11.629G)
2021/06/27 01:14:55 INFO : vfs cache: cleaned: objects 1 (was 1) in use 1, to upload 0, uploading 1, total size 11.629G (was 11.629G)
The service rclone has been stopped.
No cache:
2021/06/26 22:07:12 INFO : S3 root: poll-interval is not supported by this remote
The service rclone has been started.
2021/06/26 22:08:00 ERROR : RemoteStore1/TestFile.tst.part: WriteFileHandle: Truncate: Can't change size without --vfs-cache-mode >= writes
2021/06/26 22:08:00 NOTICE: S3 root: Streaming uploads using chunk size 5M will have maximum file size of 48.828G
2021/06/26 22:08:35 ERROR : RemoteStore1/TestFile.tst.part: WriteFileHandle.Write: can't seek in file without --vfs-cache-mode >= writes
2021/06/26 22:08:36 ERROR : RemoteStore1/TestFile.tst.part: WriteFileHandle.Write: can't seek in file without --vfs-cache-mode >= writes
2021/06/26 22:08:36 ERROR : RemoteStore1/TestFile.tst.part: WriteFileHandle: Can't open for write without O_TRUNC on existing file without --vfs-cache-mode >= writes
The service rclone has been stopped.