Expand Storage of Jetson nano using USB stick

Hello All,

I have nano 16GB emmc module and after flasing jetpack 4.6 it used all space.
I would like to add 16GB USB stick to expand the storage.
Please let me know, what is the process for that.

Regards
Rgg

Hi, I am looking for the same answer and am very curious about it. In the meantime, you can do this to create some extra space. It provides 1 to 2 B of free space. Not much, but every little bit helps.

$ sudo apt update
$ sudo apt autoremove -y						
$ sudo apt clean
$ sudo apt-get remove --purge firefox* thunderbird* libreoffice* man-db libnvinfer-samples cuda-documentation-10-2 cuda-samples-10-2 libvisionworks-samples libopencv-samples -y



$ sudo apt-get autoremove



$ sudo rm -rf /usr/local/cuda/samples \

> /usr/src/cudnn_samples_* \
> /usr/src/tensorrt/data \
> /usr/src/tensorrt/samples \
> /usr/share/visionworks* ~/VisionWorks-SFM*Samples \
> /opt/nvidia/deepstream/deepstream*/samples



$ sudo rm -rf /usr/local/cuda/targets/aarch64-linux/lib/.a \
  /usr/lib/aarch64-linux-gnu/libcudnn.a \
  /usr/lib/aarch64-linux-gnu/libnvcaffe_parser*.a \
  /usr/lib/aarch64-linux-gnu/libnvinfer*.a \
  /usr/lib/aarch64-linux-gnu/libnvonnxparser*.a \
  /usr/lib/aarch64-linux-gnu/libnvparsers*.a

-JtK

Hi guys,

This category is for DOCA storage questions and has nothing to do with Jetson. I will move this topic to the Jetson Nano section so support has visibility.

Cheers,
Tom K

1 Like

You can refer to below topic: How to automount a usb stick when its plugged in? - Jetson & Embedded Systems / Jetson Nano - NVIDIA Developer Forums

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.