Solutions for running Dropbox on Ubuntu 16.04 with some kind of encryption?











up vote
8
down vote

favorite
4












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?










share|improve this question
























  • Any more questions? I think my answer addresses your question pretty well, so hope you will accept it.
    – greggles
    Oct 4 at 14:07















up vote
8
down vote

favorite
4












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?










share|improve this question
























  • Any more questions? I think my answer addresses your question pretty well, so hope you will accept it.
    – greggles
    Oct 4 at 14:07













up vote
8
down vote

favorite
4









up vote
8
down vote

favorite
4






4





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?










share|improve this question















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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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


















  • 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










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.






share|improve this answer






























    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





    share|improve this answer






























      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.






      share|improve this answer






























        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.






        share|improve this answer





















          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "89"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          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

























          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.






          share|improve this answer



























            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.






            share|improve this answer

























              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.






              share|improve this answer














              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.







              share|improve this answer














              share|improve this answer



              share|improve this answer








              edited Aug 30 at 23:08

























              answered Aug 16 at 18:30









              greggles

              1517




              1517
























                  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





                  share|improve this answer



























                    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





                    share|improve this answer

























                      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





                      share|improve this answer














                      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






                      share|improve this answer














                      share|improve this answer



                      share|improve this answer








                      edited Aug 25 at 12:25









                      abu_bua

                      3,06081023




                      3,06081023










                      answered Aug 25 at 9:13









                      Icecroc

                      311




                      311






















                          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.






                          share|improve this answer



























                            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.






                            share|improve this answer

























                              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.






                              share|improve this answer














                              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.







                              share|improve this answer














                              share|improve this answer



                              share|improve this answer








                              edited Oct 27 at 18:20

























                              answered Oct 24 at 15:25









                              esskov

                              1012




                              1012






















                                  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.






                                  share|improve this answer

























                                    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.






                                    share|improve this answer























                                      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.






                                      share|improve this answer












                                      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.







                                      share|improve this answer












                                      share|improve this answer



                                      share|improve this answer










                                      answered Nov 27 at 10:07









                                      Logix

                                      5868




                                      5868






























                                          draft saved

                                          draft discarded




















































                                          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.




                                          draft saved


                                          draft discarded














                                          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





















































                                          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







                                          Popular posts from this blog

                                          Category:香港粉麵

                                          List *all* the tuples!

                                          Channel [V]