How to browse a local disk directly using terminal in Ubuntu?












2















I am a beginner for Linux.
I use Ubuntu 14.04 OS.
I am trying to browse into a local disk which is not in my home directory. It is not mounted in my Home directory. It is a separate partition. How do i mount that partition into my media folder.
When i try to get into access directly without mounting , it shows




aravind@Aravind:~$ /media/aravind/Tech Stuff/os



bash:/media/aravind/Tech Stuff/os: No such file or directory




Tech stuff is a separate partition in my hard disk. What should i do to mount and access it?



I want to browse it through terminal not through a graphical browser as in windows.
Well the command i typed might be wrong. So please suggest the right code.










share|improve this question

























  • What actually you are asking is to find a graphical directory browser, resembling more or less similar tools available on for example Windows? The answer is that there are plenty, but since your GNU/Linux distribution of choice is Ubuntu, try typing nautilus into your terminal.

    – Sami Laine
    Oct 2 '14 at 5:17













  • Is the drive officially mounted? And you might need quotes to deal with the "space" as in "/media/aravind/Tech Stuff/os" instead of /media/aravind/Tech Stuff/os.

    – Damon
    Oct 2 '14 at 6:05











  • can you, for starters, paste the output of the mount commando? The mount commando shows all the mounted partitions in the system. And can you also paste the output of following commando: 'ls -la /dev/'

    – Hannes De Bondt
    Oct 2 '14 at 6:43













  • I was just about to say: as others have said, the disk needs to be mounted first; but I also note that you haven't told the terminal prompt what you want to do with the directory you've written. To browse the contents of a directory use ls /yourdirectory/etc.... To traverse directories use cd /yourdirectory/etc...

    – Kinnectus
    Oct 2 '14 at 6:57
















2















I am a beginner for Linux.
I use Ubuntu 14.04 OS.
I am trying to browse into a local disk which is not in my home directory. It is not mounted in my Home directory. It is a separate partition. How do i mount that partition into my media folder.
When i try to get into access directly without mounting , it shows




aravind@Aravind:~$ /media/aravind/Tech Stuff/os



bash:/media/aravind/Tech Stuff/os: No such file or directory




Tech stuff is a separate partition in my hard disk. What should i do to mount and access it?



I want to browse it through terminal not through a graphical browser as in windows.
Well the command i typed might be wrong. So please suggest the right code.










share|improve this question

























  • What actually you are asking is to find a graphical directory browser, resembling more or less similar tools available on for example Windows? The answer is that there are plenty, but since your GNU/Linux distribution of choice is Ubuntu, try typing nautilus into your terminal.

    – Sami Laine
    Oct 2 '14 at 5:17













  • Is the drive officially mounted? And you might need quotes to deal with the "space" as in "/media/aravind/Tech Stuff/os" instead of /media/aravind/Tech Stuff/os.

    – Damon
    Oct 2 '14 at 6:05











  • can you, for starters, paste the output of the mount commando? The mount commando shows all the mounted partitions in the system. And can you also paste the output of following commando: 'ls -la /dev/'

    – Hannes De Bondt
    Oct 2 '14 at 6:43













  • I was just about to say: as others have said, the disk needs to be mounted first; but I also note that you haven't told the terminal prompt what you want to do with the directory you've written. To browse the contents of a directory use ls /yourdirectory/etc.... To traverse directories use cd /yourdirectory/etc...

    – Kinnectus
    Oct 2 '14 at 6:57














2












2








2








I am a beginner for Linux.
I use Ubuntu 14.04 OS.
I am trying to browse into a local disk which is not in my home directory. It is not mounted in my Home directory. It is a separate partition. How do i mount that partition into my media folder.
When i try to get into access directly without mounting , it shows




aravind@Aravind:~$ /media/aravind/Tech Stuff/os



bash:/media/aravind/Tech Stuff/os: No such file or directory




Tech stuff is a separate partition in my hard disk. What should i do to mount and access it?



I want to browse it through terminal not through a graphical browser as in windows.
Well the command i typed might be wrong. So please suggest the right code.










share|improve this question
















I am a beginner for Linux.
I use Ubuntu 14.04 OS.
I am trying to browse into a local disk which is not in my home directory. It is not mounted in my Home directory. It is a separate partition. How do i mount that partition into my media folder.
When i try to get into access directly without mounting , it shows




aravind@Aravind:~$ /media/aravind/Tech Stuff/os



bash:/media/aravind/Tech Stuff/os: No such file or directory




Tech stuff is a separate partition in my hard disk. What should i do to mount and access it?



I want to browse it through terminal not through a graphical browser as in windows.
Well the command i typed might be wrong. So please suggest the right code.







linux ubuntu mount






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Oct 2 '14 at 5:30







Aravind S

















asked Oct 2 '14 at 4:58









Aravind SAravind S

1291416




1291416













  • What actually you are asking is to find a graphical directory browser, resembling more or less similar tools available on for example Windows? The answer is that there are plenty, but since your GNU/Linux distribution of choice is Ubuntu, try typing nautilus into your terminal.

    – Sami Laine
    Oct 2 '14 at 5:17













  • Is the drive officially mounted? And you might need quotes to deal with the "space" as in "/media/aravind/Tech Stuff/os" instead of /media/aravind/Tech Stuff/os.

    – Damon
    Oct 2 '14 at 6:05











  • can you, for starters, paste the output of the mount commando? The mount commando shows all the mounted partitions in the system. And can you also paste the output of following commando: 'ls -la /dev/'

    – Hannes De Bondt
    Oct 2 '14 at 6:43













  • I was just about to say: as others have said, the disk needs to be mounted first; but I also note that you haven't told the terminal prompt what you want to do with the directory you've written. To browse the contents of a directory use ls /yourdirectory/etc.... To traverse directories use cd /yourdirectory/etc...

    – Kinnectus
    Oct 2 '14 at 6:57



















  • What actually you are asking is to find a graphical directory browser, resembling more or less similar tools available on for example Windows? The answer is that there are plenty, but since your GNU/Linux distribution of choice is Ubuntu, try typing nautilus into your terminal.

    – Sami Laine
    Oct 2 '14 at 5:17













  • Is the drive officially mounted? And you might need quotes to deal with the "space" as in "/media/aravind/Tech Stuff/os" instead of /media/aravind/Tech Stuff/os.

    – Damon
    Oct 2 '14 at 6:05











  • can you, for starters, paste the output of the mount commando? The mount commando shows all the mounted partitions in the system. And can you also paste the output of following commando: 'ls -la /dev/'

    – Hannes De Bondt
    Oct 2 '14 at 6:43













  • I was just about to say: as others have said, the disk needs to be mounted first; but I also note that you haven't told the terminal prompt what you want to do with the directory you've written. To browse the contents of a directory use ls /yourdirectory/etc.... To traverse directories use cd /yourdirectory/etc...

    – Kinnectus
    Oct 2 '14 at 6:57

















What actually you are asking is to find a graphical directory browser, resembling more or less similar tools available on for example Windows? The answer is that there are plenty, but since your GNU/Linux distribution of choice is Ubuntu, try typing nautilus into your terminal.

– Sami Laine
Oct 2 '14 at 5:17







What actually you are asking is to find a graphical directory browser, resembling more or less similar tools available on for example Windows? The answer is that there are plenty, but since your GNU/Linux distribution of choice is Ubuntu, try typing nautilus into your terminal.

– Sami Laine
Oct 2 '14 at 5:17















Is the drive officially mounted? And you might need quotes to deal with the "space" as in "/media/aravind/Tech Stuff/os" instead of /media/aravind/Tech Stuff/os.

– Damon
Oct 2 '14 at 6:05





Is the drive officially mounted? And you might need quotes to deal with the "space" as in "/media/aravind/Tech Stuff/os" instead of /media/aravind/Tech Stuff/os.

– Damon
Oct 2 '14 at 6:05













can you, for starters, paste the output of the mount commando? The mount commando shows all the mounted partitions in the system. And can you also paste the output of following commando: 'ls -la /dev/'

– Hannes De Bondt
Oct 2 '14 at 6:43







can you, for starters, paste the output of the mount commando? The mount commando shows all the mounted partitions in the system. And can you also paste the output of following commando: 'ls -la /dev/'

– Hannes De Bondt
Oct 2 '14 at 6:43















I was just about to say: as others have said, the disk needs to be mounted first; but I also note that you haven't told the terminal prompt what you want to do with the directory you've written. To browse the contents of a directory use ls /yourdirectory/etc.... To traverse directories use cd /yourdirectory/etc...

– Kinnectus
Oct 2 '14 at 6:57





I was just about to say: as others have said, the disk needs to be mounted first; but I also note that you haven't told the terminal prompt what you want to do with the directory you've written. To browse the contents of a directory use ls /yourdirectory/etc.... To traverse directories use cd /yourdirectory/etc...

– Kinnectus
Oct 2 '14 at 6:57










1 Answer
1






active

oldest

votes


















0














You can mount it like:



mount /path/to/your/partition "/media/aravind/Tech Stuff/os"



Just make sure the path /media/aravind/Tech Stuff/os exists, or create it with:



mkdir -P /media/aravind/Tech Stuff/os






share|improve this answer























    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "3"
    };
    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%2fsuperuser.com%2fquestions%2f819655%2fhow-to-browse-a-local-disk-directly-using-terminal-in-ubuntu%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    You can mount it like:



    mount /path/to/your/partition "/media/aravind/Tech Stuff/os"



    Just make sure the path /media/aravind/Tech Stuff/os exists, or create it with:



    mkdir -P /media/aravind/Tech Stuff/os






    share|improve this answer




























      0














      You can mount it like:



      mount /path/to/your/partition "/media/aravind/Tech Stuff/os"



      Just make sure the path /media/aravind/Tech Stuff/os exists, or create it with:



      mkdir -P /media/aravind/Tech Stuff/os






      share|improve this answer


























        0












        0








        0







        You can mount it like:



        mount /path/to/your/partition "/media/aravind/Tech Stuff/os"



        Just make sure the path /media/aravind/Tech Stuff/os exists, or create it with:



        mkdir -P /media/aravind/Tech Stuff/os






        share|improve this answer













        You can mount it like:



        mount /path/to/your/partition "/media/aravind/Tech Stuff/os"



        Just make sure the path /media/aravind/Tech Stuff/os exists, or create it with:



        mkdir -P /media/aravind/Tech Stuff/os







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Oct 2 '14 at 6:39









        IsaacIsaac

        22112




        22112






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Super User!


            • 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%2fsuperuser.com%2fquestions%2f819655%2fhow-to-browse-a-local-disk-directly-using-terminal-in-ubuntu%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

            How do I know what Microsoft account the skydrive app is syncing to?

            When does type information flow backwards in C++?

            Grease: Live!