autoexec.sys, config.bat 작성은
어떻게 하는지 영캄캄이라 IDE,SATA은 인터넷에서 찾아보면 가능 할 것 같은데
SCSI하드 고스트로 백업,복구 하는 autoexec.sys,config.bat는 찾기가 어렵네요.
여러 고수분들에게 도움을 청합니다.
많은 부탁드립니다.
DELL 670
1HDD-파티션은 4파트로 나뉘고
2HDD-파티션은 2파트로 나누엇습니다.
아래 방법은 사용하는데 복잡하고 해서 하드(2개) 전체를 백업,복구하고 싶습니다.
=참고사항입니다=
[autoexec.sys]
echo This procedure restores a CR QS Server.
echo The disks will be overwritten.
echo.
echo Do you want to continue ?! (Y/N)
choice /N /C:YZN Confirm:
if ERRORLEVEL 3 goto END
rem Delete existing partitioning ?
q:\GDISK 1 /del /all
q:\GDISK 2 /del /all
rem 2nd disk
q:\ghost.exe -clone,mode=restore,src=q:\Srv_tmp2.gho,dst=2,szeE -sure -quiet -fdsp -batch
rem 1st disk
q:\ghost.exe -clone,mode=restore,src=q:\Srv_tmp1.gho,dst=1,szeE -sure -quiet -fdsp -batch
q:\ghost.exe -clone,mode=prestore,src=q:\server.gho:1,dst=1:1,szeE -sure -quiet -fdsp
echo.
echo.
Echo Insert the 1st cd of the spanned set.
Pause
q:\ghost.exe -clone,mode=prestore,src=q:\server.gho:2,dst=1:2,szeE -sure -quiet -fdsp
echo.
echo.
echo System Restore finished !!
echo.
echo Remove now the Restore CD from the tray.
echo Then press (Ctrl+Alt+Del) to restart the system...
:END
[config.bat]
?????
요즘 나오는 PE는 대부분 SCSI를 지원하던데요.(레이드컨트롤러까지는 확실치 않지만, 아답텍 SCSI 호스트 컨트롤러는 지원하더군요.)
복원은 가능 합니다.
단 BMR 에 대한 정보는 다시 Fix 해야 합니다.