Decrypting a Reverse RoundTrip drive
Topic
This article explains the process to decrypt a Reverse RoundTrip drive, using the Command-Line Interface (CLI) of a Datto appliance.
Environment
- Datto Reverse RoundTrip
Description
A reverse RoundTrip NAS has the same functionality as a standard Datto NAS. When you receive your RoundTrip NAS, connect a keyboard, monitor, and mouse to it. If you will need the NAS to have networking, or if Datto Technical Support will be assisting you with decrypting its data, connect a live Ethernet cable to the appliance and note the IP address displayed on the NAS GUI.
- Press Ctrl + Alt + F1 to access the appliance's Command Line Interface (CLI). Log in using the following credentials:
- Username: root
Password: datto
- Username: root
- Type zpool import. If the drive is encrypted, you should see output similar to the following:
- If you do not already have the decryption passphrase for the drive, contact Datto Technical Support for assistance. Make note of the zpool name shown in the pool field.
- Start the decryption process by typing the command
cryptsetup luksOpen /dev/sdXzpoolName
, where X represents the drive letter of the Reverse RoundTrip, and zpoolName represents the name of the Reverse RoundTrip pool. In the below example, the drive letter is a, and the zpool name is backup.
- Enter the decryption password, and once done, import homePool:
- Enter the zfs list command. The data on the Reverse RoundTrip drive will become visible: