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

... [31]  32  33  34  35  36  37  38  39  40  41  42  43  44  45  ...
NoWriterDateCnt.TitleFile(s)
422정성태9/8/200610960.NET : 13. An Introduction to LINQ
421정성태9/7/200610017Debug : 5. A reading list for debugging, .NET, CLR, WinDBG etc
420정성태9/7/200610253IIS - 5. IIS 7.0 RC1
419정성태9/3/200610782TFS : 30. MSF for Agile Software Development Process Guidance
418정성태9/3/200611244TFS : 29. MSF for CMMI® Process Improvement
417정성태9/3/200610951.NET : 12. DLINQ 관련 리소스
416정성태8/31/200610727개발환경 구성 : 23. TestDriven.NET by Jamie Cansdale TestDriven.NET 2.0.1761 - RC1
414정성태9/3/200610973개발환경 구성 : 22. Diagnosing SideBySide failures파일 다운로드1
413정성태10/20/200610688Vista : 8. What is the property system?
415정성태10/20/200611337    답변글 Vista : 8. Property System 사용 코드 예 [1]
423정성태10/20/200610258    답변글 Vista : 8. The source of property types파일 다운로드1
412정성태8/28/200610001TFS : 28. Finding the changes between two labels in TFS version control파일 다운로드1
411정성태8/27/200610224.NET : 11. [LINQ] Building and using a LINQ for SQL Class Library with ASP.NET 2.0파일 다운로드1
410정성태9/3/200610788TFS : 27. TFS Proxy 사용기
408정성태8/23/200610541TFS : 26. How do I build a Team Project with shared code?파일 다운로드1
407정성태8/23/200610295TFS : 25. Installing the Check for Comments Check-In Policy
405정성태8/20/200610282Threading in C#
406정성태8/22/20069492    답변글 .NET 쓰레드 관련 토픽 모음
403정성태8/15/200610144TFS : 24. Configuring Team Foundation Server to Use a Remote SharePoint Server [1]
402정성태8/13/200614758TFS : 23. 관련 웹 리소스들
404정성태8/15/20069012    답변글 TFS : 23.1 관련 MSDN 리소스들
401정성태8/12/20069553Visual C++ : 1. IJW ( It Just Works )파일 다운로드1
409정성태8/23/200610006    답변글 C++/CLI : 1. Interop 101 ? Part 2
400정성태8/12/200610833TFS : 22. VSTS Source Control Lock Types파일 다운로드1
399정성태8/12/200610418x64 : 1. 64bit 주소 지정이 아닌 32bit 변위값 지정
398정성태8/12/200610315Debug : 4. SOS로 Managed 객체의 크기 구하는 방법
... [31]  32  33  34  35  36  37  38  39  40  41  42  43  44  45  ...