Can Rsync be used to copy files in a ntfs partition to another ntfs partition?Files disappear on NTFS partitionSeeing Ubuntu-made files on an NTFS partition from within Windows 7How can I copy an NTFS partition to my new machine's HDD using Ubuntu?How to add new hard drive with NTFS partition?Can't see files (created by windows) on NTFS Partitionrsync has been interrupted - copy from beginningCan Ubuntu TRIM another (NTFS) partition?

Pass a bash variable to python script

How to create a `BarChart[]` with color rules determined from categorical data?

Is it reasonable to ask candidates to create a profile on Google Scholar?

Is there a historical explanation as to why the USA people are so litigious compared to France?

How can AnyDVD destroy a DVD drive?

counter in hexadecimal base

Why are KDFs slow? Is using a KDF more secure than using the original secret?

How to protect my Wi-Fi password from being displayed by Android phones when sharing it with QR code?

Diamondize Some Text

33 Months on Death Row

Legality of creating a SE replica using SE's content

Boot directly into another kernel from running Linux without bootloader

What is this game with a red cricket pushing a ball?

"Distance" vs "a distance"

Perform a predetermined set of operations on a large sequence

How to get the SMILES of all compounds on PubChem?

Is it plausible that an interrupted Windows update can cause the motherboard to fail?

Is the value of a probability density function for a given input a point, a range, or both?

Can there be an atomic nucleus where there are more protons than neutrons?

How should I tell a professor the answer to something he doesn't know?

'Pound' meaning in this context

What is the German word for: "It only works when I try to show you how it does not work"?

What's the current zodiac?

How to respond to "Why didn't you do a postdoc after your PhD?"



Can Rsync be used to copy files in a ntfs partition to another ntfs partition?


Files disappear on NTFS partitionSeeing Ubuntu-made files on an NTFS partition from within Windows 7How can I copy an NTFS partition to my new machine's HDD using Ubuntu?How to add new hard drive with NTFS partition?Can't see files (created by windows) on NTFS Partitionrsync has been interrupted - copy from beginningCan Ubuntu TRIM another (NTFS) partition?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;









3

















I bought a new hard disk and wanted to copy all files in a ntfs partition to another ntfs partition. These files are pdf files and bak files used both by win7 and ubuntu.



Can Rsync be used to sync files in a ntfs partition to another ntfs partition?



Thanks










share|improve this question




























  • What exactly do you mean by "sync"?

    – Takkat
    Aug 3 '13 at 5:42











  • If you mount both source and destination NTFS pertitions on your Ubuntu machine, I doubt that rsync will care about the underlying filesystems. Have you tried it and failed?

    – Marios Zindilis
    Aug 3 '13 at 5:54

















3

















I bought a new hard disk and wanted to copy all files in a ntfs partition to another ntfs partition. These files are pdf files and bak files used both by win7 and ubuntu.



Can Rsync be used to sync files in a ntfs partition to another ntfs partition?



Thanks










share|improve this question




























  • What exactly do you mean by "sync"?

    – Takkat
    Aug 3 '13 at 5:42











  • If you mount both source and destination NTFS pertitions on your Ubuntu machine, I doubt that rsync will care about the underlying filesystems. Have you tried it and failed?

    – Marios Zindilis
    Aug 3 '13 at 5:54













3












3








3








I bought a new hard disk and wanted to copy all files in a ntfs partition to another ntfs partition. These files are pdf files and bak files used both by win7 and ubuntu.



Can Rsync be used to sync files in a ntfs partition to another ntfs partition?



Thanks










share|improve this question
















I bought a new hard disk and wanted to copy all files in a ntfs partition to another ntfs partition. These files are pdf files and bak files used both by win7 and ubuntu.



Can Rsync be used to sync files in a ntfs partition to another ntfs partition?



Thanks







ntfs rsync






share|improve this question















share|improve this question













share|improve this question




share|improve this question



share|improve this question








edited Aug 3 '13 at 7:28







waterloo2005

















asked Aug 3 '13 at 4:37









waterloo2005waterloo2005

9428 gold badges22 silver badges41 bronze badges




9428 gold badges22 silver badges41 bronze badges















  • What exactly do you mean by "sync"?

    – Takkat
    Aug 3 '13 at 5:42











  • If you mount both source and destination NTFS pertitions on your Ubuntu machine, I doubt that rsync will care about the underlying filesystems. Have you tried it and failed?

    – Marios Zindilis
    Aug 3 '13 at 5:54

















  • What exactly do you mean by "sync"?

    – Takkat
    Aug 3 '13 at 5:42











  • If you mount both source and destination NTFS pertitions on your Ubuntu machine, I doubt that rsync will care about the underlying filesystems. Have you tried it and failed?

    – Marios Zindilis
    Aug 3 '13 at 5:54
















What exactly do you mean by "sync"?

– Takkat
Aug 3 '13 at 5:42





What exactly do you mean by "sync"?

– Takkat
Aug 3 '13 at 5:42













If you mount both source and destination NTFS pertitions on your Ubuntu machine, I doubt that rsync will care about the underlying filesystems. Have you tried it and failed?

– Marios Zindilis
Aug 3 '13 at 5:54





If you mount both source and destination NTFS pertitions on your Ubuntu machine, I doubt that rsync will care about the underlying filesystems. Have you tried it and failed?

– Marios Zindilis
Aug 3 '13 at 5:54










3 Answers
3






active

oldest

votes


















1


















You can also do the sync in Ubuntu. You do not need specific options. Just use the -a (or --archive) option like you would do for a mirror copy from linux file systems to linux file systems.






share|improve this answer

































    0


















    rsync is originally unix utility to sync source and destination. Now rsync is even ported to windows as well. You may need cygwin or mingw on windows machine for the same.
    Only condition is that both operating system should see each other's filesystem and ssh should be enabled both side.


    rsync -avz -e ssh /cygwin/c/song.mp3 root@192.168.56.101:/data






    share|improve this answer

































      0


















      You can install rsync in cygwin on Windows and do the data copy. Just like you are in a *NIX terminal session.



      The path naming is a bit different.



      For example, if you want to copy all data from partition E: to F: => rsync -av --progress --stats /cygdrive/e /cygdrive/f



      BTW: Not sure if rsync for cygwin is capable of keeping all the NTFS properties/attributes. Most likely yes. But it loese attributes, permissions when copying from NTFS -> *NIX file systems.






      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',
        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/4.0/"u003ecc by-sa 4.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%2f328095%2fcan-rsync-be-used-to-copy-files-in-a-ntfs-partition-to-another-ntfs-partition%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









        1


















        You can also do the sync in Ubuntu. You do not need specific options. Just use the -a (or --archive) option like you would do for a mirror copy from linux file systems to linux file systems.






        share|improve this answer






























          1


















          You can also do the sync in Ubuntu. You do not need specific options. Just use the -a (or --archive) option like you would do for a mirror copy from linux file systems to linux file systems.






          share|improve this answer




























            1














            1










            1









            You can also do the sync in Ubuntu. You do not need specific options. Just use the -a (or --archive) option like you would do for a mirror copy from linux file systems to linux file systems.






            share|improve this answer














            You can also do the sync in Ubuntu. You do not need specific options. Just use the -a (or --archive) option like you would do for a mirror copy from linux file systems to linux file systems.







            share|improve this answer













            share|improve this answer




            share|improve this answer



            share|improve this answer










            answered Aug 31 '18 at 8:45









            vanadiumvanadium

            12.3k2 gold badges22 silver badges41 bronze badges




            12.3k2 gold badges22 silver badges41 bronze badges


























                0


















                rsync is originally unix utility to sync source and destination. Now rsync is even ported to windows as well. You may need cygwin or mingw on windows machine for the same.
                Only condition is that both operating system should see each other's filesystem and ssh should be enabled both side.


                rsync -avz -e ssh /cygwin/c/song.mp3 root@192.168.56.101:/data






                share|improve this answer






























                  0


















                  rsync is originally unix utility to sync source and destination. Now rsync is even ported to windows as well. You may need cygwin or mingw on windows machine for the same.
                  Only condition is that both operating system should see each other's filesystem and ssh should be enabled both side.


                  rsync -avz -e ssh /cygwin/c/song.mp3 root@192.168.56.101:/data






                  share|improve this answer




























                    0














                    0










                    0









                    rsync is originally unix utility to sync source and destination. Now rsync is even ported to windows as well. You may need cygwin or mingw on windows machine for the same.
                    Only condition is that both operating system should see each other's filesystem and ssh should be enabled both side.


                    rsync -avz -e ssh /cygwin/c/song.mp3 root@192.168.56.101:/data






                    share|improve this answer














                    rsync is originally unix utility to sync source and destination. Now rsync is even ported to windows as well. You may need cygwin or mingw on windows machine for the same.
                    Only condition is that both operating system should see each other's filesystem and ssh should be enabled both side.


                    rsync -avz -e ssh /cygwin/c/song.mp3 root@192.168.56.101:/data







                    share|improve this answer













                    share|improve this answer




                    share|improve this answer



                    share|improve this answer










                    answered Aug 3 '13 at 6:29









                    NitinNitin

                    562 bronze badges




                    562 bronze badges
























                        0


















                        You can install rsync in cygwin on Windows and do the data copy. Just like you are in a *NIX terminal session.



                        The path naming is a bit different.



                        For example, if you want to copy all data from partition E: to F: => rsync -av --progress --stats /cygdrive/e /cygdrive/f



                        BTW: Not sure if rsync for cygwin is capable of keeping all the NTFS properties/attributes. Most likely yes. But it loese attributes, permissions when copying from NTFS -> *NIX file systems.






                        share|improve this answer






























                          0


















                          You can install rsync in cygwin on Windows and do the data copy. Just like you are in a *NIX terminal session.



                          The path naming is a bit different.



                          For example, if you want to copy all data from partition E: to F: => rsync -av --progress --stats /cygdrive/e /cygdrive/f



                          BTW: Not sure if rsync for cygwin is capable of keeping all the NTFS properties/attributes. Most likely yes. But it loese attributes, permissions when copying from NTFS -> *NIX file systems.






                          share|improve this answer




























                            0














                            0










                            0









                            You can install rsync in cygwin on Windows and do the data copy. Just like you are in a *NIX terminal session.



                            The path naming is a bit different.



                            For example, if you want to copy all data from partition E: to F: => rsync -av --progress --stats /cygdrive/e /cygdrive/f



                            BTW: Not sure if rsync for cygwin is capable of keeping all the NTFS properties/attributes. Most likely yes. But it loese attributes, permissions when copying from NTFS -> *NIX file systems.






                            share|improve this answer














                            You can install rsync in cygwin on Windows and do the data copy. Just like you are in a *NIX terminal session.



                            The path naming is a bit different.



                            For example, if you want to copy all data from partition E: to F: => rsync -av --progress --stats /cygdrive/e /cygdrive/f



                            BTW: Not sure if rsync for cygwin is capable of keeping all the NTFS properties/attributes. Most likely yes. But it loese attributes, permissions when copying from NTFS -> *NIX file systems.







                            share|improve this answer













                            share|improve this answer




                            share|improve this answer



                            share|improve this answer










                            answered Aug 5 '13 at 23:17









                            Terry WangTerry Wang

                            7,0573 gold badges28 silver badges25 bronze badges




                            7,0573 gold badges28 silver badges25 bronze badges































                                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%2f328095%2fcan-rsync-be-used-to-copy-files-in-a-ntfs-partition-to-another-ntfs-partition%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

                                Tamil (spriik) Luke uk diar | Nawigatjuun

                                Align equal signs while including text over equalitiesAMS align: left aligned text/math plus multicolumn alignmentMultiple alignmentsAligning equations in multiple placesNumbering and aligning an equation with multiple columnsHow to align one equation with another multline equationUsing \ in environments inside the begintabularxNumber equations and preserving alignment of equal signsHow can I align equations to the left and to the right?Double equation alignment problem within align enviromentAligned within align: Why are they right-aligned?

                                Where does the image of a data connector as a sharp metal spike originate from?Where does the concept of infected people turning into zombies only after death originate from?Where does the motif of a reanimated human head originate?Where did the notion that Dragons could speak originate?Where does the archetypal image of the 'Grey' alien come from?Where did the suffix '-Man' originate?Where does the notion of being injured or killed by an illusion originate?Where did the term “sophont” originate?Where does the trope of magic spells being driven by advanced technology originate from?Where did the term “the living impaired” originate?