Hello, i’ve brought a Jeston Nano to be specific JN30D, i brought a 128gb of nvme for this device but the nvme seems to be used for windows as it has windows folders in it. how do i erase this nvme, should i use nvme-cli for erasing, will i be able to write onto the libaries i want, thank you in advance!
Hi ersintulum02,
It seems you are using a custom carrier board from AUVIDEA for Jetson Nano.
Are you using SD or eMMC module?
What’s the Jetpack version in use?
You can use fdisk
command to erase the partition on your NVMe SSD.
and also run the following command to format it as ext4 before use.
$ sudo mkfs.ext4 /dev/nvme0n1
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.