|
選項
|
功能
|
|---|---|
|
ghost.exe -fcr
|
在製作影像檔時,會建立 CRC32 檔 (名稱為 Ghost.crc)。
|
|
ghost.exe -fcr=d:\test.crc
|
在製作影像檔時,會建立 CRC32 檔 (名稱為 Test.crc)。
|
|
ghost.exe -crc32,
action=create,src=1,crcfile=ghost.crc |
會建立磁碟的檔案清單及 CRC32 值。
|
|
ghost.exe -crc32,action=dverify,src=
x:dumpfile.gho,crcfile=ghost.crc |
會根據影像檔來驗證清單。
|
|
ghost.exe -crc32,action=pverify,src=
1:2,crcfile=filename.crc:2 |
會以多個分割區來驗證影像檔中的分割區。這個範例會驗證磁碟代號 1 上的第 2 分割區與 CRC 檔中的第 2 分割區是否相同。
|
|
ghost.exe -crc32,action=create
|
從主要硬碟機中建立 ASCII CRC32 檔。請注意,預設磁碟機為主要磁碟機。預設的 ASCII CRC32 檔為 Ghost.crc。
|
|
ghost.exe -crc32,action=create,src=
2,crcfile=myfile.txt |
建立 ASCII CRC32 檔案,名稱為 Myfile.txt。此範例使用磁碟 2 做為來源磁碟機和輸出檔。
|
|
ghost.exe -crc32,action=verify
|
根據預設的 ASCII CRC32 檔案 Ghost.crc (在目前的目錄中),確認主要磁碟機的內容。預設磁碟機為主要磁碟機。預設的驗證清單檔為 Ghost.ls。
|
|
ghost.exe -crc32,action=verify,src=
1,crcfile=myfile.txt,vlist=myfile.out |
根據 CRC32 檔 Myfile.txt 驗證主要磁碟機 1 的內容。此範例的 Myfile.out 是驗證清單檔。
|
|
ghost.exe -crc32,action=verify,src=
1,crcfile=myfile.txt,vlist=myfile.out,vexcept=myfile.exc |
根據 CRC32 檔來驗證主要磁碟機的內容。與前一個範例相同,只不過包含 EXCEPTION 引數,這個引數會根據它的項目來排除所比較的檔案。
|
