This document provides instructions on how to create a backup of a Jetson device operating system using a host computer and clone the Jetson device's SSD. It also includes a warning to select the correct SSD to avoid losing data and notes that the process may take anywhere from 45 minutes to several hours, depending on the image and SSD size. The tutorial also provides instructions on how to restore the image to the same Jetson device.

Table of contents

<aside> ⚠️ (But it will work for any SD cards, SSD, NvMe and for any Jetson device like AGX Xavier, Orin, NX Xavier, Nano)

</aside>

To Build the Image of Jetson Device:

  1. Take out the SSD of you Jetson device and put it in the reader and attach it to a host computer.
  2. Find the name of the SSD:
sudo parted -l

<aside> 💡 Output

</aside>

Untitled

Or

Type “disk” in the search bar

Screenshot from 2023-04-03 12-19-09.png

<aside> ⚠️ (Select the correct SSD, otherwise all data will be lost)

</aside>

  1. Device name: /dev/sda
  2. To Unmount the device. (Make sure it is not mounted)
sudo umount /dev/sda

<aside> 💡 Output

</aside>

Untitled

<aside> 💡 To confirm, you will NOT MOUNTED on bottom left !!

</aside>

unmount.png

<aside> 💡 Make sure you have enough space to make the image

</aside>