How to use Dropbox in a Linux file system is not Ext4
Previously, using Dropbox on Linux was easy. However, if you use a file system other than Ext4, this will become much more difficult. Fortunately, there is still a way to fix this. Find out through the following article!
How does Dropbox work in a Linux file system other than Ext4?
- What is the problem?
- Options to solve the problem
- How to make Dropbox work on non-Ext4 file systems
- Warning
- Before start
- Install dropbox-filesystem-fix
- Making fixes permanently
What is the problem?
For a long time, Dropbox has supported almost every file system the user wants to use, then Dropbox quietly claims that it will give up support for 'uncommon' file systems. 'Uncommon' in this case means any file system other than Ext4.
You may see messages saying: ' Dropbox will stop syncing. Move your folder Dropbox to một hệ thống tập tin được hỗ trợ. (Dropbox will stop syncing. Move your Dropbox folder to the supported file system). Another error message is' Your Dropbox folder is on a system file that is no longer supported. '(Your Dropbox folder on the file system is no longer supported).
Options to solve the problem
Whatever the reason Dropbox stops supporting other file systems, you have a few options. You can create Ext4 partitions on Dropbox dedicated hard drives. This technically will work, but must resize this partition if the Dropbox folder is too large. That is an inappropriate solution.
You can also leave Dropbox completely. There are many other cloud service providers out there. You can also use your own self-archiving solution like Nextcloud, ownCloud or Seafile.
Finally, you can use a workaround to allow using Dropbox on non-Ext4 file systems.
How to make Dropbox work on non-Ext4 file systems
There are several ways to bypass Dropbox's file system detection feature, but one of the easiest ways is to use the 'dropbox-filesystem-fix' tool .
Warning
On the GitHub page of the dropbox-filesystem-fix, there is a warning that needs special attention. 'This is a trial fix, not supported by Dropbox. This tool may cause data loss. Please note this and make sure to back up your Dropbox folder regularly. '
Before start
Before using dropbox-filesystem-fix, you will need to install the tools to build it. On Debian, Ubuntu and similar systems, run the following command:
sudo apt install build-essential
There are alternatives to other distributions. On Fedora and other RPM-based distributions, run the command:
yum install make automake gcc gcc-c++ kernel-devel
On Arch and similar systems, run the following command:
pacman -S base-devel
Install dropbox-filesystem-fix
The following instructions assume that you have installed Dropbox. If you haven't installed Dropbox yet, do it now.
To copy the GitHub repository and build dropbox-filesystem-fix, run the following commands:
git clone https://github.com/dark/dropbox-filesystem-fix.git cd dropbox-filesystem-fix make
Once successful, move the entire folder to '/ opt /'. You also need to create a script to start the executable program. Run the following commands:
sudo mv dropbox-filesystem-fix /opt/ sudo chmod +x /opt/dropbox-filesystem-fix/dropbox_start.py
You can now stop Dropbox (assuming it is running) with the following command:
dropbox stop
When this is done, you can try running Dropbox via dropbox-filesystem-fix to be installed:
/opt/dropbox-filesystem-fix/dropbox_start.py
If you don't receive any alerts and Dropbox is running, you have successfully installed dropbox-filesystem-fix.
Making fixes permanently
When the fix for Dropbox is running, go to Settings and uncheck the 'Start Dropbox on system startup' box . From now on, you will start Dropbox from the script you just ran. You can also run the dropbox autostart n if you can't find this installation dialog.
If the directory '~ / config / .autostart' does not exist, create it.
mkdir -p ~/config/.autostart
Create a file in that directory, named 'dropbox-filesystem-fix.desktop', Edit the file and add the following to:
[Desktop Entry] Type=Application Exec=/opt/dropbox-filesystem-fix/dropbox_start.py Hidden=false X-GNOME-Autostart-enabled=true Name=Dropbox
The above instructions are for Gnome. Other desktop settings are similar. If necessary, refer to the documentation for the desktop environment you are using.
If you use KDE instead of Gnome, you can simply access System Settings, then select Startup & Shutdown , and then click Autostart. Here you can add scripts.
At least so far, it seems possible that running Dropbox on non-Ext4 operating systems is possible. Dropbox seems to care more about not supporting file systems other than actively preventing them from working. If you are concerned that files may suddenly become unusable in the future, there are many alternatives to Dropbox. TipsMake.com has a list of the best cloud storage services if you want to switch to a more Linux-friendly service.
Hope you are succesful.
You should read it
- Effective support services for Dropbox
- Dropbox tips and tricks
- How to change the Dropbox folder default location?
- How to set up automatic actions with Dropbox Automator
- Set password for Dropbox application on phone in 3 steps
- 5 useful features of Dropbox on iOS and Android
- Dropbox for iOS has supported uploading files from any application
- Drobox's new utility makes it easy to edit files on the web
May be interested
- Effective support services for Dropboxdropbox is a popular hosting service today, but there are some essential features not provided on the service. so, you can use the 3 services in the article to add some features to dropbox.
- Clear the Dropbox cache Windows and Linux to free up memory spaceevery time you delete any file from your dropbox account, you often think that the file has been permanently deleted. however, you do not know that those files are still hidden in the cache directory on the hard drive for use in emergencies, and for about 3 days these files will be deleted automatically.
- Use Journalctl to read the system log on Linuxmost linux-based operating systems have switched to systemd, which comes with a different daemon log called journald. to interact with these logs, use the journalctl utility.
- The reason and how to edit sudoers file in Linuxin a linux or macos system, there is a file called 'sudoers' that controls the deepest levels of your system permissions. it allows or denies a user to gain superuser access and holds some special options for sudo.
- How to change the Dropbox folder default location?by default, the dropbox folder is stored on the user folder at c: users (or the home folder on os x and linux). however for some reason you want to change the default dropbox folder location.
- Instructions for changing Dropbox passwordin the 2012 attack, hackers gathered information of 68 million accounts of the dropbox online cloud storage platform. dropbox confirmed this attack and forced customers to change their password.
- Use multiple Dropbox accounts on the same computerdropbox is an excellent cloud storage and file synchronization service, but this is also one of the most expensive options when you have used up free memory. and you can only use multiple accounts on one computer if you use the business package. however there are several ways to use multiple dropbox accounts on the same computer.
- Instructions for saving offline files with Dropbox on iOSaccording to the latest information, dropbox for ios has been updated to save the file offline. it can be said that this function is very convenient when you need to download certain files from dropbox to use when going out on the street, uploading documents at school, downloading files offline so that you can see them immediately without take more time to download ...
- Information about DbxSvc.exe file, Find out what is DbxSvc.exe file?dbxsvc.exe file is a software component of dropbox by dropbox. dropbox is an online cloud storage service. dbxsvc.exe runs the core background process for the dropbox application. this is not an essential windows process and can be disabled if it creates problems.
- Ways to download and share data to Dropbox without an accountwith file sharing tips on dropbox without account, data sharing will be much easier and easier