IconIcon

Tuesday 28 January 2014

Bypass your pendrive speed in ubuntu/linux

Do you have usb pendrive which is slow?

Are you tired of using third party tool to increase usb data transfer speed?

If yes, then this tutorial is for you.



Today we will discuss how to Bypass your pendrive speed in ubuntu/linux.

Step1:-- Insert your usb pendrive.

Step2:-- Now press- Ctrl+Alt+T to open terminal

Step3:-- Now use below command to copy files to pendrive.
       
                Syntax(method):--  rsync      -av     file_to_copy      location_to_copy
 
http://techntips.net

                Example- Suppose I have to copy "movies.avi" from - /home/amit/papers
                                   folder.

                                   And suppose my pendrive path is - /media/sdc1
                              
                                   Now we will use command to copy :---
                               
               rsync     -av  /home/amit/papers/movies.avi    /media/sdc1/movies.avi


Step4:-- If you have a folder to copy with multiple file types then use archive
                manager to compress your folder.
         
                Now use above command to copy that zip file.


http://techntips.net


  Example-  rsync     -av   /home/amit/papers/abc.zip     /medi /sdc1/abc.zip



Step4:-- Now wait till command copy your files to your usb pendrive.



Please share our article to support us.

0 comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...