VeraCrypt

導入

更新履歴は、Release Notesにあります。

ダウンロード

VeraCrypt - Free Open source disk encryption with strong security for the Paranoid

インストール

同梱のVeraCryptExpanderは、VeraCryptのボリュームを拡張するツールです。

Portable version

Portable versionであるVeraCrypt Portable *.**.exeをダウロードし実行することで、指定の場所にファイルを展開できます。

Linux版

Linux版はダウンロードしたファイルを展開し、

$ ./veracrypt-*.**-setup-gui-x**

としてインストールできます。How To Install & Use VeraCrypt In Linux An Alternative To TrueCrypt [COMPLETE TUTORIAL] - LinuxAndUbuntu - Linux News | Apps Reviews | Linux Tutorials HowTo

ボリュームのマウント

ファイルやディレクトリがない

Linuxでのマウント時に、

そのようなファイルやディレクトリはありません: (No such file or directory:)
dmsetup

VeraCrypt::Process::Execute:88

として失敗する場合には、

sudo apt-get install dmsetup

としてdmsetupをインストールします。[ubuntu] After clean install of Ubuntu 16.04, VeraCrypt and TrueCrypt are acting weird

正常にアンマウントされていなかった

Warning: The filesystem on the volume mounted as 'Drive:' was not cleanly dismounted and thus may contain errors. Using a corrupted filesystem can cause data loss or data corruption.

Note: Before you physically remove or switch off a device (such as a USB flash drive or an external hard drive) where a mounted VeraCrypt volume resides, you should always dismount the VeraCrypt volume in VeraCrypt first.

Do you want Windows to attempt to detect and fix errors (if any) on the filesystem?

として修正を求められたときに[はい]と返答すると、

Warning: Repairing a damaged filesystem using the Microsoft 'chkdsk' tool might cause loss of files in damaged areas. Therefore, it is recommended that you first back up the files stored on the VeraCrypt volume to another, healthy, VeraCrypt volume.

Do you want to repair the filesystem now?

とファイルの喪失について警告されたうえで、ファイルシステムの修復を求められます。これにも[はい]と返答すると

Attempting to repair the file system on the VeraCrypt volume mounted as Drive:...

としてchkdskが実行されます。

ボリュームのアンマウント (Unmount / Dismount)

アンマウント時に「Some volumes contain files or folders being used by applications or system. Force dismount?」と問われるならば、ボリューム内のファイルを開いているアプリケーションを閉じます。それが不明ならばProcess Explorerなどで調べます。それでも確認されるならば、強制的にアンマウントします。

コマンドライン

Command Line Usage - VeraCrypt

複数のダウンロードサイトから、まとめて検索