안녕하세요 향기입니다~*
예전에 DFS로 파일서버를 구축 했을 당시 원인 모를 블루스크린 현상으로 인하여
사용자들이 루트 폴더에 접근할 시 블루스크린이 나타나서 곤욕을 치른 적이 있습니다.
그때, 찾아낸 방법이 특정 파일을 삭제해서 문제를 해결한 적이 있습니다.
제가 경험한 바로는 DFS 뿐 아니라 여러 가지 문제를 발생 시킵니다.
[네트워크 폴더 접근시 다운되는 증상 발생시 확인 방법]
-\\파일서버 폴더 내의 특정 폴더 접근시 다운되거나 재부팅이 발생될 때 확인 한다.
-C\Window\system32\drivers 내의 afpansi.sys 파일을 삭제한뒤 재부팅을 진행하면 된다.
문제 해결 방법
Alfa File Protector (AFPAnsi.sys)은(는) Alfa Corporation에서 만든 제품입니다. Alfa Corporation에서 사용자가 보고한 문제의 해결 방법이 있다고 Microsoft에 연락했습니다. 문제 해결 방법을 확인하려면 Alfa Corporation에서 아래 사이트를 방문하도록 권장합니다.
http://www.alfasp.com/bugcheck.html
==================================================
시스템오류 재부팅 안되게 설정하는 방법
내 컴퓨터 ? 속성 ? 고급 ? 시작 및 복구 ? 설정에서
"시스템오류"항목의 "자동으로 다시 시작"을 체크 해제하면 됨
==================================================
Problem
After installing a new program and rebooting your system you received a blue screen with the following error:
BUG_CHECK 0xC1(0, 0, 0, 0)
and the string "Most probably caused by "AFPAnsi.sys" or "BXShield.sys"". (BXShield.sys is AFPAnsi.sys with custom resources).
The system will not necessarily bug check right after reboot. The bug is related to parsing of file names with exactly 192 characters, so the likelihood of receiving this error is low.
This is a bug in Alfa File Protector driver dated between December 8th 2003 (version 2003.0.1.21) and May 18th 2004 (version 2004.0.2.22). The bug affected both demo and registered version drivers.
Solution
Use the Microsoft Recovery Console to delete AFPAnsi.sys (or BXShield.sys) from \WinNT\System32\Drivers directory. For more information on the Recovery Console, consult the manual that came with your OS or visit (from another computer) Microsoft's website.
After reboot, the program using AFPAnsi.sys will, most probably, notice the driver is missing and notify you that it must be reinstalled. Please contact the manufacturer of the program for an update to fix the problem.
AFP is a product used by 3rd party programs for file security and hiding purposes. Examples of such programs are "file access restriction" programs, Distributed Rights Management (DRM) solutions and others. It is necessary to determine the program which installed the AFP driver, in order to contact the manufacturer for an update. Most programs will disable deleting AFPAnsi.sys/BXShield.sys when the OS is booted.
NOTE: Simply installing the newest AFP driver will fix the bug check, however since data structures have changed between versions, this will affect how the program runs. Unless you update the program directly from the manufacturer, it is probable the software will not run properly. The registered driver is not distributed to end-users by Alfa Corporation.
참고하시기 바랍니다.