Can I use UUID to setup jetson-storage and
Is it safe to use /dev/mmcblk0p1 for /data ?
I installed NVIDIA Jetson Platform Services and am now going through the documents and modifying the configuration files.
/opt/nvidia/jetson-configs/jetson-storage.conf and
/opt/nvidia/jetson-1.1.0/services/storage/bin/jetson-storage-setup
both presume storage of
“#User defined storage list, ex: (”/dev/sda" “/dev/nvme0n1” “dev/sdb”)."
I installed jetpack on nvme0n1. I intend to use
STORAGE_PATH=(“/dev/mmcblk0”)
for jetson-storage.
If I modify jetson-storage-setup to use mmcblk0p1
would anything else need to be modified?
Thank you,
Scott