![]() |
TipThis method is most appropriate for encrypting multiple devices at once, but with
certain devices requiring different specifications than the others in the
set.
|
[Device1] DEVICE_NAME= MOUNT_POINT= FILESYSTEM= EXISTING_DATA= [Device2] DEVICE_NAME= MOUNT_POINT= FILESYSTEM= EXISTING_DATA=
![]() |
ImportantDevice headers must start at [Device1] and must be
continuous ([Device1], [Device2],
[Device3], and so on). Device headers must be
written in exactly this format: [Device1]
|
Line Name
|
Description
|
Windows Values
|
Linux Values
|
||
---|---|---|---|---|---|
DEVICE_NAME
|
Name of the device to encrypt.
|
Example:
harddisk1
|
Example:
/dev/sda
|
||
MOUNT_POINT
|
Assigns the device to a specific mount point.
You may type auto_assign here to
instruct SecureCloud
to automatically assign an available mount point.
|
Example:
G
|
Example:
/mnt/G
|
||
FILESYSTEM
|
Determines which file system to format the device into.
You may type auto_assign here to
instruct SecureCloud
to automatically assign the default value.
The default values are as follows:
|
|
|
||
EXISTING_DATA
|
Determines whether SecureCloud should erase or preserve the
existing data during encryption.
If EXISTING_DATA=preserve, omit the
lines for MOUNT_POINT and
FILESYSTEM.
|
|
[Device1] DEVICE_NAME=harddisk1 MOUNT_POINT=G FILESYSTEM=NTFS EXISTING_DATA=erase [Device2] DEVICE_NAME=harddisk2 EXISTING_DATA=preserve
[Device1] DEVICE_NAME=/dev/sda MOUNT_POINT=/mnt/G FILESYSTEM=xfs EXISTING_DATA=erase [Device2] DEVICE_NAME=/dev/sdb EXISTING_DATA=preserve
![]() |
NoteOn Linux systems, parameters are case sensitive.
|