지난 몇 년 동안 솔리드 스테이트 드라이브는 점점 더 인기를 얻었습니다. 또한 SSD(SSD) ( Solid State Drive )가 기존 하드 드라이브와 비교하여 얼마나 빠른지에 대해 다른 사람이 이야기하는 것을 읽거나 적어도 들은 적이 있을 것입니다. (heard someone)이미 하나를 사용 중이거나 컴퓨터 성능을 향상시키기 위해 SSD(SSD) 를 구입하려는 경우 TRIM 지원(TRIM support) 이 필수적 이라는 것을 알아야 합니다 . SSD TRIM 이란 무엇이며 SSD(SSDs) 에 중요한 이유는 무엇이며 Windows 에서 켜져 있는지 어떻게 확인 합니까? 이 가이드에서 이러한 질문에 대한 답변을 찾을 수 있습니다.
SSD 드라이브용 TRIM이란 무엇입니까?
TRIM 은 운영 체제 가 솔리드 (operating system)스테이트 드라이브(state drive) ( SSD )에 더 이상 필요하지 않고 삭제할 수 있는 데이터 블록을 알려줄 수 있는 명령입니다. 즉, TRIM 은 이동하거나 삭제하려는 데이터가 저장되어 있는 위치를 운영체제(operating system) 가 정확히 알 수 있도록 도와주는 명령어입니다 . 그렇게 하면 솔리드 스테이트 드라이브(state drive) 는 데이터를 보유하는 블록에만 액세스할 수 있습니다. 또한 사용자 또는 (Furthermore)운영 체제(operating system) 에서 삭제 명령을 실행할 때마다 TRIM 명령 이(TRIM command)파일이 저장된 페이지 또는 블록을 즉시 지웁니다. 즉, 다음에 운영 체제(operating system) 가 해당 영역에 새 데이터를 쓰려고 할 때 먼저 삭제할 때까지 기다릴 필요가 없습니다.
TRIM 이 무엇이며 무엇을 하는지 이해 하려면 먼저 SSD의 작동(SSDs work) 방식과 저장된 정보를 처리하는 방식 을 알아야 합니다.
솔리드 스테이트 드라이브는 플래시 메모리 칩으로 가득 찬 장치에 불과합니다. 운영 체제(operating system) 는 이러한 칩의 데이터를 읽고 조작할 수 있어야 합니다. 그러려면 SSD 가 이 데이터를 정렬할 수 있는 방법이 있어야 합니다. SSD 에 저장된 정보 는 데이터 블록으로 나뉩니다. 이러한 블록은 차례로 데이터 페이지로 나뉩니다. 더 잘 예시하기 위해 SSD 가 라이브러리라고 상상해 보십시오. 도서관에는 많은 서가가 있고 이 서가에는 책이 가득합니다.
하지만 이 책들 중 하나를 더 이상 보관하고 싶지 않다면 어떻게 됩니까? 당신이 그것을 팔거나 친구에게 빌려주고 싶다고 말 하십시오. (Say)책장에서 책을 꺼내기만 하면 되는 것이 분명해 보입니다. 글쎄, 당신의 라이브러리가 솔리드 스테이트 드라이브라면 모든 것이 그런 식으로 작동하지 않을 것입니다. SSD 에서 일부 데이터를 삭제하기로 결정한 경우 블록의 페이지만 차지하더라도 문제가 되지 않습니다. 전체 블록을 제거해야 합니다! 다른 페이지의 모든 정보는 임시 버퍼 메모리(buffer memory) 로 이동 한 다음 원래 블록에 다시 넣습니다. 책을 꺼내거나 새 책으로 교체하고 싶을 때마다 도서관에서 선반 전체를 비우는 것과 같습니다. 그런 다음 다른 모든 책을 제자리에 다시 넣어야 합니다. 효율적이지 않다!
결론적으로 솔리드 스테이트 드라이브(state drive) 가 이전에 차지한 공간에 새 데이터를 쓰려면 먼저 완전히 지워야 합니다. SSD 에서 데이터를 이동하거나 삭제할 때마다 수행하면 데이터 쓰기 속도의 성능이 저하됩니다.
TRIM이 SSD 드라이브에 유용한 이유는 무엇입니까?
데이터를 삭제하고 다시 쓸 때 TRIM 을 사용하지 않는 솔리드 스테이트 드라이브(state drive) 는 중요한 정보를 부분적으로 이동하고, 이를 포함하는 모든 블록을 지워야 하며, 마지막으로 새 데이터를 해당 정보에 기록해야 합니다. 블록. 한편으로 이것은 장치의 성능이 좋지 않음을 의미합니다. 반면에 SSD 는 지우고 다시 쓰는 작업이 많다는 뜻입니다. 이 모든 것이 쌓여 SSD 내부에 있는 플래시 메모리 칩의 빠른 마모를 유발합니다 .
TRIM 은 많은 양의 메모리를 지속적으로 지우고 다시 쓸 필요가 없도록 하여 이러한 두 가지 문제를 모두 방지합니다. 전체 블록을 관리하는 대신 TRIM 지원 SSD 는 페이지라고 하는 더 작은 메모리 클러스터에서 작동할 수 있습니다. 더욱이 운영 체제(operating system) 나 사용자 가 삭제 명령을 내릴 때마다 SSD 는 자동으로 TRIM 명령(TRIM command) 을 보내 삭제 중인 저장 공간(storage space) 을 지 웁니다. 이렇게 하면 해당 영역에 새 데이터가 저장될 때 쓰기 속도가 빨라집니다.
Windows 가 SSD 에 대해 TRIM 을 켰는 지 확인하는 방법
솔리드 스테이트 드라이브 에서 (state drive)TRIM 이 활성화 또는 비활성화되어 있는지 확인 하려면 명령 프롬프트(Command Prompt) 를 사용해야 합니다 . 빠른 실행 방법은 검색을 사용하는 것입니다. 이 가이드에 나와 있는 다른 많은 방법도 있습니다 . Windows 에서 (Windows)명령 프롬프트(Command Prompt) 를 시작하는 10가지 방법 .
그런 다음 명령 프롬프트(Command Prompt) 창에서 fsutil behavior query disabledeletenotify 명령을 입력합니다 .
키보드에서 Enter 키(Enter) 를 누르면 잠시 후 명령 프롬프트(Command Prompt) 에 다음 두 옵션 중 하나가 포함된 메시지가 표시됩니다.
-
"NTFS DisableDeleteNotify = 0" - SSD 에서 TRIM 기능이 활성화 되었음을 의미합니다.(enabled)
-
"NTFS DisableDeleteNotify = 1" - SSD 에서 TRIM 기능이 비활성화 되었음을 의미합니다.(disabled)
참고:(NOTE:) Windows 10(Windows 10) 에서 실행되는 테스트 PC 에서 (test PC)위의 명령(above command) 이 "ReFS DisableDeleteNotify가 현재 설정되지 않았습니다." ("ReFS DisableDeleteNotify is not currently set.")이것은 걱정할 필요가 없으며 ReFS 를 사용 하는 SSD 를 연결하면 (SSD)TRIM 기능(TRIM feature) 이 자동으로 활성화 됨을 의미합니다 . Resilient File System 이라고도 하는 ReFS 는 Windows 홈(Windows home) PC 에서 일반적으로 사용되지 않는 Microsoft 독점 (Microsoft proprietary)파일 시스템 입니다. (file system)이에 대한 자세한 내용은 Wikipedia(Wikipedia) 에서 읽을 수 있습니다 .
Windows에서 SSD TRIM을 활성화하는 방법
Windows PC 에서 (Windows PC)TRIM 이 활성화 되었는지 여부를 확인하기 위한 명령을 실행하고 비활성화된 것으로 확인되면 켜고 싶을 수 있습니다. 이렇게 하려면 관리자로 명령 프롬프트(Command Prompt) 를 열고 다음 명령을 입력해야 합니다. fsutil behavior set disabledeletenotify 0, 키보드에서 Enter 키 를 누릅니다.
"NTFS DisableDeleteNotify = 0" 메시지가 표시되면 SSD 에서 (SSD)TRIM 이 활성화되었음을 의미합니다 .
Windows에서 SSD TRIM을 비활성화하는 방법
이 작업을 수행할 이유는 없지만 Windows PC 에서 (Windows PC)TRIM 을 비활성화하려는 경우 에도 그렇게 할 수 있습니다. 명령 프롬프트(Command Prompt) 를 관리자로 열고 fsutil behavior set disabledeletenotify 1 명령을 입력한 다음 키보드에서 Enter 키 를 누릅니다.
"NTFS DisableDeleteNotify = 1" 메시지가 표시되면 SSD 에서 (SSD)TRIM 이 비활성화되었음을 의미합니다 .
TRIM 이 (TRIM)SSD 에 켜져 있습니까 ? 어떤 SSD 가 있습니까?
솔리드 스테이트 드라이브는 많은 성능을 제공합니다. 읽기 또는 쓰기 속도와 관련하여 기존 하드 드라이브보다 훨씬 빠릅니다. 그러나 데이터 작업 방식 때문에 SSD 는 과도한 (SSDs)마모 및 성능 저하(wear and performance degradation) 를 방지하기 위해 특정 펌웨어 명령을 사용해야 합니다 . 이제 TRIM(TRIM) 이 필수인 이유와 기능을 알고 있으므로 SSD 에서 (SSD)TRIM 이 활성화되어 있는지 궁금합니다 . 어떤 SSD 가 있습니까? 저렴한 제품입니까 아니면 게이머의 초고속 모델(superfast model) 입니까? 의견 섹션(section and let) 에 의견을 남기고 토론합시다.
What is SSD TRIM, why is it useful, and how to check whether it is turned on
In the last couple of years, solid state drives have increasingly gained poрularity. It is also probable that yоu have read or at least heard someone else talking about how fast an SSD (Solid State Drive) is compared to traditional hard drives. If you are аlready using one or yoυ want to buy an SSD to imрrove your computer's performance, you should know that TRIM suрport is essential. What is SSD TRIM, why does it matter for SSDs, and how do you check whethеr іt is turned on, in Windows? You can find the anѕwers to these questions, in this guide:
What is TRIM for SSD drives?
TRIM is a command with the help of which the operating system can tell the solid state drive (SSD) which data blocks are no longer needed and can be deleted, or are marked as free for rewriting. In other words, TRIM is a command that helps the operating system know precisely where the data that you want to move or delete is stored. That way, the solid state drive can access only the blocks holding the data. Furthermore, whenever a delete command is issued by the user or the operating system, the TRIM command immediately wipes the pages or blocks where the files are stored. This means that the next time the operating system tries to write new data in that area, it does not have to wait first to delete it.
Let's dig a bit further into this notion: to understand what TRIM is and what it does you first need to know how SSDs work and how they handle the information stored on them.
A solid-state drive is nothing more than a device full of flash memory chips. The operating system needs to be able to read and manipulate the data on these chips. To do that, the SSD has to have a way to arrange this data. Information stored on an SSD is divided into blocks of data. These blocks are, in turn, divided into pages of data. To better exemplify, imagine that the SSD is a library. The library has lots of shelves, and these shelves are filled with books.
However, what happens when you no longer want to keep one of these books? Say you want to sell it or lend it to a friend. It would seem obvious that you only have to take the book out of that shelf. Well, if your library is a solid-state drive, things would not work that way. On an SSD, if you decide to delete some data, it would not matter if it only occupies a page from a block. The whole block would need to be removed! All the information on the other pages would move to a temporary buffer memory, then be put back on the original block. It is like emptying a whole shelf from your library whenever you want to take a book out or replace it with a new one. Then, you would have to put all the other books back in their places. It is not efficient!
To conclude, for a solid state drive to write new data on a previously occupied space, it first has to wipe it completely. Doing it every time you move or delete data on your SSD translates into reduced performance for data writing speeds.
Why is TRIM useful for SSD drives?
You already know by now that when deleting and rewriting data, a solid state drive that does not use TRIM has to partially move significant pieces of information, wipe out all the block(s) containing it and, finally, write the new data onto those blocks. On the one hand, this means that the device's performance is poor. On the other hand, it means that the SSD does lots of erasing and rewriting. These all pile up and cause fast wear of the flash memory chips that are found inside the SSD.
TRIM ensures that both these issues are prevented, by eliminating the need to erase and rewrite large chunks of memory continually. Instead of managing whole blocks, a TRIM enabled SSD can work with the smaller memory clusters called pages. Even more, whenever a delete command is issued by the operating system or the user, the SSD automatically sends a TRIM command to wipe the storage space being erased. This ensures a faster writing speed when new data is stored in that area.
How to check whether Windows has turned on TRIM for your SSD
If you want to check whether TRIM is enabled or disabled on your solid state drive, you have to use the Command Prompt. A quick way to launch it is to use the search. There are also many other methods, which we have shown in this guide: 10 ways to launch the Command Prompt in Windows.
Then, in the Command Prompt window, type this command: fsutil behavior query disabledeletenotify.
Press Enter on your keyboard and, after a short while, Command Prompt displays a message that contains one of these two options:
-
"NTFS DisableDeleteNotify = 0" - means that the TRIM feature is enabled on your SSD.
-
"NTFS DisableDeleteNotify = 1" - means that the TRIM feature is disabled on your SSD.
NOTE: You might have noticed that on our test PC, which runs on Windows 10, the above command also issued another response: "ReFS DisableDeleteNotify is not currently set." This is nothing to worry about and means that the TRIM feature is automatically enabled if you connect an SSD that uses ReFS. ReFS, also known as Resilient File System, is a Microsoft proprietary file system that is not commonly used on Windows home PCs. You can read more about it on Wikipedia.
How to enable SSD TRIM in Windows
If you run the command for finding out whether TRIM is enabled or not on your Windows PC, and you found that it is disabled, you might want to turn it on. To do so, you have to open Command Prompt as administrator, enter this command: fsutil behavior set disabledeletenotify 0, and press Enter on your keyboard.
If you get the message "NTFS DisableDeleteNotify = 0", it means that TRIM has been enabled on your SSD.
How to disable SSD TRIM in Windows
Although there are no reasons for doing this, in case you want to disable TRIM on your Windows PC, you can do that too. Open Command Prompt as administrator, enter the command: fsutil behavior set disabledeletenotify 1, and press Enter on your keyboard.
If you get the message "NTFS DisableDeleteNotify = 1", it means that TRIM has been disabled on your SSD.
Is TRIM turned on your SSD? What SSD do you have?
Solid state drives offer lots of performance. When it comes to their read or write speeds, they are much faster than traditional hard drives. However, because of the way they work with data, SSDs must use specific firmware commands to prevent excessive wear and performance degradation. Now you know why TRIM is essential and what it does, so we are curious: is TRIM enabled on your SSD? What SSD do you have? Is it an affordable one or is it a gamer superfast model? Leave a comment in the comments section and let's discuss.