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.

  1. Press Ctrl + Alt + F1 to access the appliance's Command Line Interface (CLI). Log in using the following credentials:
    • Username: root
      Password: datto
  2. Type zpool import. If the drive is encrypted, you should see output similar to the following:


Figure 1: zpool import

  1. 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.
  2. 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.


Figure 2: Enter passphrase

  1. Enter the decryption password, and once done, import homePool:


Figure 3: Import homePool

  1. Enter the zfs list command. The data on the Reverse RoundTrip drive will become visible:


Figure 4: zfs list