|
NAMEwimverify - Verify a WIM archiveSYNOPSISwimverify WIMFILE [OPTION...]DESCRIPTIONwimverify (or equivalently wimlib-imagex verify) checks the validity and integrity of the specified WIM archive.Specifically, this command performs the following verifications on the WIM:
OPTIONS
NOTESwimverify is a read-only operation; it does not modify the WIM file.Even if the WIM does not contain extra integrity information (e.g. generated with the --check option to wimcapture), wimverify may still be quite useful because all file data is still checksummed. In the future, wimverify might do more thorough verifications than it does now. EXAMPLESVerify the WIM file 'boot.wim':wimverify boot.wim Verify the split WIM file consisting of 'boot.swm', 'boot2.swm', 'boot3.swm', ...: wimverify boot.swm --ref="boot*.swm" SEE ALSOwimlib-imagex(1)
Visit the GSP FreeBSD Man Page Interface. |