I install it in external SSD and run it from there,I chose a method,One convenient approach that I’ve found modifies @trx1138 's method:
Flash the jetson image from this repository directly onto a USB drive using Balena or any other tool.
$ sudo blkidto get USB PARTUUID. Find the 32 GB partition’s /dev/sd** address on the USB drive, and copy the associated PARTUUID. Copy that PARTUUID into boot/extlinux/extlinux.conf on the drive.
Unmount the drive, and plug it into your Jetson Nano with the power off.
Remove the SD card on the Jetson Nano before turning it on with the USB drive.
Reattach the SD card if you wish. You can also use GParted on it with ease now.
But I found that I couldn’t successfully reproduce this method, and when I replaced the external SSD with the original SD card, it couldn’t boot. There is a ‘no SD card’ icon in the top right corner of the boot screen. I re-flashed the SD card image, but the Nano still cannot mount the SD card and stays stuck on the Nvidia logo page, unable to enter the system. Is there any reset method you can provide? I suspect that something might have been changed at the lower level.