Warning: this command is intended for experienced users only; if unsure do not use it. The 'Link' command allows BestCrypt containers to be accessed as conventional block devices, without mounting the container's filesystem. Container linking should be used only when other BestCrypt functions do not satisfy your requirements (e.g. advanced operation on container's data required on block device level such as file undeletion or advanced 'fsck'). You can obviously mount the block device of the linked container, but 'bctool mount' command is recommended for everyday use. Container 'link' operation syntax follows. You will be prompted for container's password to perform this operation unless -p option specified. bctool link filename devname
Notes:
Warning: this command is intended for experienced users only; if unsure do not use it. In order to unlink previously linked container from block device, 'unlink' command should be used. Note that 'unlink'ing containers mounted with 'bctool mount' command is very dangerous. 'Unlink' command syntax follows: bctool unlink devname
Warning: this command is intended for experienced users only; if unsure do not use it. Raw mode link function allows any continuous file or block device to be linked to BestCrypt device. This may be useful for temporary storage such as swap space encryption. In order to make raw mode link more secure, random password option is implemented. Warning! Raw mode link ignores BestCrypt container's header. If you will link container in raw mode, all container data may be destroyed. Files linked in raw mode should be unlinked by bctool unlink command bctool raw_link filename devname -a algorithm [-p]
Notes:
|