Where is my download folder?











up vote
0
down vote

favorite
1












I'm trying to create a Bootable USB with UNetBootin.However, when I click to search for my .iso it only shows Computer and inside that it has a Homeand a root folder.



I really need to know how to get to my downloads folder through these folders because I don't have write permission in these folders.



Where is my download folder?










share|improve this question
























  • This would be easier to understand with a screenshot. Have you tried double clicking on the / and then going to /home -> your user name -> Downloads?
    – terdon
    Apr 12 '15 at 10:14















up vote
0
down vote

favorite
1












I'm trying to create a Bootable USB with UNetBootin.However, when I click to search for my .iso it only shows Computer and inside that it has a Homeand a root folder.



I really need to know how to get to my downloads folder through these folders because I don't have write permission in these folders.



Where is my download folder?










share|improve this question
























  • This would be easier to understand with a screenshot. Have you tried double clicking on the / and then going to /home -> your user name -> Downloads?
    – terdon
    Apr 12 '15 at 10:14













up vote
0
down vote

favorite
1









up vote
0
down vote

favorite
1






1





I'm trying to create a Bootable USB with UNetBootin.However, when I click to search for my .iso it only shows Computer and inside that it has a Homeand a root folder.



I really need to know how to get to my downloads folder through these folders because I don't have write permission in these folders.



Where is my download folder?










share|improve this question















I'm trying to create a Bootable USB with UNetBootin.However, when I click to search for my .iso it only shows Computer and inside that it has a Homeand a root folder.



I really need to know how to get to my downloads folder through these folders because I don't have write permission in these folders.



Where is my download folder?







boot usb unetbootin






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Apr 12 '15 at 13:33









Mudit Kapil

1,16251739




1,16251739










asked Apr 12 '15 at 10:07









Neaf Plays

111




111












  • This would be easier to understand with a screenshot. Have you tried double clicking on the / and then going to /home -> your user name -> Downloads?
    – terdon
    Apr 12 '15 at 10:14


















  • This would be easier to understand with a screenshot. Have you tried double clicking on the / and then going to /home -> your user name -> Downloads?
    – terdon
    Apr 12 '15 at 10:14
















This would be easier to understand with a screenshot. Have you tried double clicking on the / and then going to /home -> your user name -> Downloads?
– terdon
Apr 12 '15 at 10:14




This would be easier to understand with a screenshot. Have you tried double clicking on the / and then going to /home -> your user name -> Downloads?
– terdon
Apr 12 '15 at 10:14










2 Answers
2






active

oldest

votes

















up vote
0
down vote













Your home directory should be at /home/USERNAME/Downloads, where USERNAME is your username. You should be able to navigate there by opening /, then home, then USERNAME and Downloads.






share|improve this answer




























    up vote
    0
    down vote













    Ofcourse u will find download directory at /home/USERNAME/Downloads/ make sure that you are selecting the right options in UNetBootin.



    to run the UNetBootin the right way when it is in Downloads:



    cd ~/Downloads/
    chmod 777 unetbootin-linux64-661.bin
    sudo ./unetbootin-linux64-661.bin


    You could also use startup disk creator which is also a handy tool to create bootable disk. Most of the linux dist have it preinstalled. Mine was Ubuntu and that works justs fine.






    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%2f608320%2fwhere-is-my-download-folder%23new-answer', 'question_page');
      }
      );

      Post as a guest















      Required, but never shown

























      2 Answers
      2






      active

      oldest

      votes








      2 Answers
      2






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes








      up vote
      0
      down vote













      Your home directory should be at /home/USERNAME/Downloads, where USERNAME is your username. You should be able to navigate there by opening /, then home, then USERNAME and Downloads.






      share|improve this answer

























        up vote
        0
        down vote













        Your home directory should be at /home/USERNAME/Downloads, where USERNAME is your username. You should be able to navigate there by opening /, then home, then USERNAME and Downloads.






        share|improve this answer























          up vote
          0
          down vote










          up vote
          0
          down vote









          Your home directory should be at /home/USERNAME/Downloads, where USERNAME is your username. You should be able to navigate there by opening /, then home, then USERNAME and Downloads.






          share|improve this answer












          Your home directory should be at /home/USERNAME/Downloads, where USERNAME is your username. You should be able to navigate there by opening /, then home, then USERNAME and Downloads.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Apr 12 '15 at 10:28









          zhongfu

          1,119715




          1,119715
























              up vote
              0
              down vote













              Ofcourse u will find download directory at /home/USERNAME/Downloads/ make sure that you are selecting the right options in UNetBootin.



              to run the UNetBootin the right way when it is in Downloads:



              cd ~/Downloads/
              chmod 777 unetbootin-linux64-661.bin
              sudo ./unetbootin-linux64-661.bin


              You could also use startup disk creator which is also a handy tool to create bootable disk. Most of the linux dist have it preinstalled. Mine was Ubuntu and that works justs fine.






              share|improve this answer

























                up vote
                0
                down vote













                Ofcourse u will find download directory at /home/USERNAME/Downloads/ make sure that you are selecting the right options in UNetBootin.



                to run the UNetBootin the right way when it is in Downloads:



                cd ~/Downloads/
                chmod 777 unetbootin-linux64-661.bin
                sudo ./unetbootin-linux64-661.bin


                You could also use startup disk creator which is also a handy tool to create bootable disk. Most of the linux dist have it preinstalled. Mine was Ubuntu and that works justs fine.






                share|improve this answer























                  up vote
                  0
                  down vote










                  up vote
                  0
                  down vote









                  Ofcourse u will find download directory at /home/USERNAME/Downloads/ make sure that you are selecting the right options in UNetBootin.



                  to run the UNetBootin the right way when it is in Downloads:



                  cd ~/Downloads/
                  chmod 777 unetbootin-linux64-661.bin
                  sudo ./unetbootin-linux64-661.bin


                  You could also use startup disk creator which is also a handy tool to create bootable disk. Most of the linux dist have it preinstalled. Mine was Ubuntu and that works justs fine.






                  share|improve this answer












                  Ofcourse u will find download directory at /home/USERNAME/Downloads/ make sure that you are selecting the right options in UNetBootin.



                  to run the UNetBootin the right way when it is in Downloads:



                  cd ~/Downloads/
                  chmod 777 unetbootin-linux64-661.bin
                  sudo ./unetbootin-linux64-661.bin


                  You could also use startup disk creator which is also a handy tool to create bootable disk. Most of the linux dist have it preinstalled. Mine was Ubuntu and that works justs fine.







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Aug 25 at 1:50









                  siddesh chavan

                  111




                  111






























                      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%2f608320%2fwhere-is-my-download-folder%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

                      flock() on closed filehandle LOCK_FILE at /usr/bin/apt-mirror

                      Mangá

                       ⁒  ․,‪⁊‑⁙ ⁖, ⁇‒※‌, †,⁖‗‌⁝    ‾‸⁘,‖⁔⁣,⁂‾
”‑,‥–,‬ ,⁀‹⁋‴⁑ ‒ ,‴⁋”‼ ⁨,‷⁔„ ‰′,‐‚ ‥‡‎“‷⁃⁨⁅⁣,⁔
⁇‘⁔⁡⁏⁌⁡‿‶‏⁨ ⁣⁕⁖⁨⁩⁥‽⁀  ‴‬⁜‟ ⁃‣‧⁕‮ …‍⁨‴ ⁩,⁚⁖‫ ,‵ ⁀,‮⁝‣‣ ⁑  ⁂– ․, ‾‽ ‏⁁“⁗‸ ‾… ‹‡⁌⁎‸‘ ‡⁏⁌‪ ‵⁛ ‎⁨ ―⁦⁤⁄⁕