The rclone command has a self-update mechanism. And yet,
root@qnaptruenas[/usr/bin]# rclone selfupdate
2026/05/05 22:40:05 CRITICAL: Error: /usr/bin/rclone: file is not writable, run self-update as root
I already ran that command as root! Okay, so maybe rclone does not have write-privileges for the root user… Let’s see:
root@qnaptruenas[/home/truenas_admin]# cd /usr/bin
root@qnaptruenas[/usr/bin]# ls -la | grep rclone
-rwxr-xr-x 1 root root 87830480 Apr 13 15:26 rclone
So I tried this command:
root@qnaptruenas[/usr/bin]# chgrp wheel rclone
chgrp: changing group of 'rclone': Read-only file system
Read-only file system? Is this similar to macOS’s Sealed System Volume?