YuzakiAsuka
(Yuzaki Asuka)
September 23, 2025, 12:13pm
1
here is the output of the automation command->
(after running systemctl status)
× automount.service - automountin'n stuff
Loaded: loaded (/etc/systemd/system/automount.service; enabled; preset: disabled)
Active: failed (Result: exit-code) since Tue 2025-09-23 14:10:02 CEST; 1s ago
Invocation: d2266cfd3a9542d8b5b19a2753e9af52
Process: 20084 ExecStart=/usr/local/automount.sh (code=exited, status=1/FAILURE)
Main PID: 20084 (code=exited, status=1/FAILURE)
Mem peak: 15.3M
CPU: 55ms
Sep 23 14:10:02 asuka-szl0614 systemd[1]: Starting automountin'n stuff...
Sep 23 14:10:02 asuka-szl0614 rclone[20085]: INFO+2: Config file "/root/.config/rclone/rclone.conf" not found - using defaults
Sep 23 14:10:02 asuka-szl0614 rclone[20085]: ERROR+4: Failed to create file system for "Nexus:/": didn't find section in config file ("Nexus")
Sep 23 14:10:02 asuka-szl0614 systemd[1]: automount.service: Main process exited, code=exited, status=1/FAILURE
Sep 23 14:10:02 asuka-szl0614 systemd[1]: automount.service: Failed with result 'exit-code'.
Sep 23 14:10:02 asuka-szl0614 systemd[1]: Failed to start automountin'n stuff.
What is the problem you are having with rclone?
Run the command 'rclone version' and share the full output of the command.
rclone v1.71.0
os/version: arch 25.0.8 (64 bit)
os/kernel: 6.16.4-2-MANJARO (x86_64)
os/type: linux
os/arch: amd64
go/version: go1.25.0
go/linking: static
go/tags: none
Which cloud storage system are you using? (eg Google Drive)
The command you were trying to run (eg rclone copy /tmp remote:tmp)
rclone mount Nexus:/ '/home/asuka/Nexus' --vfs-cache-mode writes
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
[Nexus]
type = protondrive
username = sxchorizon@seznam.cz
2fa =
password = XXX
client_uid = XXX
client_access_token = XXX
client_refresh_token = XXX
client_salted_key_pass = XXX
### 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
i dont think logs are relevant as the command works normally but not in .sh scripts
Paste log here
YuzakiAsuka
(Yuzaki Asuka)
September 23, 2025, 12:14pm
2
and as far as i know the config file is where it should be
Obviously it is not:) as:
It looks that your automated job run as root. Then config is expected in different location (/root/.config/rclone) compared to when you run it from command line as a regular user (/home/${USER}/.config/rclone)
Either specify config file location explicitly by using --config flag or make sure that it is where default location is for a user running mount command.
Or make your systemd job to run as specific user.
Whatever is better for you:)
YuzakiAsuka
(Yuzaki Asuka)
September 23, 2025, 4:34pm
4
Anyway i also have I/O errors when trying to do anything with the files for some reason
also now it throws permission denied errors
YuzakiAsuka
(Yuzaki Asuka)
September 23, 2025, 4:36pm
5
after specifying User=asuka and Group=asuka it throws this
/home sudo systemctl status automount.service 1 ✘
× automount.service - automountin'n stuff
Loaded: loaded (/etc/systemd/system/automount.service; enabled; preset: disabled)
Active: failed (Result: exit-code) since Tue 2025-09-23 18:35:45 CEST; 2s ago
Invocation: 7c5343d4f9ee4a02a5d57b3adb885db1
Process: 21589 ExecStart=/usr/local/automount.sh (code=exited, status=1/FAILURE)
Main PID: 21589 (code=exited, status=1/FAILURE)
Mem peak: 19.8M
CPU: 91ms
Sep 23 18:35:42 asuka-szl0614 systemd[1]: Starting automountin'n stuff...
Sep 23 18:35:45 asuka-szl0614 rclone[21590]: INFO+2: mount helper error: fusermount3: failed to access mountpoint /home/asuka/Nexus: Permission denied
Sep 23 18:35:45 asuka-szl0614 rclone[21590]: ERROR+4: Fatal error: failed to mount FUSE fs: fusermount: exit status 1
Sep 23 18:35:45 asuka-szl0614 systemd[1]: automount.service: Main process exited, code=exited, status=1/FAILURE
Sep 23 18:35:45 asuka-szl0614 systemd[1]: automount.service: Failed with result 'exit-code'.
Sep 23 18:35:45 asuka-szl0614 systemd[1]: Failed to start automountin'n stuff.
/home 3 ✘
YuzakiAsuka:
/home/asuka/Nexus
and what is result of:
$ ls -l /home/asuka/Nexus
YuzakiAsuka
(Yuzaki Asuka)
September 23, 2025, 7:46pm
7
total 0
and when i mount the cloud drive :
total 2893
-rw-rw-rw- 1 asuka asuka 1403313 Jun 29 14:32 city.png
-rw-rw-rw- 1 asuka asuka 227 Jul 8 17:28 discord_backup_codes.txt
drwxrwxrwx 1 asuka asuka 0 Sep 22 16:00 Dokumenty
-rw-rw-rw- 1 asuka asuka 206 Jul 21 20:52 'github-recovery-codes(1).txt'
-rw-rw-rw- 1 asuka asuka 342447 Sep 23 14:17 kykrooooooooooooooooooooooo.jpg
-rw-rw-rw- 1 asuka asuka 2598 Jul 30 14:42 'Minecraft Purple Accent Skin - Imgur.png'
-rw-rw-rw- 1 asuka asuka 487380 Sep 21 20:45 proton-recovery-kit.pdf
-rw-rw-rw- 1 asuka asuka 724864 Aug 4 11:06 silesiaaccurately.png
asdffdsa
(jojothehumanmonkey)
September 23, 2025, 7:52pm
8
please post the systemd service file and automount.sh
system
(system)
Closed
October 23, 2025, 7:52pm
9
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.