Installation¶
RaiDrive CLI (Command Line Interface) makes it easy to mount and use remote storage on Linux. Download and install the package for your distribution.
Requirements¶
The Linux distribution must support the fuse3
module. The RaiDrive package installs it automatically. Some storage
services require a web browser for authentication (e.g. Google Drive,
OneDrive, Dropbox).
Linux distributions¶
| Type | Distribution |
|---|---|
| Debian based Linux | Debian 10+, Ubuntu 20.04+, elementary OS 6+, Linux Mint 20.3+, MX Linux 21.3+, Pop!_OS 20.04+, Zorin OS 16.3+, Raspberry Pi OS |
| RPM based Linux | Fedora 27+, CentOS Stream 8+, Red Hat Enterprise Linux (RHEL) 8+, Amazon Linux 2023, AlmaLinux 8+, Oracle Linux 8+, Rocky Linux 8+, openSUSE 15.1+, SUSE Enterprise Linux (SLES) 15.1+ |
| APK based Linux | Alpine 3.15+ |
Architectures¶
| Type | Architecture |
|---|---|
| AMD, Intel | amd64, x86_64 |
| ARM | aarch64, arm64 (arm64v8) |
Packages¶
Download and install the package for your distribution. After
installation, the raidrived daemon is registered and started
automatically for raidrivecli.
Debian¶
wget https://app.raidrive.com/deb/raidrive-2024.8.15-linux.amd64.deb
sudo apt install ./raidrive-2024.8.15-linux.amd64.deb
wget https://app.raidrive.com/deb/raidrive-2024.8.15-linux.arm64.deb
sudo apt install ./raidrive-2024.8.15-linux.arm64.deb
RPM¶
wget https://app.raidrive.com/rpm/raidrive-2024.8.15-linux.x86_64.rpm
sudo yum install ./raidrive-2024.8.15-linux.x86_64.rpm
wget https://app.raidrive.com/rpm/raidrive-2024.8.15-linux.aarch64.rpm
sudo yum install ./raidrive-2024.8.15-linux.aarch64.rpm
APK¶
wget https://app.raidrive.com/apk/x86_64/raidrive-2024.8.15-r0.apk
sudo apk add ./raidrive-2024.8.15-r0.apk
wget https://app.raidrive.com/apk/aarch64/raidrive-2024.8.15-r0.apk
sudo apk add ./raidrive-2024.8.15-r0.apk
UNTRUSTED signature
To avoid this error, run one of these two commands:
sudo apk add --allow-untrusted ./raidrive-2024.8.15-r0.apk
sudo wget https://app.raidrive.com/apk/packager@raidrive.com-66ace341.rsa.pub -O /etc/apk/keys
Check the installation¶
The status command displays the installed version, the virtual file
system driver, the current subscription, and the total number of
mountpoints.
raidrivecli status
Installed files¶
| File | Description |
|---|---|
/usr/bin/raidrivecli |
command line interface |
/usr/sbin/raidrived |
daemon for virtual filesystem |
/lib/systemd/system/raidrive.service |
daemon script for systemd |
/etc/init.d/raidrived |
daemon script for initd (APK) |
Generated files¶
| File | Description |
|---|---|
/var/log/raidrive/service*.log |
daemon log files |
~/.raidrive/log/cli*.log |
CLI log files in the user home directory |
/var/cache/raidrive/* |
cache files |
/etc/raidrive/main.dat |
encrypted configuration file |