# Run from SSD on Jetson Xavier NX
###### tags: `Jetson Xavier NX`
[TOC]
## Tutorial Video
{%youtube drBKVbOmPEk %}
## Installation
First format the SSD and partition the space.
```
git clone https://github.com/willy541222/rootOnNVMe
```
```
cd rootOnNVMe
```
```
./copy-rootfs-ssd.sh
```
```
./setup-service.sh
```
:::warning
SD card still needed.
:::
## Reference
* https://jetsonhacks.com/2020/05/29/jetson-xavier-nx-run-from-ssd/