0x4144012B | これは対応する必要のないテスト メッセージです。メッセージ コード %1。 |
This is a test message that requires no action. Message code %1. |
0x4144012C | [ INFO ] %1 |
[ INFO ] %1 |
0x8144012A | 認識できないメッセージを受信しました ID: %1。 |
Received an unrecognized message id: %1. |
0x8144012D | [ WARN ] %1 |
[ WARN ] %1 |
0x81440133 | [ RETRY ] %1 |
[ RETRY ] %1 |
0xC1420100 | 指定したライブラリは、有効なファイル システム コンテナーではありません。 |
The specified library is not a valid file system container. |
0xC1420101 | 読み取り専用のコンテナー ライブラリを使用して、読み取り/書き込みアクセス用イメージをマウントしようとしました。 |
The user attempted to mount an image for read/write access using a container library that is read only. |
0xC1420103 | 既存のディレクトリにイメージをマウントしようとしました。この操作はサポートされていません。 |
The user attempted to mount an image to a directory that already exists. This is not supported. |
0xC1420104 | このイメージ内に含まれていないファイルの抽出要求を受信しました。このファイルは抽出されません。 |
An extract request was received for a file that is not contained within this image. This file will not be extracted. |
0xC1420105 | 存在しないファイルの抽出要求を受信しました。他のファイル システム フィルターによる不適切な操作が原因の可能性があります。マウント ディレクトリでウイルス対策ソフトウェアまたはバックアップ ソフトウェアが実行中でないことを確認してください。 |
An extract request was received for a file that does not exist. This condition may occur as a result of bad operation with other file system filters. Ensure that no antivirus or backup software is running on the mount directory. |
0xC1420106 | 抽出済みのファイルの抽出要求を受信しました。この要求は受け付けられません。 |
An extract request was received for a file that has already been extracted. This request will not be honored. |
0xC1420107 | ファイル ID が同じ異なる 2 つのファイルがあります。これらのファイルには、別々のフラグが設定されています。マウント操作を中止します。 |
The service was notified of two different files with the same file id. These files had incompatable flags set. The mount operation will be aborted. |
0xC1420108 | ファイル システム コンテナーが、1 つのファイル名を 2 回挿入しようとしました。これは無効です。WIM サービスは、1 つのファイル名につき 1 つの通知しか受け取れません。 |
The file system container attempted to insert a file name twice. This is invalid, the wim service should only receive one notification per file name. |
0xC1420109 | サービスは、フィルターから無効なメッセージを受け取りました。このメッセージは処理されません。 |
The service received a bad message from the filter. This message will not be processed. |
0xC142010A | サービスは、マウント済みのイメージに含まれないファイルの抽出を受け取りました。この抽出は無視されます。 |
The service received an extract for a file that is not in a mounted image. This extract will be ignored. |
0xC142010B | マウントされていないディレクトリのマウントを解除しようとしました。 |
An attempt was made to unmount a directory that is not mounted. |
0xC142010C | 読み取り専用のアクセス用にマウントされたイメージをコミットしようとしました。これは無効です。イメージをコミットするには、読み取り専用のフラグを設定しないでマウントしてください。 |
An attempt was made to commit an image that was mounted for read only access. This is not valid. To commit an image, mount it without the read only flag set. |
0xC142010E | 抽出プロセスに、存在しないマウント ディレクトリが指定されました。抽出プロセスの開始前にイメージがスタブ化されている必要があります。 |
A nonexistant mount directory was given to the extraction process. The extraction process requires that the image be stubbed before it starts. |
0xC142010F | 無効なハンドルがイメージ マネージャーに渡されました。これは、プログラム エラーです。 |
An invalid handle was passed to the image manager. This is a programming error. |
0xC1420110 | 指定したイメージ ハンドルは、イメージのマウントに使用されていないため、マウント解除に使用できません。イメージのマウントを解除するには、マウント ディレクトリ名を指定して WIMUnmountImage を呼び出してください。 |
The specified image handle was not used to mount an image, and cannot be used to unmount. Please call WIMUnmountImage with the name of the mount directory to unmount your image. |
0xC1420111 | 指定したマウント データに一致するイメージが見つかりませんでした。 |
An image matching the specified mount data could not be found. |
0xC1420112 | マウント ディレクトリ内のファイルが使用中のため、イメージのマウントを解除できません。 |
The image cannot be unmounted because a file in the mount directory is still in use. |
0xC1420113 | マウント済みのイメージが既に格納されているディレクトリにマウントしようとしました。この操作はサポートされていません。 |
The user attempted to mount to a directory that already contained a mounted image. This is not supported. |
0xC1420114 | 空でないディレクトリにマウント使用としました。この操作はサポートされていません。 |
The user attempted to mount to a directory that is not empty. This is not supported. |
0xC1420115 | 存在しないディレクトリにマウントしようとしました。この操作はサポートされていません。 |
The user attempted to mount to a directory that does not exist. This is not supported. |
0xC1420116 | 無効なイメージ ハンドルが WIMUnmountImageHandle に渡されました。WIMUnmountImageHandle で使用できるのは、WIMMountImageHandle に渡したイメージ ハンドルまたは WIMGetMountedImageHandle から取得したイメージ ハンドルのみです。 |
A bad image handle was passed to WIMUnmountImageHandle. Only the image handle passed to WIMMountImageHandle or an image handle retrieved from WIMGetMountedImageHandle may be used in WIMUnmountImageHandle. |
0xC1420117 | ディレクトリを完全にはマウント解除できませんでした。これは通常、アプリケーションがマウント ディレクトリ内のファイルを開いていることが原因です。マウント解除のプロセスを完了するには、これらのファイルを閉じてから、再度マウントを解除してください。 |
The directory could not be completely unmounted. This is usually due to applications that still have files opened within the mount directory. Close these files and unmount again to complete the unmount process. |
0xC1420118 | マウントされたイメージは既に使用されています。このイメージが別のプロセスでマウントされていないことを確認してください。 |
The mounted image is already in use. Please ensure that it was not mounted by another process. |
0xC1420119 | wimserv.exe バイナリが見つかりませんでした。システム検索パスに wimserv.exe バイナリがあることを確認してください。 |
The wimserv.exe binary could not be found. Please ensure that it is available in the system search path. |
0xC142011A | WimMount 抽出プロセスが初期化されるのを待っている間に Imagex がタイムアウトしました。 |
Imagex timed out while waiting for the wimmount extractor process to initialize. |
0xC142011B | WimMount サービスは状態を返さずにシャットダウンします。 |
The wimmount service shutdown without returning a status. |
0xC142011C | 指定したディレクトリは有効なマウント済みのディレクトリではありません。 |
The specified directory is not a valid mounted directory. |
0xC142011D | 指定されたマウント済みイメージを WIM にコミットして戻すことができません。これはイメージの一部のみがマウント解除されていたり、イメージがマウント中であることが原因です。以前にこのイメージをコミットしてマウント解除したことがある場合は、コミットは正常に終了した可能性があります。コミットが正常に終了しているかどうかを確認してから、コミットなしでマウント解除してください。 |
The specified mounted image cannot be committed back into the WIM. This occurs when an image has been through a partial unmount or when an image is still being mounted. If this image was unmounted with commit earlier, then the commit probably succeeded. Please validate that this is the case and then unmount without commit. |
0xC142011E | 指定したイメージのマウント ディレクトリが変更されました。このイメージ内のすべてのファイルは抽出され、このイメージをコミットすることはできません。 |
The mount directory of the specified image has changed. All the files in this image will be extracted, and this image cannot be commited. |
0xC142011F | 指定したマウント パスのボリュームが再解析ポイントをサポートしていません。再解析ポイントをサポートするボリュームにマウントしてください。 |
The volume of the specified mount path does not support reparse points. Please mount to a volume that supports reparse points. |
0xC1420120 | 指定したディレクトリには、破損したマウント イメージが含まれています。このディレクトリでは、マウント操作を行うことはできません。 |
The specified directory contains a corrupted mount image. No mount operations can be performed on this directory. |
0xC1420121 | このコンピューターには wimmount.sys ドライバーがインストールされていないため、イメージをマウントできませんでした。このエラーを解決するには、wimmount.sys ドライバーをインストールしてください。 |
The image could not be mounted because the wimmount.sys driver is not installed on this machine. To fix this error, install the wimmount.sys driver. |
0xC1420122 | WIM 内のイメージがマウント後に変更されているため、マウントされたイメージをコミットできませんでした。 |
The mounted image could not be committed because the image in the wim was modified after it was mounted. |
0xC1420123 | 再マウント対象として無効であるため、指定したディレクトリを再マウントできませんでした。代表的な無効理由は、ディレクトリが既にマウント解除されていることです。 |
The specified directory could not be remounted because it is not a valid remount target. The most likely reason that it is not valid is that the directory has already been unmounted. |
0xC1420124 | WIM 内のイメージがマウント後に変更されているため、指定したディレクトリを再マウントできませんでした。 |
The specified directory could not be remounted because the image in the wim was modified after it was mounted. |
0xC1420125 | 指定したディレクトリは再マウント処理中であるため、再マウントできませんでした。 |
The specified directory could not be remounted because an unmount of that directory is in progress. |
0xC1420126 | 指定したイメージは既にマウントされているため、再度マウントすることはできません。 |
The specified image is already mounted, and cannot be mounted again. |
0xC1420127 | 指定した WIM の指定したイメージは、既に読み取り/書き込みアクセス用にマウントされています。 |
The specified image in the specified wim is already mounted for read/write access. |
0xC1420128 | 指定したイメージ ハンドルが正しいアクセス レベルで開かれませんでした。イメージ ハンドルをマウントするには、ハンドルに WIM_GENERIC_MOUNT アクセスがある必要があります。 |
The specified image handle was not opened with the correct access level. In order to mount an image handle, the handle must have WIM_GENERIC_MOUNT access. |
0xC1420130 | 分割された WIM をマウントしようとしました。この操作はサポートされていません。 |
The user attempted to mount a split wim. This is unsupported. |
0xC1420131 | ボリュームのルートをマウントしようとしました。この操作はサポートされていません。 |
The user attempted to mount to the root of a volume. This is unsupported. |
0xC1420132 | このマウント ディレクトリの作成に使用した WimGapi のバージョンが、現在のバージョンと一致しません。wimserv.exe 、wimmount.sys、および imagex.exe/wimgapi.dll のバージョンが一致していることを確認してください。 |
The version of wimgapi used to create this mount directory does not match the current version. Ensure that wimserv.exe, wimmount.sys and imagex.exe/wimgapi.dll are of matching version. |
0xC1420134 | 指定したマウント パスのドライブはサポートされていません。固定ドライブ上のボリュームにマウントしてください。 |
The drive of the specified mount path is not supported. Please mount to a volume on a fixed drive. |
0xC1420135 | マウント操作に失敗しました。マウントを実行するときは、その特定のマウント パスにあるファイルにアクセスするソフトウェア (たとえばウイルス対策ソフトウェアや検索インデックス作成ツールなど) を無効にする必要があります。 |
The mount operation failed. When mounting, you must disable any software (for example, antivirus or search indexer) that accesses files under that specified mount path. |
0xC143010D | WIM コンテナー ラッパーに無効なイメージ インデックスが指定されました。ラッパーはイメージを開けません。 |
An invalid image index was specified to the wim container wrapper. The wrapper cannot open an image. |
0xC1440129 | 指定したログ ファイルは存在しますが、Unicode でエンコードされたテキスト ファイルではありません。Unicode でエンコードされたテキスト ファイルのみサポートされます。 |
The specified log file exists and is not a unicode encoded text file. Only unicode encoded text files are supported. |
0xC144012E | [ ERROR ] %1 |
[ ERROR ] %1 |
0xC144012F | [ WARN ] ファイル %1 の拡張属性は無視されました。 |
[ WARN ] The extended attribute on file %1 was ignored. |
0xC1440136 | サポートされていない操作です。実行中の OS に wof ドライバー (wof.sys/wofadk.sys) が含まれていることを確認してください。 |
Unsupported operation. Check that the OS you are running contains a wof driver (wof.sys/wofadk.sys). |
0xC1440137 | サポートされていない操作です。WIMBoot を適用したイメージが、WIMBoot と互換性があることを確認してください。 |
Unsupported operation. Check that the WIMBoot applied image is WIMBoot compatible. |
0xC1440138 | サポートされていない操作です。WIMBoot を適用したイメージが、ネットワーク共有ではなくローカルに保存されていることを確認してください。 |
Unsupported operation. Check that the WIMBoot applied image is being saved locally and not to a network share. |
0xC1440139 | サポートされていない操作です。指定された WIM ファイルに含まれている既存の OS イメージが、WIMBoot でサポートされている形式であることを確認してください。 |
Unsupported operation. Check that existing OS images contained in the specified WIM file are in WIMBoot supported format. |
0xC144013A | サポートされていない操作です。指定されたパスにあるキャプチャする OS イメージが、WIMBoot でサポートされていることを確認してください。 |
Unsupported operation. Check that the OS image at the specified path to be captured is WIMBoot supported. |
0xC144013B | サポートされていない操作です。実行中の OS に wof ドライバー (wof.sys) が含まれていることを確認してください。 |
Unsupported operation. Check that the OS you are running contains a wof driver (wof.sys). |