Skip to content
This repository has been archived by the owner on Dec 26, 2022. It is now read-only.

Latest commit

 

History

History
20 lines (12 loc) · 470 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 470 Bytes

Dropbox ext4 Hack

Gets around Dropbox dropping support for non-ext4 filesystems by wrapping the statfs64 function and overwriting the filesystem type.

Install the pre-built hack

Just run:

sudo ./fix_dropbox.py
dropbox stop
dropbox start

It will install the hack into /usr/local/. You can modify fix_dropbox.py to customize that.

Install from source

Make sure you have GCC installed and run the following:

make
sudo make install