Replies: 2 comments 3 replies
-
|
Politely ask @vonericsen if you may know the answer to my questions above? In any case much thanks in advance! |
Beta Was this translation helpful? Give feedback.
-
|
Hi @jumbi77, Sorry I did not see this question until now! A short answer for your questions: 1b) Yeah, this is fine. Background activity will resume once the drive spins up and becomes idle again. 1c) No, it is not possible to query for progress of this background activity at this time. You do not need to wait for this to complete before using your drive. Writing to the drive from LBA 0-MaxLBA moves this to the foreground as it is handled as the drive writes data and only runs in the background for sectors not receiving new data. 1d) Both longDST and longGeneric read every sector on the drive, but there are some differences.
You do not need to wait for the background activity to complete before running either of these tests. The drive is not writing to the LBA space but updating other information that it needs for reliability across the drive after changing the sector size. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello guys, I have some Exos 28TB drives and set the sector size to 4kn:
After a few minutes, the command executes successfully. It also prints that the drive may not be go to sleep state right away because it may run some background activities.
I am interested in what those background activities are:
1a) Does the drive reformat every single sector in the background? If yes, does it operate the activity for like 30-40 hrs? (approx. same duration like
--longDST)1b) I shut down the system a few hours after the successful command, was this okay? And if 1a) is true, does the drive finish the complete reformat after reboot again?
1c) Can I see/print the progress of the background activity? How do I know when the reformat to 4kn is really 100% finished?
1d) After that, I want to run
SeaChest_SMART <..> --longDSTto check every sector or should I runSeaChest_GenericTests <..> --longGeneric?Much thanks!
Beta Was this translation helpful? Give feedback.
All reactions