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.
<aside> ⚠️ (But it will work for any SD cards, SSD, NvMe and for any Jetson device like AGX Xavier, Orin, NX Xavier, Nano)
</aside>
sudo parted -l
<aside> 💡 Output
</aside>
Or
Type “disk” in the search bar
<aside> ⚠️ (Select the correct SSD, otherwise all data will be lost)
</aside>
/dev/sda
sudo umount /dev/sda
<aside> 💡 Output
</aside>
<aside> 💡 To confirm, you will NOT MOUNTED on bottom left !!
</aside>
<aside> 💡 Make sure you have enough space to make the image
</aside>