Jump to content

So I'm transferring an app that I use quite frequently from my HDD to my SSD, it's taking quite a while. Is there anyway to speed this up? If not what should I do for future reference to make the speeds go faster?

 

if you need to know my specific storage devices they're on my profile page where my build is.

Link to comment
https://linustechtips.com/topic/686361-transferring-questions/
Share on other sites

Link to post
Share on other sites

Ideally you would sequentially read the data off the disk instead of copying per file, the only way I know of doing this in Winblows is by defragging the disk; but you will find that will increase your total time spent. If you were using a Unix based OS you would have more options.

 

In the future use mechanical drives in pairs in RAID0. Id rather buy two 1Tb drives than one 2Tb drive because the speed will be double

             ☼

ψ ︿_____︿_ψ_   

Link to comment
https://linustechtips.com/topic/686361-transferring-questions/#findComment-8813400
Share on other sites

Link to post
Share on other sites

1 minute ago, SCHISCHKA said:

Ideally you would sequentially read the data off the disk instead of copying per file, the only way I know of doing this in Winblows is by defragging the disk; but you will find that will increase your total time spent. If you were using a Unix based OS you would have more options.

 

In the future use mechanical drives in pairs in RAID0. Id rather buy two 1Tb drives than one 2Tb drive because the speed will be double

How would I run them in raid0? And what is the difference in the number after raid? For example raid0 or raid2 

Link to comment
https://linustechtips.com/topic/686361-transferring-questions/#findComment-8813411
Share on other sites

Link to post
Share on other sites

4 minutes ago, Joelbanks5 said:

How would I run them in raid0? And what is the difference in the number after raid? For example raid0 or raid2 

raid 0 stripes data over two disks giving you 2X speed. You don't need to be concerned with other RAID levels, RAID 0 for two drives is the best performer. If you're on Windows you should probably set up RAID through BIOS, I dont know if Windows has implemented software RAID yet.

https://en.wikipedia.org/wiki/RAID

             ☼

ψ ︿_____︿_ψ_   

Link to comment
https://linustechtips.com/topic/686361-transferring-questions/#findComment-8813453
Share on other sites

Link to post
Share on other sites

6 minutes ago, SCHISCHKA said:

raid 0 stripes data over two disks giving you 2X speed. You don't need to be concerned with other RAID levels, RAID 0 for two drives is the best performer. If you're on Windows you should probably set up RAID through BIOS, I dont know if Windows has implemented software RAID yet.

https://en.wikipedia.org/wiki/RAID

Oh but I do need to be concearned because I must know.

Link to comment
https://linustechtips.com/topic/686361-transferring-questions/#findComment-8813481
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×