Microsoft MVP성태의 닷넷 이야기
SDK : 19. LastWriteTime 과 ChangeTime 의 구분 [링크 복사], [링크+제목 복사]
조회: 19795
글쓴 사람
정성태 (techsharer at outlook.com)
홈페이지
첨부 파일
 

What's the difference between LastWriteTime and ChangeTime in FILE_BASIC_INFO?
; http://blogs.msdn.com/b/oldnewthing/archive/2010/07/09/10036162.aspx

위와 같은 차이가 있고, 윈도우 7에서는 성능향상을 위해 "LastWriteTime"에 대한 업데이트가 비활성화되었다고 합니다.

Disabling Last Access Time in Windows Vista to improve NTFS performance
; http://blogs.technet.com/b/filecab/archive/2006/11/07/disabling-last-access-time-in-windows-vista-to-improve-ntfs-performance.aspx

다음과 같은 명령어를 '관리자 권한'으로 실행하면 됩니다.

fsutil behavior set disablelastaccess 0

생각해보면, 그다지 중요하지 않은 윈도우 2008 서버 머신이라면, 역시 비활성화해도 상관없지 않을까 싶습니다. 참고로, 현재 모드를 알고 싶다면 다음과 같이 명령을 내릴 수 있습니다.

fsutil behavior query disablelastaccess








[최초 등록일: ]
[최종 수정일: 6/23/2011]


비밀번호

댓글 작성자
 



2018-06-06 03시16분
fsutil의 또 다른 기능으로, Windows 10 이후부터 파일 시스템에 대한 대/소문자를 구분하도록 만들 수 있습니다.

How to enable NTFS support to treat folders as case sensitive on Windows 10
; https://www.windowscentral.com/how-enable-ntfs-treat-folders-case-sensitive-windows-10
정성태
2020-12-10 03시39분
C:\Windows\System32> fsutil behavior query EncryptPagingFile
EncryptPagingFile = 0 (Disabled)
정성태

1  2  3  4  5  6  7  [8]  9  10  11  12  13  14  15  ...
NoWriterDateCnt.TitleFile(s)
1001정성태12/31/200810171.NET : 95. 빌드된 어셈블리를 서명하는 방법 [1]
1000정성태12/29/200810260Code Contracts
999정성태12/17/200811169Visual C++ : 14. Visual Studio 2010 - MSBuild
998정성태12/16/200811979.NET 3.0 : 26. WPF - HostVisual?
997정성태12/10/200811864.NET : 94. Native C++ 클래스를 상속받는 C# 클래스 정의
996정성태12/9/200812253.NET : 93. Document Reflector [1]
995정성태12/1/200811826Visual C++ : 13. Detours 라이브러리
993정성태11/30/200811763.NET 3.0 : 25. C# Extension 의 좋은 활용 예 - 오피스 Interop API Extensions
992정성태11/30/200816843.NET : 92. Application.DoEvents 의 부작용
991정성태11/26/200813935.NET 4.0: 6. Thread Pool 개선
990정성태11/25/200811546개발 환경 구성: 124. Hyper-V 와 도메인 컨트롤러
989정성태11/21/200811039IIS : 24. IIS7 - Process and Thread Identity in ASP.NET
988정성태11/9/200811287.NET 4.0: 5. C# 4.0 새기능들(2008년10월CTP버젼)
987정성태11/5/200811594.NET 4.0: 4. What's New in the BCL in .NET 4.0 [2]
986정성태11/3/200810839.NET 4.0: 3. Dump 디버깅 지원
985정성태10/30/200810532.NET 4.0: 2. .NET 4.0 포스터
984정성태10/30/200810894.NET 4.0: 1. No PIA
983정성태10/29/200810837Visual C++ : 12. Visual C++ 10
982정성태10/29/200812209.NET : 91. WPF Toolkit
981정성태10/27/200811236.NET : 90. Microsoft Chart control for .NET Framework
980정성태10/24/200811067Debug : 38. StackOverflow Notifier
979정성태10/24/200810650SDK : 15. ESENT (Extensible Storage Engine) API in the Windows SDK
978정성태10/23/200810961TFS : 170. TeamReview 도구
977정성태10/15/200813045.NET : 89. DotNetZip - ZIP 압축을 위한 닷넷 라이브러리
976정성태10/15/200810750TFS : 169. tf.exe 명령어 - workspaces /remove 와 workspaces /delete 의 차이
975정성태10/9/200810672.NET : 88. ClickOnce에서 .application 파일을 다운로드 하려고 할 때.
1  2  3  4  5  6  7  [8]  9  10  11  12  13  14  15  ...