Microsoft MVP성태의 닷넷 이야기
SDK : 19. LastWriteTime 과 ChangeTime 의 구분 [링크 복사], [링크+제목 복사],
조회: 19811
글쓴 사람
정성태 (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)
정성태

... 16  17  18  19  20  21  22  23  24  25  26  27  28  29  [30]  ...
NoWriterDateCnt.TitleFile(s)
450정성태9/28/20069546.NET : 16. ADO.NET vNext Entity Data Model Designer Prototype, CTP
449정성태9/28/200610475TFS : 37. Team Foundation Server and Basic Authentication
448정성태9/28/200610028TFS : 36. Moving the Team Foundation Server Data Warehouse to a Separate Server
447정성태10/20/200610167Vista : 10. ASLR이 적용된 Vista
446정성태9/26/20069941개발환경 구성 : 31. Profiling Tool for .NET Developers
445정성태10/20/20069611Windows 2008 : 2. LHS Feature Of The Week #2 - Remote Differential Compression
444정성태10/20/200610175Windows 2008 : 1. LHS Feature Of The Week #1 - Transactional NTFS
443정성태9/23/200610076개발환경 구성 : 30. Tip/Trick: Optimizing ASP.NET 2.0 Web Project Build Performance with VS 2005
442정성태9/28/200610633TFS : 35. 설치 설명서 / 관리자 가이드 도움말 업데이트
441정성태9/21/200611128개발환경 구성 : 29. SQL Server Spec 비교
440정성태10/20/200610529.NET 3.0 : 3. WCF Workshops updated to Release Candidate 1
439정성태9/20/200610510개발환경 구성 : 28. Caml Viewer 2007 : released on Codeplex
438정성태9/20/200610281개발환경 구성 : 27. Enterprise Smart Card Deployment in the Microsoft® Windows® Smart Card Framework
437정성태9/19/200610236TFS : 34. Getting Started with TFS Integrator 파일 다운로드2
434정성태9/20/200610921개발환경 구성 : 26. Developing Web Applications on Windows Vista with Visual Studio 2005
433정성태10/20/200610398Vista : 9. Next Generation TCP/IP Stack
432정성태9/16/200610255TFS : 33. Now Available: Teamprise V2 Preview 2
431정성태9/16/20069903개발환경 구성 : 25. Announcing the Web Client Software Factory
430정성태9/15/200610265.NET : 15. ASP.NET 2.0 - A Preview of Web LINQ - BLINQ
429정성태9/15/20069832The True Cost of .NET Exceptions
428정성태9/15/200611638.NET : 14. IronPython 예제들
427정성태9/14/200611114개발환경 구성 : 24. Smart Start and Stop Service in VS.NET Build
426정성태9/13/200610554TFS : 32. Team Foundation Server Language Change Package
425정성태9/12/200610386TFS : 31. Team Foundation Administrator's Guide (TFSAdmin.chm)
424정성태9/12/200611060Visual C++ : 2. Managed Debugger Expression Evaluator - mcee_mc.dat
422정성태9/8/200610949.NET : 13. An Introduction to LINQ
... 16  17  18  19  20  21  22  23  24  25  26  27  28  29  [30]  ...