How can I access Windows files from Ubuntu

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
2
down vote

favorite












Is it possible to get the files I had on Windows onto my Ubuntu desktop?



How can I connect to my Windows partition from Ubuntu?







share|improve this question


















  • 1




    what kind of files?
    – nux
    Mar 13 '14 at 9:24






  • 1




    It should be easy, is there any problem?
    – Braiam
    Mar 13 '14 at 14:15














up vote
2
down vote

favorite












Is it possible to get the files I had on Windows onto my Ubuntu desktop?



How can I connect to my Windows partition from Ubuntu?







share|improve this question


















  • 1




    what kind of files?
    – nux
    Mar 13 '14 at 9:24






  • 1




    It should be easy, is there any problem?
    – Braiam
    Mar 13 '14 at 14:15












up vote
2
down vote

favorite









up vote
2
down vote

favorite











Is it possible to get the files I had on Windows onto my Ubuntu desktop?



How can I connect to my Windows partition from Ubuntu?







share|improve this question














Is it possible to get the files I had on Windows onto my Ubuntu desktop?



How can I connect to my Windows partition from Ubuntu?









share|improve this question













share|improve this question




share|improve this question








edited Apr 10 at 10:55









Zanna

48k13119227




48k13119227










asked Mar 13 '14 at 9:21









Sidney1827

1412




1412







  • 1




    what kind of files?
    – nux
    Mar 13 '14 at 9:24






  • 1




    It should be easy, is there any problem?
    – Braiam
    Mar 13 '14 at 14:15












  • 1




    what kind of files?
    – nux
    Mar 13 '14 at 9:24






  • 1




    It should be easy, is there any problem?
    – Braiam
    Mar 13 '14 at 14:15







1




1




what kind of files?
– nux
Mar 13 '14 at 9:24




what kind of files?
– nux
Mar 13 '14 at 9:24




1




1




It should be easy, is there any problem?
– Braiam
Mar 13 '14 at 14:15




It should be easy, is there any problem?
– Braiam
Mar 13 '14 at 14:15










2 Answers
2






active

oldest

votes

















up vote
4
down vote













yes of course you can acccess windows NTFS/FAT32 partitions from Ubuntu



From help.ubuntu.com:




Using the File Manager For those using a desktop version of Ubuntu, or
one of its offical derivatives, the easiest and quickest way of
mounting NTFS or FAT32 partitions is from the file manager: Nautilus
in Ubuntu, Thunar in Xubuntu, Dolphin in Kubuntu and PCManFM in
Lubuntu. Simply look in the left pane of the file manager for the
partition you wish to mount and click on it - it will be mounted and
its contents will show up in the main pane. Partitions show with their
labels if labelled, or their size if not.



Unless you require your Windows partition - or a NTFS/FAT32 partition
for data shared with Windows - mounted every time you boot up for one
of the reasons given below, mounting from the file manager in this way
should suffice.



If you are using a Wubi version of Ubuntu and you wish to browse the
host partition, you do not need to mount it - it is mounted already in
the "host" folder. Click on "File System" in the left pane of the
Nautilus file browser and then open the host folder which you will see
in the main pane.




Just Open Home folder from your Dash menu and you can see all partitions mounted under Devices:



enter image description here



Click on the needed drive and copy files/folders thw way you want to your Ubuntu drive






share|improve this answer



























    up vote
    2
    down vote













    Yes, just mount the windows partition from which you want to copy files. Drag and drop the files on to your Ubuntu desktop. That's all.



    Mounting a partition can be done manually or automatically,



    sudo mkdir /media/windows
    sudo mount dev/sdaX /media/windows # X partition number.


    Now your windows partition should be mounted inside /media/windows directory.



    After you clicked on the corresponding partition icon(which was on the unity), it get automatically mounted inside /media/$USER directory. To copy files from windows partition to Ubuntu desktop, you have to run these command,



    cp /media/$USER/xxxxxxx/folder ~/Desktop #To copy a folder to your Ubuntu desktop

    cp /media/$USER/xxxxxxx/folder/* ~/Desktop #To copy all the files inside that folder to Ubuntu desktop

    cp /media/$USER/xxxxxxx/folder/filename ~/Desktop #To copy specific file to your Ubuntu desktop


    xxxxxxx - label name of the Windows partition.






    share|improve this answer


















    • 4




      Please add example commands else your answer would be considered as comment.
      – Danatela
      Mar 13 '14 at 9:33










    • Good. Now let the downvoters redecide.
      – Danatela
      Mar 13 '14 at 10:05










    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: false,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    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%2f433591%2fhow-can-i-access-windows-files-from-ubuntu%23new-answer', 'question_page');

    );

    Post as a guest






























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    4
    down vote













    yes of course you can acccess windows NTFS/FAT32 partitions from Ubuntu



    From help.ubuntu.com:




    Using the File Manager For those using a desktop version of Ubuntu, or
    one of its offical derivatives, the easiest and quickest way of
    mounting NTFS or FAT32 partitions is from the file manager: Nautilus
    in Ubuntu, Thunar in Xubuntu, Dolphin in Kubuntu and PCManFM in
    Lubuntu. Simply look in the left pane of the file manager for the
    partition you wish to mount and click on it - it will be mounted and
    its contents will show up in the main pane. Partitions show with their
    labels if labelled, or their size if not.



    Unless you require your Windows partition - or a NTFS/FAT32 partition
    for data shared with Windows - mounted every time you boot up for one
    of the reasons given below, mounting from the file manager in this way
    should suffice.



    If you are using a Wubi version of Ubuntu and you wish to browse the
    host partition, you do not need to mount it - it is mounted already in
    the "host" folder. Click on "File System" in the left pane of the
    Nautilus file browser and then open the host folder which you will see
    in the main pane.




    Just Open Home folder from your Dash menu and you can see all partitions mounted under Devices:



    enter image description here



    Click on the needed drive and copy files/folders thw way you want to your Ubuntu drive






    share|improve this answer
























      up vote
      4
      down vote













      yes of course you can acccess windows NTFS/FAT32 partitions from Ubuntu



      From help.ubuntu.com:




      Using the File Manager For those using a desktop version of Ubuntu, or
      one of its offical derivatives, the easiest and quickest way of
      mounting NTFS or FAT32 partitions is from the file manager: Nautilus
      in Ubuntu, Thunar in Xubuntu, Dolphin in Kubuntu and PCManFM in
      Lubuntu. Simply look in the left pane of the file manager for the
      partition you wish to mount and click on it - it will be mounted and
      its contents will show up in the main pane. Partitions show with their
      labels if labelled, or their size if not.



      Unless you require your Windows partition - or a NTFS/FAT32 partition
      for data shared with Windows - mounted every time you boot up for one
      of the reasons given below, mounting from the file manager in this way
      should suffice.



      If you are using a Wubi version of Ubuntu and you wish to browse the
      host partition, you do not need to mount it - it is mounted already in
      the "host" folder. Click on "File System" in the left pane of the
      Nautilus file browser and then open the host folder which you will see
      in the main pane.




      Just Open Home folder from your Dash menu and you can see all partitions mounted under Devices:



      enter image description here



      Click on the needed drive and copy files/folders thw way you want to your Ubuntu drive






      share|improve this answer






















        up vote
        4
        down vote










        up vote
        4
        down vote









        yes of course you can acccess windows NTFS/FAT32 partitions from Ubuntu



        From help.ubuntu.com:




        Using the File Manager For those using a desktop version of Ubuntu, or
        one of its offical derivatives, the easiest and quickest way of
        mounting NTFS or FAT32 partitions is from the file manager: Nautilus
        in Ubuntu, Thunar in Xubuntu, Dolphin in Kubuntu and PCManFM in
        Lubuntu. Simply look in the left pane of the file manager for the
        partition you wish to mount and click on it - it will be mounted and
        its contents will show up in the main pane. Partitions show with their
        labels if labelled, or their size if not.



        Unless you require your Windows partition - or a NTFS/FAT32 partition
        for data shared with Windows - mounted every time you boot up for one
        of the reasons given below, mounting from the file manager in this way
        should suffice.



        If you are using a Wubi version of Ubuntu and you wish to browse the
        host partition, you do not need to mount it - it is mounted already in
        the "host" folder. Click on "File System" in the left pane of the
        Nautilus file browser and then open the host folder which you will see
        in the main pane.




        Just Open Home folder from your Dash menu and you can see all partitions mounted under Devices:



        enter image description here



        Click on the needed drive and copy files/folders thw way you want to your Ubuntu drive






        share|improve this answer












        yes of course you can acccess windows NTFS/FAT32 partitions from Ubuntu



        From help.ubuntu.com:




        Using the File Manager For those using a desktop version of Ubuntu, or
        one of its offical derivatives, the easiest and quickest way of
        mounting NTFS or FAT32 partitions is from the file manager: Nautilus
        in Ubuntu, Thunar in Xubuntu, Dolphin in Kubuntu and PCManFM in
        Lubuntu. Simply look in the left pane of the file manager for the
        partition you wish to mount and click on it - it will be mounted and
        its contents will show up in the main pane. Partitions show with their
        labels if labelled, or their size if not.



        Unless you require your Windows partition - or a NTFS/FAT32 partition
        for data shared with Windows - mounted every time you boot up for one
        of the reasons given below, mounting from the file manager in this way
        should suffice.



        If you are using a Wubi version of Ubuntu and you wish to browse the
        host partition, you do not need to mount it - it is mounted already in
        the "host" folder. Click on "File System" in the left pane of the
        Nautilus file browser and then open the host folder which you will see
        in the main pane.




        Just Open Home folder from your Dash menu and you can see all partitions mounted under Devices:



        enter image description here



        Click on the needed drive and copy files/folders thw way you want to your Ubuntu drive







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Mar 13 '14 at 9:41









        kamil

        4,78762752




        4,78762752






















            up vote
            2
            down vote













            Yes, just mount the windows partition from which you want to copy files. Drag and drop the files on to your Ubuntu desktop. That's all.



            Mounting a partition can be done manually or automatically,



            sudo mkdir /media/windows
            sudo mount dev/sdaX /media/windows # X partition number.


            Now your windows partition should be mounted inside /media/windows directory.



            After you clicked on the corresponding partition icon(which was on the unity), it get automatically mounted inside /media/$USER directory. To copy files from windows partition to Ubuntu desktop, you have to run these command,



            cp /media/$USER/xxxxxxx/folder ~/Desktop #To copy a folder to your Ubuntu desktop

            cp /media/$USER/xxxxxxx/folder/* ~/Desktop #To copy all the files inside that folder to Ubuntu desktop

            cp /media/$USER/xxxxxxx/folder/filename ~/Desktop #To copy specific file to your Ubuntu desktop


            xxxxxxx - label name of the Windows partition.






            share|improve this answer


















            • 4




              Please add example commands else your answer would be considered as comment.
              – Danatela
              Mar 13 '14 at 9:33










            • Good. Now let the downvoters redecide.
              – Danatela
              Mar 13 '14 at 10:05














            up vote
            2
            down vote













            Yes, just mount the windows partition from which you want to copy files. Drag and drop the files on to your Ubuntu desktop. That's all.



            Mounting a partition can be done manually or automatically,



            sudo mkdir /media/windows
            sudo mount dev/sdaX /media/windows # X partition number.


            Now your windows partition should be mounted inside /media/windows directory.



            After you clicked on the corresponding partition icon(which was on the unity), it get automatically mounted inside /media/$USER directory. To copy files from windows partition to Ubuntu desktop, you have to run these command,



            cp /media/$USER/xxxxxxx/folder ~/Desktop #To copy a folder to your Ubuntu desktop

            cp /media/$USER/xxxxxxx/folder/* ~/Desktop #To copy all the files inside that folder to Ubuntu desktop

            cp /media/$USER/xxxxxxx/folder/filename ~/Desktop #To copy specific file to your Ubuntu desktop


            xxxxxxx - label name of the Windows partition.






            share|improve this answer


















            • 4




              Please add example commands else your answer would be considered as comment.
              – Danatela
              Mar 13 '14 at 9:33










            • Good. Now let the downvoters redecide.
              – Danatela
              Mar 13 '14 at 10:05












            up vote
            2
            down vote










            up vote
            2
            down vote









            Yes, just mount the windows partition from which you want to copy files. Drag and drop the files on to your Ubuntu desktop. That's all.



            Mounting a partition can be done manually or automatically,



            sudo mkdir /media/windows
            sudo mount dev/sdaX /media/windows # X partition number.


            Now your windows partition should be mounted inside /media/windows directory.



            After you clicked on the corresponding partition icon(which was on the unity), it get automatically mounted inside /media/$USER directory. To copy files from windows partition to Ubuntu desktop, you have to run these command,



            cp /media/$USER/xxxxxxx/folder ~/Desktop #To copy a folder to your Ubuntu desktop

            cp /media/$USER/xxxxxxx/folder/* ~/Desktop #To copy all the files inside that folder to Ubuntu desktop

            cp /media/$USER/xxxxxxx/folder/filename ~/Desktop #To copy specific file to your Ubuntu desktop


            xxxxxxx - label name of the Windows partition.






            share|improve this answer














            Yes, just mount the windows partition from which you want to copy files. Drag and drop the files on to your Ubuntu desktop. That's all.



            Mounting a partition can be done manually or automatically,



            sudo mkdir /media/windows
            sudo mount dev/sdaX /media/windows # X partition number.


            Now your windows partition should be mounted inside /media/windows directory.



            After you clicked on the corresponding partition icon(which was on the unity), it get automatically mounted inside /media/$USER directory. To copy files from windows partition to Ubuntu desktop, you have to run these command,



            cp /media/$USER/xxxxxxx/folder ~/Desktop #To copy a folder to your Ubuntu desktop

            cp /media/$USER/xxxxxxx/folder/* ~/Desktop #To copy all the files inside that folder to Ubuntu desktop

            cp /media/$USER/xxxxxxx/folder/filename ~/Desktop #To copy specific file to your Ubuntu desktop


            xxxxxxx - label name of the Windows partition.







            share|improve this answer














            share|improve this answer



            share|improve this answer








            edited Mar 13 '14 at 10:04









            Danatela

            8,75993163




            8,75993163










            answered Mar 13 '14 at 9:26









            Avinash Raj

            49.8k41163208




            49.8k41163208







            • 4




              Please add example commands else your answer would be considered as comment.
              – Danatela
              Mar 13 '14 at 9:33










            • Good. Now let the downvoters redecide.
              – Danatela
              Mar 13 '14 at 10:05












            • 4




              Please add example commands else your answer would be considered as comment.
              – Danatela
              Mar 13 '14 at 9:33










            • Good. Now let the downvoters redecide.
              – Danatela
              Mar 13 '14 at 10:05







            4




            4




            Please add example commands else your answer would be considered as comment.
            – Danatela
            Mar 13 '14 at 9:33




            Please add example commands else your answer would be considered as comment.
            – Danatela
            Mar 13 '14 at 9:33












            Good. Now let the downvoters redecide.
            – Danatela
            Mar 13 '14 at 10:05




            Good. Now let the downvoters redecide.
            – Danatela
            Mar 13 '14 at 10:05

















             

            draft saved


            draft discarded















































             


            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f433591%2fhow-can-i-access-windows-files-from-ubuntu%23new-answer', 'question_page');

            );

            Post as a guest













































































            Popular posts from this blog

            pylint3 and pip3 broken

            Missing snmpget and snmpwalk

            How to enroll fingerprints to Ubuntu 17.10 with VFS491