Dropbox is asking me to change location to Ext4












13















My Dropbox keeps telling me, that it needs to be moved to ext4 filesystem.



enter image description here



The problem is, that when I have a look at my disk, I see this:



enter image description here



It seems, that my filesystem already is ext4.



Do you have any idea, what could be wrong? I found a similar question here.



I'm using only encrypted home folder - could the problem be solved just by moving my Dropbox folder outside of it?










share|improve this question

























  • See also summary of possible reasons here: askubuntu.com/a/1087376/29252

    – Florian Echtler
    Oct 26 '18 at 16:34
















13















My Dropbox keeps telling me, that it needs to be moved to ext4 filesystem.



enter image description here



The problem is, that when I have a look at my disk, I see this:



enter image description here



It seems, that my filesystem already is ext4.



Do you have any idea, what could be wrong? I found a similar question here.



I'm using only encrypted home folder - could the problem be solved just by moving my Dropbox folder outside of it?










share|improve this question

























  • See also summary of possible reasons here: askubuntu.com/a/1087376/29252

    – Florian Echtler
    Oct 26 '18 at 16:34














13












13








13


1






My Dropbox keeps telling me, that it needs to be moved to ext4 filesystem.



enter image description here



The problem is, that when I have a look at my disk, I see this:



enter image description here



It seems, that my filesystem already is ext4.



Do you have any idea, what could be wrong? I found a similar question here.



I'm using only encrypted home folder - could the problem be solved just by moving my Dropbox folder outside of it?










share|improve this question
















My Dropbox keeps telling me, that it needs to be moved to ext4 filesystem.



enter image description here



The problem is, that when I have a look at my disk, I see this:



enter image description here



It seems, that my filesystem already is ext4.



Do you have any idea, what could be wrong? I found a similar question here.



I'm using only encrypted home folder - could the problem be solved just by moving my Dropbox folder outside of it?







ext4 dropbox






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Sep 28 '18 at 5:16









pomsky

32.8k11103135




32.8k11103135










asked Aug 18 '18 at 13:10









EenokuEenoku

242311




242311













  • See also summary of possible reasons here: askubuntu.com/a/1087376/29252

    – Florian Echtler
    Oct 26 '18 at 16:34



















  • See also summary of possible reasons here: askubuntu.com/a/1087376/29252

    – Florian Echtler
    Oct 26 '18 at 16:34

















See also summary of possible reasons here: askubuntu.com/a/1087376/29252

– Florian Echtler
Oct 26 '18 at 16:34





See also summary of possible reasons here: askubuntu.com/a/1087376/29252

– Florian Echtler
Oct 26 '18 at 16:34










3 Answers
3






active

oldest

votes


















8














Dropbox doesn't support eCryptfs.



As per this official documentation




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)




Also another important note




If you’re running a supported operating system, but you see a message that your computer is unsupported, you may be running Dropbox in an unsupported configuration.







share|improve this answer































    1














    You can make unencrypted file system on encrypted home and put Dropbox folder inside.




    1. Unlink your host and quit Dropbox.

    2. Make storage file (count depend of your Dropbox size)


    $ dd if=/dev/zero of=~/dropboxStorage bs=1024 count=3000000



    1. Make file system inside


    $ mkfs.ext4 ~/dropboxStorage



    1. Localize Dropbox folder and rename it (you can remove it but I prefer to rename if smtf went wrong):


    $ mv ~/Dropbox ~/Dropbox.mvd



    1. Edit fstab, change ownership of Dropbox mountpoint and mount it (now you don’t need sudo)


    $ mkdir ~/Dropbox
    $ sudo vim /etc/fstab # add at the end of fstab
    /home/username/dropboxStorage /home/username/Dropbox ext4 noauto,user 0 0
    $ sudo chown username ~/Dropbox
    $ mount ~/Dropbox
    # check it
    $ mount | grep Dropbox
    /home/username/dropboxStorage on /home/username/Dropbox type ext4 (rw,nosuid,nodev,noexec,relatime,user=username



    1. Start Dropbox and relink again -- it works!


    I have a lot of hosts linked and quicker and safer for me is download Dropbox again. You cat try to do cp -a, rsync or tar -. But beware.



    You have to set starting Dropbox after mount Dropbox storage. Or turn off start Dropbox in gnome-session-properties and start it manually after login. First mount then dropbox






    share|improve this answer































      -1














      I have Ext4 partition on Linux Mint system and the same notification to change dropbox folder , but i resoved with UnlockMe sotware and his dropbox fix option . You can see it in attached image . This was a solution for me . Bye



      https://i.stack.imgur.com/ehiid.png






      share|improve this answer


























      • This looks great, the only thing is, I don't see any Dropbox Startup Fix option in Lubuntu. Is there any way to make it appear?

        – Eenoku
        Sep 16 '18 at 17:14











      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',
      autoActivateHeartbeat: false,
      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%2f1066571%2fdropbox-is-asking-me-to-change-location-to-ext4%23new-answer', 'question_page');
      }
      );

      Post as a guest















      Required, but never shown

























      3 Answers
      3






      active

      oldest

      votes








      3 Answers
      3






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes









      8














      Dropbox doesn't support eCryptfs.



      As per this official documentation




      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)




      Also another important note




      If you’re running a supported operating system, but you see a message that your computer is unsupported, you may be running Dropbox in an unsupported configuration.







      share|improve this answer




























        8














        Dropbox doesn't support eCryptfs.



        As per this official documentation




        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)




        Also another important note




        If you’re running a supported operating system, but you see a message that your computer is unsupported, you may be running Dropbox in an unsupported configuration.







        share|improve this answer


























          8












          8








          8







          Dropbox doesn't support eCryptfs.



          As per this official documentation




          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)




          Also another important note




          If you’re running a supported operating system, but you see a message that your computer is unsupported, you may be running Dropbox in an unsupported configuration.







          share|improve this answer













          Dropbox doesn't support eCryptfs.



          As per this official documentation




          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)




          Also another important note




          If you’re running a supported operating system, but you see a message that your computer is unsupported, you may be running Dropbox in an unsupported configuration.








          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Aug 18 '18 at 13:18









          pomskypomsky

          32.8k11103135




          32.8k11103135

























              1














              You can make unencrypted file system on encrypted home and put Dropbox folder inside.




              1. Unlink your host and quit Dropbox.

              2. Make storage file (count depend of your Dropbox size)


              $ dd if=/dev/zero of=~/dropboxStorage bs=1024 count=3000000



              1. Make file system inside


              $ mkfs.ext4 ~/dropboxStorage



              1. Localize Dropbox folder and rename it (you can remove it but I prefer to rename if smtf went wrong):


              $ mv ~/Dropbox ~/Dropbox.mvd



              1. Edit fstab, change ownership of Dropbox mountpoint and mount it (now you don’t need sudo)


              $ mkdir ~/Dropbox
              $ sudo vim /etc/fstab # add at the end of fstab
              /home/username/dropboxStorage /home/username/Dropbox ext4 noauto,user 0 0
              $ sudo chown username ~/Dropbox
              $ mount ~/Dropbox
              # check it
              $ mount | grep Dropbox
              /home/username/dropboxStorage on /home/username/Dropbox type ext4 (rw,nosuid,nodev,noexec,relatime,user=username



              1. Start Dropbox and relink again -- it works!


              I have a lot of hosts linked and quicker and safer for me is download Dropbox again. You cat try to do cp -a, rsync or tar -. But beware.



              You have to set starting Dropbox after mount Dropbox storage. Or turn off start Dropbox in gnome-session-properties and start it manually after login. First mount then dropbox






              share|improve this answer




























                1














                You can make unencrypted file system on encrypted home and put Dropbox folder inside.




                1. Unlink your host and quit Dropbox.

                2. Make storage file (count depend of your Dropbox size)


                $ dd if=/dev/zero of=~/dropboxStorage bs=1024 count=3000000



                1. Make file system inside


                $ mkfs.ext4 ~/dropboxStorage



                1. Localize Dropbox folder and rename it (you can remove it but I prefer to rename if smtf went wrong):


                $ mv ~/Dropbox ~/Dropbox.mvd



                1. Edit fstab, change ownership of Dropbox mountpoint and mount it (now you don’t need sudo)


                $ mkdir ~/Dropbox
                $ sudo vim /etc/fstab # add at the end of fstab
                /home/username/dropboxStorage /home/username/Dropbox ext4 noauto,user 0 0
                $ sudo chown username ~/Dropbox
                $ mount ~/Dropbox
                # check it
                $ mount | grep Dropbox
                /home/username/dropboxStorage on /home/username/Dropbox type ext4 (rw,nosuid,nodev,noexec,relatime,user=username



                1. Start Dropbox and relink again -- it works!


                I have a lot of hosts linked and quicker and safer for me is download Dropbox again. You cat try to do cp -a, rsync or tar -. But beware.



                You have to set starting Dropbox after mount Dropbox storage. Or turn off start Dropbox in gnome-session-properties and start it manually after login. First mount then dropbox






                share|improve this answer


























                  1












                  1








                  1







                  You can make unencrypted file system on encrypted home and put Dropbox folder inside.




                  1. Unlink your host and quit Dropbox.

                  2. Make storage file (count depend of your Dropbox size)


                  $ dd if=/dev/zero of=~/dropboxStorage bs=1024 count=3000000



                  1. Make file system inside


                  $ mkfs.ext4 ~/dropboxStorage



                  1. Localize Dropbox folder and rename it (you can remove it but I prefer to rename if smtf went wrong):


                  $ mv ~/Dropbox ~/Dropbox.mvd



                  1. Edit fstab, change ownership of Dropbox mountpoint and mount it (now you don’t need sudo)


                  $ mkdir ~/Dropbox
                  $ sudo vim /etc/fstab # add at the end of fstab
                  /home/username/dropboxStorage /home/username/Dropbox ext4 noauto,user 0 0
                  $ sudo chown username ~/Dropbox
                  $ mount ~/Dropbox
                  # check it
                  $ mount | grep Dropbox
                  /home/username/dropboxStorage on /home/username/Dropbox type ext4 (rw,nosuid,nodev,noexec,relatime,user=username



                  1. Start Dropbox and relink again -- it works!


                  I have a lot of hosts linked and quicker and safer for me is download Dropbox again. You cat try to do cp -a, rsync or tar -. But beware.



                  You have to set starting Dropbox after mount Dropbox storage. Or turn off start Dropbox in gnome-session-properties and start it manually after login. First mount then dropbox






                  share|improve this answer













                  You can make unencrypted file system on encrypted home and put Dropbox folder inside.




                  1. Unlink your host and quit Dropbox.

                  2. Make storage file (count depend of your Dropbox size)


                  $ dd if=/dev/zero of=~/dropboxStorage bs=1024 count=3000000



                  1. Make file system inside


                  $ mkfs.ext4 ~/dropboxStorage



                  1. Localize Dropbox folder and rename it (you can remove it but I prefer to rename if smtf went wrong):


                  $ mv ~/Dropbox ~/Dropbox.mvd



                  1. Edit fstab, change ownership of Dropbox mountpoint and mount it (now you don’t need sudo)


                  $ mkdir ~/Dropbox
                  $ sudo vim /etc/fstab # add at the end of fstab
                  /home/username/dropboxStorage /home/username/Dropbox ext4 noauto,user 0 0
                  $ sudo chown username ~/Dropbox
                  $ mount ~/Dropbox
                  # check it
                  $ mount | grep Dropbox
                  /home/username/dropboxStorage on /home/username/Dropbox type ext4 (rw,nosuid,nodev,noexec,relatime,user=username



                  1. Start Dropbox and relink again -- it works!


                  I have a lot of hosts linked and quicker and safer for me is download Dropbox again. You cat try to do cp -a, rsync or tar -. But beware.



                  You have to set starting Dropbox after mount Dropbox storage. Or turn off start Dropbox in gnome-session-properties and start it manually after login. First mount then dropbox







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Mar 15 at 10:50









                  Piotr GogolinPiotr Gogolin

                  211




                  211























                      -1














                      I have Ext4 partition on Linux Mint system and the same notification to change dropbox folder , but i resoved with UnlockMe sotware and his dropbox fix option . You can see it in attached image . This was a solution for me . Bye



                      https://i.stack.imgur.com/ehiid.png






                      share|improve this answer


























                      • This looks great, the only thing is, I don't see any Dropbox Startup Fix option in Lubuntu. Is there any way to make it appear?

                        – Eenoku
                        Sep 16 '18 at 17:14
















                      -1














                      I have Ext4 partition on Linux Mint system and the same notification to change dropbox folder , but i resoved with UnlockMe sotware and his dropbox fix option . You can see it in attached image . This was a solution for me . Bye



                      https://i.stack.imgur.com/ehiid.png






                      share|improve this answer


























                      • This looks great, the only thing is, I don't see any Dropbox Startup Fix option in Lubuntu. Is there any way to make it appear?

                        – Eenoku
                        Sep 16 '18 at 17:14














                      -1












                      -1








                      -1







                      I have Ext4 partition on Linux Mint system and the same notification to change dropbox folder , but i resoved with UnlockMe sotware and his dropbox fix option . You can see it in attached image . This was a solution for me . Bye



                      https://i.stack.imgur.com/ehiid.png






                      share|improve this answer















                      I have Ext4 partition on Linux Mint system and the same notification to change dropbox folder , but i resoved with UnlockMe sotware and his dropbox fix option . You can see it in attached image . This was a solution for me . Bye



                      https://i.stack.imgur.com/ehiid.png







                      share|improve this answer














                      share|improve this answer



                      share|improve this answer








                      edited Sep 16 '18 at 9:21









                      Thomas

                      3,87281527




                      3,87281527










                      answered Sep 16 '18 at 3:21









                      M.LorM.Lor

                      11




                      11













                      • This looks great, the only thing is, I don't see any Dropbox Startup Fix option in Lubuntu. Is there any way to make it appear?

                        – Eenoku
                        Sep 16 '18 at 17:14



















                      • This looks great, the only thing is, I don't see any Dropbox Startup Fix option in Lubuntu. Is there any way to make it appear?

                        – Eenoku
                        Sep 16 '18 at 17:14

















                      This looks great, the only thing is, I don't see any Dropbox Startup Fix option in Lubuntu. Is there any way to make it appear?

                      – Eenoku
                      Sep 16 '18 at 17:14





                      This looks great, the only thing is, I don't see any Dropbox Startup Fix option in Lubuntu. Is there any way to make it appear?

                      – Eenoku
                      Sep 16 '18 at 17:14


















                      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.




                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function () {
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1066571%2fdropbox-is-asking-me-to-change-location-to-ext4%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]