Microsoft MVP성태의 닷넷 이야기
SDK : 19. LastWriteTime 과 ChangeTime 의 구분 [링크 복사], [링크+제목 복사],
조회: 19919
글쓴 사람
정성태 (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)
269정성태5/4/20069016Visual Studio 2005 Team System Level 200 Course Material
268정성태5/4/20069301Microsoft Component Installer Software Development Kit for Windows (x86) Version 2.0
267정성태5/4/20069190101 Code Samples for Visual Basic 2005
266정성태5/3/200611021Consolas Font Pack for Microsoft Visual Studio 2006 [2]
264정성태5/1/200610196Team System for C++ Developers
262정성태5/1/200619776Registry 등록 없이 COM 개체 사용 [1]파일 다운로드2
261정성태4/30/2006100364GB 메모리 인식 [2]
259정성태4/30/20069100Building ASP.NET 2.0 Web Sites Using Web Standards
260정성태4/30/20068813    답변글 XHTML Validator Modulle
258정성태4/29/20069392WebServiceStudio 2.0
263정성태5/1/20069035    답변글 Calling an Arbitrary Web Service
257정성태4/29/20069002TypeForwardedToAttribute
256정성태4/29/20069260Windows API - Using Condition Variables
252정성태4/26/20069459한글 관련 메세지 정리파일 다운로드1
251정성태4/26/20069923IIS 7.0 에서 소개되는 새로운 기능들 [1]
250정성태4/25/200610627툴 소개: VisualNDepend
249정성태4/25/200616617Integrating a debugger into Reflector
265정성태5/1/200610872    답변글 Deblector: First Version
285정성태5/15/20068983    답변글 New Deblector version ( an Add-In to debug with reflector )
248정성태4/21/20069320VS.NET 2005 Add-In : CSS Properties Window
247정성태4/21/20069254VS.NET 2005 Add-In : Spell Checker for HTML and ASP.NET pages
244정성태4/19/20069217SQL Server 2005 Service Pack 1
241정성태4/19/20068679VSTS Annotations for C++: Beyond Just Documenting Method Behavior [1]파일 다운로드1
240정성태4/18/20069308Accessing System Power and Network Status Using SENS
253정성태4/29/20069656    답변글 [HowToUse]: Accessing System Power and Network Status Using SENS
239정성태4/18/20069238Display a Web Page in a Plain C Win32 Application
... 31  32  33  34  35  36  [37]  38  39  40  41  42  43  44  45  ...