/count
|
Count
the number of mounted volumes. Exit code indicates the appropriate number (or error code;
see below)
|
/create
|
Create new FreeOTFE volume
|
/dismount {<drive letter>[:] | all}
|
Dismount indicated drive/all drives |
/drive <drive letter>
|
Drive letter to be used when mounting the volume
|
/drivercontrol count [/type {total | portable | installed}]
|
Return count of drivers as exit code; total drivers present/count
installed in portable mode/count formally installed. If "/type" is not
specified, "/type total" is assumed |
/drivercontrol gui
|
Display driver control dialog |
/drivercontrol install /filename {<driver filename> | all}
|
Install specified driver, or all drivers in the current working directory
|
/drivercontrol uninstall /drivername {<driver name> | all}
|
Uninstall specified driver, or all installed drivers. Note that this takes the driver name, not the driver's filename (Important: Don't attempt to uninstall drivers which are currently in use; e.g. by a mounted volume) |
/force
|
When dismounting, force dismount (emergency dismount) |
/freeotfe
|
The specified volume is a FreeOTFE volume. If a volume type
(FreeOTFE/Linux) isn't specified, the user will be prompted for this
information. |
/keyfile <keyfile>
|
Keyfile to be used when mounting a FreeOTFE volume. Only valid when mounting FreeOTFE volumes |
/keyiterations <keyiterations>
|
The number of key iterations
|
/lesfile <LES file>
|
File from which to read Linux encryption settings from. Only valid when mounting non-LUKS Linux volumes |
/linux
|
The specified volume is a Linux volume. If a
volume type (FreeOTFE/Linux) isn't specified, the user will be prompted for this information. |
/mount
|
Mount indicated file/partition |
/nocdbatoffset
|
Indicates there is no CDB stored from the offset specified by "/offset". Only meaningful when both "/offset", "/freeotfe" and "/keyfile" are used.
|
/noexit
|
Normally, when run with command line parameters, FreeOTFE carries out the requested action and exits. Specifying this parameter will cause FreeOTFE to continue running |
/offset <offset>
|
Use specified offset when mounting. This may be specified using GB/MB/KB units, or with no units for an offset in bytes (e.g. 5GB or 5368709120 for a 5GB offset). Note: If the value used for the offset has has a space in it, it should be surrounded by quotes (e.g. "10 GB" or 10GB are both valid) |
/password <password>
|
Use specified password when mounting |
/portable {start | on | 1 | stop | off | 0 | toggle}
|
Turn on/off portable mode |
/readonly
|
Mount the volume readonly
|
/settings
|
Use specified file for program settings, instead of normal settings location
|
/silent
|
Can be used when installing/uninstalling drivers and changing portable mode to suppress dialogs, and also when mounting a volume to prevent the password entry dialog showing
|
/saltlength <saltlength>
|
The length of the salt (in bits)
|
/volume <volume>
|
The volume filename/partition to
be used. When using a volume file, this should be set to the full path
and filename of a volume file. Partitions should be specified in the
form: "\Device\HarddiskX\PartitionY", where X is 0 based, while Y starts from 1 to indicate a particular partition, or 0 to indicate the entire disk.
Important: If the volume filename has any spaces in it, then it should be enclosed in double quotes (").
|