You haven't signed in yet, you can have a better experience after signing in
You haven't signed in yet, you can have a better experience after signing in
Activity Rules
1、Activity time:{{ info.groupon.start_at }} ~ {{ info.groupon.end_at }}。
2、Validity period of the Group Buying:{{ info.groupon.expire_days * 24 }} hours。
3、Number of Group Buying:{{ info.groupon.need_count }}x。
Please Pay Attention
1、Teamwork process: Join/initiate a Group Buying and make a successful payment - Within the validity period, the number of team members meets the activity requirements - Group Buying succeeded!
2、If the number of participants cannot be met within the valid period, the group will fail, and the paid amount will be refunded in the original way.
3、The number of people required and the time of the event may vary among different products. Please pay attention to the rules of the event.
CloudDrive multi cloud disk local mount management tool software
What is CloudDrive?
Main features
Mount multiple cloud disks to local drives as if they are part of the computer's file system. Say goodbye to the trouble of downloading files from the cloud.
Manage all cloud disk accounts in one place. Easily organize files, synchronize folders, and conduct advanced searches across different cloud services. Currently supported123 cloud storage, Alibaba cloud storage, Baidu cloud storage, Tianyi cloud storage, 115 cloud storage, Google Drive, PikPak, WebDAV server, OneDrive, Xunlei cloud storage, and local folders.
Log in to all cloud disk accounts in one place and use them on any device without having to log in to different accounts every time.
The cloud disk account synchronization mechanism is secure.
CloudDrive, as a WebDAV server, can provide WebDAV services to other WebDAV clients.
Quickly and directly transfer files between cloud disks without the need for intermediate downloads. Save time and bandwidth through CloudDrive's optimized file transfer function.
Receive real-time notifications about cloud file changes. Integrate seamlessly with the file system monitor application to achieve seamless collaboration.
Fine control file access permissions. Define and manage access permissions at the program level to ensure secure sharing and collaboration.
Use CloudDrive and no longer be a cloud storage vampire.
We ensure a smooth user experience while minimizing resource usage by network storage operators.
Back up the local disk to multiple cloud disks simultaneously. Automatically detect file changes and perform incremental backups. Multi cloud backup, worry free data.
Computer: Windows, Linux, macOS
NAS: Synology, QNAP
TV phone: Android, LibreElec, CoreElec
Router: OpenWRT router
Using CloudDrive
Download and install the latest version of CloudDrive, which allows you to have a unified cloud storage management center on your computer and expand your cloud drive into your local hard drive.
CloudDrive currently supports Windows x64, Linux, macOS, and computers with architectures such as x86_64, arm64, and armv7.
Installing the latest version of CloudDrive on your NAS can turn your NAS into a unified cloud storage management center and expand your cloud storage into your NAS's disks.
CloudDrive currently supports mainstream NAS platforms such as Synology, Unread, and Qna p, as well as NAS architectures such as x86_64, arm64, and armv7. It can be installed directly or through Docker. Synology and Qnap can also directly install third-party CloudDrive plugins.
CloudDrive can run on Android phones, extending your cloud storage to local storage. With CloudDrive, you can consolidate multiple cloud disks into a unified storage space, and all apps installed by users can directly access the locally mounted cloud disk files.
CloudDrive supports Android 7.0 and above, and requires root privileges to use local mounting functionality on Android systems.
CloudDrive can run on a TV or set-top box, expanding your cloud storage to local storage. With CloudDrive, you can integrate multiple cloud disks into a unified storage space and directly access locally mounted cloud disk files for playback through the built-in player on the set-top box.
CloudDrive supports LibreElec CoreEle c and others are based on Linux systems, as well as TVs or set-top boxes based on Android systems (requiring root privileges to use local mounting functions on Android systems).
CloudDrive can run on an OpenWRT router, turning the router into a NAS with your cloud disk as its content. You can consolidate them into a unified storage space through simple configuration.
CloudDrive supports OpenWRT routers with x86_64, arm64, and armv7 architectures, which can be downloaded and run directly or through Docker.
Official website:https://www.clouddrive2.com/
Download Center:https://clouddrive.apsgo.cn
Backup Download:N/A
Delivery time:24-hour automatic shipping
Operating platform:Windows、Linux、macOS、Android、Docker、Nas
Interface language:Supports Chinese interface display.
Update instructions:Used and updated during the subscription period.
Pre purchase trial:Free trial before purchase.
How to receive the goods:After purchase, the activation information will be sent to the email address at the time of placing the order, and the corresponding product activation code can be viewed in the personal center, My Orders.
Number of devices:Free users: Up to 2 devices can be online simultaneously. Paid members: up to 5 devices online simultaneously
Replacing the computer:Uninstall the original computer and activate the new computer.
Activation guidance:Please download the latest version (Web 1.3.6.0+) from the official website, then click on the membership plan, drag it to the bottom, click "I have an activation code", copy and paste it, and click on "activate".
Special instructions:To be added.
Reference materials:https://www.clouddrive2.com/pricing.html
Any question
Post organization from @ tanlidoushen
1、 Prepare necessary software and tools
1.Termux
CloudDrive 2 The current version of Android requires running binary files in the/data directory of the device as a command line, and cannot be run directly by clicking on the installation like regular APK files.
In order to execute these binary files, the following two methods can be used:
Using adb shell: adb is the abbreviation for Android Debug Bridge and is a command-line tool in the Android Development Kit (SDK). By connecting your phone to a computer and using the adb shell command, you can enter the device's command-line interface and execute binary files within it.
Using Termux: Termux is a terminal emulator application that runs in a Linux environment on Android devices. You can run binary files by using the corresponding commands in Termux.
This article introduces the operation of TermuxCloudDrive 2 The way
Termux obtains the address as:
https://f-droid.org/zh_Hans/packages/com.termux/
After installation, enter the following command to determine the CPU architecture of the device:
dpkg --print-architecture
2. MT Manager
By using the MT manager, Termux's home directory can be accessed with non root privileges while running, saving a lot of steps.
Firstly, run Termux in advance, and then click on the top left corner of the MT manager. In the drop-down list, add local storage and select Termux. The root user has direct access to Termux's home directory and can skip this step.
Termux's home directory is located at
/data/data/com.termux/files/home/
3. Prepare the Android version of Cloud Drive 2 suitable for the device architecture used.
CloudDrive 2 After version 5.0, publish updates through github and download the appropriate version based on the results returned by Termux
https://github.com/cloud-fs/cloud-fs.github.io/releases
Renaming a file as clouddrive-2.tgz
Move the file to the home directory of Termux that was just added by the MT manager, and the root user can directly move the file to the
/data/data/com.termux/files/home/
In the directory
4. fuse3 [skip for non root users]
In the Android system, if you want to mount a network disk to local storage, you need to first obtain root permission and use Fuse3 that has been compiled and adapted.
Here is the version compiled by the boss, which needs to be downloaded according to your own architecture. The result returned by Termux isAarch64,Just choose arm64, not just another one.
https://forum.xda-developers.com/t/fusermount-on-android-rclone-mount.3866652/
After downloading and decompressing, rename the obtained file Fusermount3 and move it to
data/data/com.termux/files/usr/bin
Under the directory,And change the permissions to 700
2、 Deploying Cloud Drive 2 in Termux
1. Permission elevation [skip for non root users]
Enter in Termux
pkg install tsu
This command installs a software package called tsu, which is a privilege escalation tool on Termux that allows you to run commands as a super user.
2. Unzip the CD2 package file
Input:
tar -zxvf clouddrive-2.tgz
3. Rename the extracted folder
Check the extracted folder name in the mt folder
Simply modify the root user to clouddrive-2
Non root users do not have direct modification permissions. Use the following command to rename them
Mv [folder name] clouddrive-2
If the folder you extracted is named clouddrive-2-android-arch64-0.5.5
So the command is
mv clouddrive-2-android-aarch64-0.5.5 clouddrive-2
3、 Quick Run in TermuxCloudDrive 2
Create a new. bashrc file in the home directory of Termux and edit the file.
If you want to open Termux, enter "cd2" to quickly run cd2
Non root user addition:
function cd2 {
cd ~
cd clouddrive-2/
./clouddrive
}
Root user add:
function cd2 {
(cd ~ && sudo nsenter -t 1 -m -- /bin/bash -c "cd /data/data/com.termux/files/home/clouddrive-2/ && sudo ./clouddrive")
}
If you want to open Termux, run it automaticallyCloudDrive 2
Non root user addition:
(cd ~ && cd clouddrive-2 && ./clouddrive)
Root user add:
(cd ~ && sudo nsenter -t 1 -m -- /bin/bash -c "cd /data/data/com.termux/files/home/clouddrive-2/ && ./clouddrive")
Next, you can close itOpen Termux again to see if the above shortcut command is effective. If not possible, you can enter
chmod +x ~/.bashrc
Add execution permissions to. bashrc.
To mount a directory to a non data directory, you can take a look at the folder below this directory
/mnt/runtime/
Post organization from @ tanlidoushen