Jottadrive rclone mount

Please show the effort you've put in to solving the problem and please be specific -- people are volunteering their time to help you! Low effort posts are not likely to get good answers! DO NOT REDACT any information except passwords/keys/personal info.

What is the problem you are having with rclone?

can't figure out how to mount jottadrive so i can connect to plex. i'm new to this and don't really know anything, and the googling i'm doing isn't helping, probably because i don't understand what i'm asking for. i was able to mount gdrive in the past because an extremely helpful video was available, but i can't find anything similar for jottacloud. i'm relatively tech savvy - i'd say better than most around me, but this stuff really just confuses me.

Run the command 'rclone version' and share the full output of the command.

rclone v1.65.2

  • os/version: Microsoft Windows 11 Home 24H2 (64 bit)
  • os/kernel: 10.0.26100.2894 (x86_64)
  • os/type: windows
  • os/arch: amd64
  • go/version: go1.21.6
  • go/linking: static
  • go/tags: cmount

Are you on the latest version of rclone? yes

Which cloud storage system are you using? (eg Google Drive)

jottadrive

The command you were trying to run (eg rclone copy /tmp remote:tmp)

i don't know! i can't find anything that makes sense to mount the drive. i think i've set up the remote correctly, but i have no idea.

Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.

[jottacloud]
type = jottacloud
configVersion = 1
client_id = XXX
client_secret =
tokenURL = https://id.jottacloud.com/auth/realms/jottacloud/protocol/openid-connect/token
token = XXX
device = Jotta
mountpoint = Archive

Double check the config for sensitive info before posting publicly

A log from the command that you were trying to run with the -vv flag

again, i have basically zero idea what i'm doing here. any help is appreciated.

welcome to the forum,

test using rclone lsd jottacloud:

that is very rclone. should rclone selfupdate

rclone mount works the same for jottacloud. try a simple command
rclone mount jottacloud: x: -v

1 Like

tyty so much for helping!

C:\Users\there>rclone lsd jottacloud:
-1 1999-12-31 18:00:00 -1 Movies
-1 1999-12-31 18:00:00 -1 TV Shows

updated rclone

C:\Users\there>rclone mount jottacloud x: -v
2025/02/01 11:11:50 NOTICE: "jottacloud" refers to a local folder, use "jottacloud:" to refer to your remote or "./jottacloud" to hide this warning
2025/02/01 11:11:50 INFO : Local file system at //?/C:/Users/there/jottacloud: poll-interval is not supported by this remote
2025/02/01 11:11:50 ERROR : symlinks not supported without the --links flag: /
The service rclone has been started.

it looks like the mount worked, kind of? but this is what the drive looks like, which doesn't seem right:
Screenshot 2025-02-01 111421

have to comment separately, new users can't upload multiple pieces of media

these are the folder in the mounted drive:
Screenshot 2025-02-01 111706

and files:

i have hundreds of files in my jottacloud archive so there's definitely something wrong

rclone mount jottacloud: x: -v

i love you. thank you so much!

1 Like