Jump to content

Issue with Windows 10. Drive Optimization.

Go to solution Solved by Electronics Wizardy,
7 minutes ago, Nolanrulesroblox said:

Can you give more info about Robocopy?

its a program in windows that can copy files. Here is the man page. 

 

Vhttps://docs.microsoft.com/en-us/windows-server/administration/windows-commands/robocopy

 

basically to copy  mutltithreaded

 

robocopy C:\source D:\destination /mt

For some reason, on my Samsung 970 Evo 1tb Trim doesnt Auto run. I havent messed with any of the settings. And the SSD has been going Slower and Slower (almost as slow as my HDD) 

 

tldr: How can i have Trim auto Run every day? (i have it set to run but it doesnt run)

 

Link to comment
https://linustechtips.com/topic/1213911-issue-with-windows-10-drive-optimization/
Share on other sites

Link to post
Share on other sites

15 minutes ago, Electronics Wizardy said:

how are you testing speed?

 

what does the optimize disks page show?

 

you cn mke. scheduled task to run something like optimize-volume -driveletter C -retrim

Using Diskmark 7, It shows "0 days since last run" (fast forward a week) "7 days since last run"

 

Is that Command for Powershell or CMD? (admin?)

Link to post
Share on other sites

Just now, Nolanrulesroblox said:

Using Diskmark 7, It shows "0 days since last run" (fast forward a week) "7 days since last run"

 

Is that Command for Powershell or CMD? (admin?)

thatsa powershell command

 

screenshot?

 

Wht does eventviewer show?

Link to post
Share on other sites

4 minutes ago, Electronics Wizardy said:

thatsa powershell command

 

screenshot?

 

Wht does eventviewer show?

Nothing (that i can tell) is Showing in Event Viewer.

 

image.png.cb60b02de97203d1a265e7632cbfd7d5.png

 

Edit: i last ran Trim about an hour ago.

Edited by Guest
Link to post
Share on other sites

2 minutes ago, Nolanrulesroblox said:

Nothing (that i can tell) is Showing in Event Viewer.

 

image.png.cb60b02de97203d1a265e7632cbfd7d5.png

 

Edit: i last ran Trim about an hour ago.

how are you measuring speeds, even without trim, speeds should be pretty good

 

In event viewer, then windows logs, application. Search for defrag and see what you get.

Link to post
Share on other sites

6 minutes ago, Electronics Wizardy said:

how are you measuring speeds, even without trim, speeds should be pretty good

 

In event viewer, then windows logs, application. Search for defrag and see what you get.

EV: Shows all successful.

 

Im Using a Simple Copy and paste (somewhat as fast as my Sata 3 ssd) and Crystal Disk-mark 7 (1gb, 5 passes)

Link to post
Share on other sites

Just now, Nolanrulesroblox said:

EV: Shows all successful.

 

Im Using a Simple Copy and paste (somewhat as fast as my Sata 3 ssd) and Crystal Disk-mark 7 (1gb, 5 passes)

wht does crystal disk mark show?

 

Does it speed up after you force a trim?

Link to post
Share on other sites

6 minutes ago, Nolanrulesroblox said:

image.png.5ac8c6c23dbe7f39728c291e4b680cb4.png

 

It was the Same after trim, but it keeps saying i need to trim (even after it runs)

those speeds look fine to me, nothing to really worry about. 

 

You can set a scheduled task, but I don't see a big problem here

 

Link to post
Share on other sites

4 minutes ago, Nolanrulesroblox said:

Ok, but is it normal for SSDs to slow down when dealing with about 6,000 random files? (about 16kb each)

What are you doing with those files?

 

But that seems normal, there is a lot of overhead dealing with lots of small files

Link to post
Share on other sites

1 minute ago, Electronics Wizardy said:

What are you doing with those files?

 

But that seems normal, there is a lot of overhead dealing with lots of small files

Most of them are PHP and JS files (and about 25 SVGs) Building a Site for a Person (note: for every php/js, every edit is a new copy) 

Link to post
Share on other sites

Just now, Nolanrulesroblox said:

Most of them are PHP and JS files (and about 25 SVGs) Building a Site for a Person (note: for every php/js, every edit is a new copy) 

How long does it take to copy?

 

But take a few seconds seems reasonble

 

Link to post
Share on other sites

2 minutes ago, Electronics Wizardy said:

that makes me think something like the cpu is the limit. Maybe try copying with robocopy multithreadded, that should really speed up lots of litte files being copied.

Can you give more info about Robocopy?

Link to post
Share on other sites

7 minutes ago, Nolanrulesroblox said:

Can you give more info about Robocopy?

its a program in windows that can copy files. Here is the man page. 

 

Vhttps://docs.microsoft.com/en-us/windows-server/administration/windows-commands/robocopy

 

basically to copy  mutltithreaded

 

robocopy C:\source D:\destination /mt

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

×