Solutions for running Dropbox on Ubuntu 16.04 with some kind of encryption?
up vote
8
down vote
favorite
Dropbox has announced that on November 7, they're dropping support for a wide range of Linux file systems except for unencrypted ext4. See
https://www.dropbox.com/help/desktop-web/system-requirements#linux
This is being discussed on the Dropbox support site and on twitter and slashdot.
I've been running ext4 with ecryptfs on my home directory without any problems, but this will apparently not be supported after November 7.
If I wipe my system and reinstall Ubuntu 16.04 with full disk encryption and run ext4 on top of that it has been suggested to me that the Dropbox client will be happy. Has anyone confirmed that this will work?
It's also been suggested that one could create an ext4 filesystem within a file outside of the ecryptfs home directory and setup dropbox to run on that filesystem. This would leave the Dropbox files unencrypted. Has anyone confirmed that this will work?
Is it possible to simply tell Dropbox to store its files unencrypted in /var/Dropbox?
Are there any other suggested solutions for us ecryptfs+ext4 users?
16.04 dropbox
add a comment |
up vote
8
down vote
favorite
Dropbox has announced that on November 7, they're dropping support for a wide range of Linux file systems except for unencrypted ext4. See
https://www.dropbox.com/help/desktop-web/system-requirements#linux
This is being discussed on the Dropbox support site and on twitter and slashdot.
I've been running ext4 with ecryptfs on my home directory without any problems, but this will apparently not be supported after November 7.
If I wipe my system and reinstall Ubuntu 16.04 with full disk encryption and run ext4 on top of that it has been suggested to me that the Dropbox client will be happy. Has anyone confirmed that this will work?
It's also been suggested that one could create an ext4 filesystem within a file outside of the ecryptfs home directory and setup dropbox to run on that filesystem. This would leave the Dropbox files unencrypted. Has anyone confirmed that this will work?
Is it possible to simply tell Dropbox to store its files unencrypted in /var/Dropbox?
Are there any other suggested solutions for us ecryptfs+ext4 users?
16.04 dropbox
Any more questions? I think my answer addresses your question pretty well, so hope you will accept it.
– greggles
Oct 4 at 14:07
add a comment |
up vote
8
down vote
favorite
up vote
8
down vote
favorite
Dropbox has announced that on November 7, they're dropping support for a wide range of Linux file systems except for unencrypted ext4. See
https://www.dropbox.com/help/desktop-web/system-requirements#linux
This is being discussed on the Dropbox support site and on twitter and slashdot.
I've been running ext4 with ecryptfs on my home directory without any problems, but this will apparently not be supported after November 7.
If I wipe my system and reinstall Ubuntu 16.04 with full disk encryption and run ext4 on top of that it has been suggested to me that the Dropbox client will be happy. Has anyone confirmed that this will work?
It's also been suggested that one could create an ext4 filesystem within a file outside of the ecryptfs home directory and setup dropbox to run on that filesystem. This would leave the Dropbox files unencrypted. Has anyone confirmed that this will work?
Is it possible to simply tell Dropbox to store its files unencrypted in /var/Dropbox?
Are there any other suggested solutions for us ecryptfs+ext4 users?
16.04 dropbox
Dropbox has announced that on November 7, they're dropping support for a wide range of Linux file systems except for unencrypted ext4. See
https://www.dropbox.com/help/desktop-web/system-requirements#linux
This is being discussed on the Dropbox support site and on twitter and slashdot.
I've been running ext4 with ecryptfs on my home directory without any problems, but this will apparently not be supported after November 7.
If I wipe my system and reinstall Ubuntu 16.04 with full disk encryption and run ext4 on top of that it has been suggested to me that the Dropbox client will be happy. Has anyone confirmed that this will work?
It's also been suggested that one could create an ext4 filesystem within a file outside of the ecryptfs home directory and setup dropbox to run on that filesystem. This would leave the Dropbox files unencrypted. Has anyone confirmed that this will work?
Is it possible to simply tell Dropbox to store its files unencrypted in /var/Dropbox?
Are there any other suggested solutions for us ecryptfs+ext4 users?
16.04 dropbox
16.04 dropbox
edited Aug 13 at 4:35
asked Aug 13 at 4:04
Brian Borchers
21117
21117
Any more questions? I think my answer addresses your question pretty well, so hope you will accept it.
– greggles
Oct 4 at 14:07
add a comment |
Any more questions? I think my answer addresses your question pretty well, so hope you will accept it.
– greggles
Oct 4 at 14:07
Any more questions? I think my answer addresses your question pretty well, so hope you will accept it.
– greggles
Oct 4 at 14:07
Any more questions? I think my answer addresses your question pretty well, so hope you will accept it.
– greggles
Oct 4 at 14:07
add a comment |
4 Answers
4
active
oldest
votes
up vote
7
down vote
I contacted Dropbox support about this issue and let them know I'd prefer greater support for encryption and for more filesystems. They responded:
While we do not support encryption methods like ecryptfs, we do
support full disk encryption systems such as LUKS for Linux users.
Dropbox makes the security of your data our highest priority.
Their system requirements page now says:
Note: ecryptfs is not supported, but Dropbox will continue to sync
with supported file systems that are encrypted via full disk
encryption (e.g. LUKS)
So, it seems that they are pretty committed to supporting full disk encryption with LUKS. That may change in the future, of course.
Is it possible to simply tell Dropbox to store its files unencrypted in /var/Dropbox?
That seems likely to work, but...then the files are not encrypted.
Are there any other suggested solutions for us ecryptfs+ext4 users?
I think the solution if you want to encrypt the files is to move to LUKS and full disk encryption.
add a comment |
up vote
3
down vote
You can use Cryptomator.
- An Open Source Tool for free client-side encryption of your cloud files.
Install it with
sudo add-apt-repository ppa:sebastian-stenzel/cryptomator
sudo apt-get update
sudo apt-get install cryptomator
add a comment |
up vote
0
down vote
Note that a solution based on having Dropbox on an LUKS-encrypted partition would normally require entering an extra password when that partition is mounted - as compared to having Dropbox on ecryptfs+ext4 such as an Ubuntu with encrypted /home directory (which needs only the login password).
The solution described here avoids this extra password: https://askubuntu.com/a/818539. But actually I'm surprised there isn't more support for this? I guess more of us will be looking into it now that we're forced to move our Dropbox files out of our encrypted /home.
add a comment |
up vote
0
down vote
There's a GitHub repository called dropbox-filesystem-fix. This makes your Dropbox folder appear as if it's on an unencrypted Ext4 filesystem, no matter what filesystem you use (and with or without encryption). You just have to run Dropbox with with a dropbox-filesystem library (LD_PRELOAD).
You'll need to grab the code from GitHub, compile the library (make) and replace the Dropbox startup entry with the dropbox_start.py script provided by dropbox-filesystem-fix.
If you need complete step by step instructions, check out this page.
add a comment |
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
7
down vote
I contacted Dropbox support about this issue and let them know I'd prefer greater support for encryption and for more filesystems. They responded:
While we do not support encryption methods like ecryptfs, we do
support full disk encryption systems such as LUKS for Linux users.
Dropbox makes the security of your data our highest priority.
Their system requirements page now says:
Note: ecryptfs is not supported, but Dropbox will continue to sync
with supported file systems that are encrypted via full disk
encryption (e.g. LUKS)
So, it seems that they are pretty committed to supporting full disk encryption with LUKS. That may change in the future, of course.
Is it possible to simply tell Dropbox to store its files unencrypted in /var/Dropbox?
That seems likely to work, but...then the files are not encrypted.
Are there any other suggested solutions for us ecryptfs+ext4 users?
I think the solution if you want to encrypt the files is to move to LUKS and full disk encryption.
add a comment |
up vote
7
down vote
I contacted Dropbox support about this issue and let them know I'd prefer greater support for encryption and for more filesystems. They responded:
While we do not support encryption methods like ecryptfs, we do
support full disk encryption systems such as LUKS for Linux users.
Dropbox makes the security of your data our highest priority.
Their system requirements page now says:
Note: ecryptfs is not supported, but Dropbox will continue to sync
with supported file systems that are encrypted via full disk
encryption (e.g. LUKS)
So, it seems that they are pretty committed to supporting full disk encryption with LUKS. That may change in the future, of course.
Is it possible to simply tell Dropbox to store its files unencrypted in /var/Dropbox?
That seems likely to work, but...then the files are not encrypted.
Are there any other suggested solutions for us ecryptfs+ext4 users?
I think the solution if you want to encrypt the files is to move to LUKS and full disk encryption.
add a comment |
up vote
7
down vote
up vote
7
down vote
I contacted Dropbox support about this issue and let them know I'd prefer greater support for encryption and for more filesystems. They responded:
While we do not support encryption methods like ecryptfs, we do
support full disk encryption systems such as LUKS for Linux users.
Dropbox makes the security of your data our highest priority.
Their system requirements page now says:
Note: ecryptfs is not supported, but Dropbox will continue to sync
with supported file systems that are encrypted via full disk
encryption (e.g. LUKS)
So, it seems that they are pretty committed to supporting full disk encryption with LUKS. That may change in the future, of course.
Is it possible to simply tell Dropbox to store its files unencrypted in /var/Dropbox?
That seems likely to work, but...then the files are not encrypted.
Are there any other suggested solutions for us ecryptfs+ext4 users?
I think the solution if you want to encrypt the files is to move to LUKS and full disk encryption.
I contacted Dropbox support about this issue and let them know I'd prefer greater support for encryption and for more filesystems. They responded:
While we do not support encryption methods like ecryptfs, we do
support full disk encryption systems such as LUKS for Linux users.
Dropbox makes the security of your data our highest priority.
Their system requirements page now says:
Note: ecryptfs is not supported, but Dropbox will continue to sync
with supported file systems that are encrypted via full disk
encryption (e.g. LUKS)
So, it seems that they are pretty committed to supporting full disk encryption with LUKS. That may change in the future, of course.
Is it possible to simply tell Dropbox to store its files unencrypted in /var/Dropbox?
That seems likely to work, but...then the files are not encrypted.
Are there any other suggested solutions for us ecryptfs+ext4 users?
I think the solution if you want to encrypt the files is to move to LUKS and full disk encryption.
edited Aug 30 at 23:08
answered Aug 16 at 18:30
greggles
1517
1517
add a comment |
add a comment |
up vote
3
down vote
You can use Cryptomator.
- An Open Source Tool for free client-side encryption of your cloud files.
Install it with
sudo add-apt-repository ppa:sebastian-stenzel/cryptomator
sudo apt-get update
sudo apt-get install cryptomator
add a comment |
up vote
3
down vote
You can use Cryptomator.
- An Open Source Tool for free client-side encryption of your cloud files.
Install it with
sudo add-apt-repository ppa:sebastian-stenzel/cryptomator
sudo apt-get update
sudo apt-get install cryptomator
add a comment |
up vote
3
down vote
up vote
3
down vote
You can use Cryptomator.
- An Open Source Tool for free client-side encryption of your cloud files.
Install it with
sudo add-apt-repository ppa:sebastian-stenzel/cryptomator
sudo apt-get update
sudo apt-get install cryptomator
You can use Cryptomator.
- An Open Source Tool for free client-side encryption of your cloud files.
Install it with
sudo add-apt-repository ppa:sebastian-stenzel/cryptomator
sudo apt-get update
sudo apt-get install cryptomator
edited Aug 25 at 12:25
abu_bua
3,06081023
3,06081023
answered Aug 25 at 9:13
Icecroc
311
311
add a comment |
add a comment |
up vote
0
down vote
Note that a solution based on having Dropbox on an LUKS-encrypted partition would normally require entering an extra password when that partition is mounted - as compared to having Dropbox on ecryptfs+ext4 such as an Ubuntu with encrypted /home directory (which needs only the login password).
The solution described here avoids this extra password: https://askubuntu.com/a/818539. But actually I'm surprised there isn't more support for this? I guess more of us will be looking into it now that we're forced to move our Dropbox files out of our encrypted /home.
add a comment |
up vote
0
down vote
Note that a solution based on having Dropbox on an LUKS-encrypted partition would normally require entering an extra password when that partition is mounted - as compared to having Dropbox on ecryptfs+ext4 such as an Ubuntu with encrypted /home directory (which needs only the login password).
The solution described here avoids this extra password: https://askubuntu.com/a/818539. But actually I'm surprised there isn't more support for this? I guess more of us will be looking into it now that we're forced to move our Dropbox files out of our encrypted /home.
add a comment |
up vote
0
down vote
up vote
0
down vote
Note that a solution based on having Dropbox on an LUKS-encrypted partition would normally require entering an extra password when that partition is mounted - as compared to having Dropbox on ecryptfs+ext4 such as an Ubuntu with encrypted /home directory (which needs only the login password).
The solution described here avoids this extra password: https://askubuntu.com/a/818539. But actually I'm surprised there isn't more support for this? I guess more of us will be looking into it now that we're forced to move our Dropbox files out of our encrypted /home.
Note that a solution based on having Dropbox on an LUKS-encrypted partition would normally require entering an extra password when that partition is mounted - as compared to having Dropbox on ecryptfs+ext4 such as an Ubuntu with encrypted /home directory (which needs only the login password).
The solution described here avoids this extra password: https://askubuntu.com/a/818539. But actually I'm surprised there isn't more support for this? I guess more of us will be looking into it now that we're forced to move our Dropbox files out of our encrypted /home.
edited Oct 27 at 18:20
answered Oct 24 at 15:25
esskov
1012
1012
add a comment |
add a comment |
up vote
0
down vote
There's a GitHub repository called dropbox-filesystem-fix. This makes your Dropbox folder appear as if it's on an unencrypted Ext4 filesystem, no matter what filesystem you use (and with or without encryption). You just have to run Dropbox with with a dropbox-filesystem library (LD_PRELOAD).
You'll need to grab the code from GitHub, compile the library (make) and replace the Dropbox startup entry with the dropbox_start.py script provided by dropbox-filesystem-fix.
If you need complete step by step instructions, check out this page.
add a comment |
up vote
0
down vote
There's a GitHub repository called dropbox-filesystem-fix. This makes your Dropbox folder appear as if it's on an unencrypted Ext4 filesystem, no matter what filesystem you use (and with or without encryption). You just have to run Dropbox with with a dropbox-filesystem library (LD_PRELOAD).
You'll need to grab the code from GitHub, compile the library (make) and replace the Dropbox startup entry with the dropbox_start.py script provided by dropbox-filesystem-fix.
If you need complete step by step instructions, check out this page.
add a comment |
up vote
0
down vote
up vote
0
down vote
There's a GitHub repository called dropbox-filesystem-fix. This makes your Dropbox folder appear as if it's on an unencrypted Ext4 filesystem, no matter what filesystem you use (and with or without encryption). You just have to run Dropbox with with a dropbox-filesystem library (LD_PRELOAD).
You'll need to grab the code from GitHub, compile the library (make) and replace the Dropbox startup entry with the dropbox_start.py script provided by dropbox-filesystem-fix.
If you need complete step by step instructions, check out this page.
There's a GitHub repository called dropbox-filesystem-fix. This makes your Dropbox folder appear as if it's on an unencrypted Ext4 filesystem, no matter what filesystem you use (and with or without encryption). You just have to run Dropbox with with a dropbox-filesystem library (LD_PRELOAD).
You'll need to grab the code from GitHub, compile the library (make) and replace the Dropbox startup entry with the dropbox_start.py script provided by dropbox-filesystem-fix.
If you need complete step by step instructions, check out this page.
answered Nov 27 at 10:07
Logix
5868
5868
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1064831%2fsolutions-for-running-dropbox-on-ubuntu-16-04-with-some-kind-of-encryption%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Any more questions? I think my answer addresses your question pretty well, so hope you will accept it.
– greggles
Oct 4 at 14:07