Foolproof guide to move from microSD to USB SSD?

In our blogpost, we can move our root file system from EMMC to SSD in our DSBOARDs.

However, you can also use this guide for your development kit. The difference is only your microSD’s location.

Our EMMC’s location is: /dev/nvme0n1p1. So that, we used “sudo ./change-rootfs-storage.sh /dev/nvme0n1p1” command.

Your command should like that: sudo ./change-rootfs-storage.sh <full_path_of_microsd>

1 Like