I have connected a harddisk 1TB to my jetson. But over the time, the path of the harddisk always changes. Like, the actual path will be like this - /media/nvidia/Elements where Elements is the harddisk name.
But over the time, the path changes like this -
/media/nvidia/Elements1
Because of this, our hardcoded software path throws error. Can you please tell me why this is happening always? It’s not about a single device, it’s happening in every device.
Is there a way to permanently solve this problem?
Please help me.
You should modify /etc/fstab to fix the mounting point.
Don’t let Ubuntu mount it automatically.
It’s just a general Linux thing, but not related to Jetson at all.
Hey, ok I got it that it has nothing to do with jetson. But I’m facing this issue in jetson itself not on any Intel machine. Jetson itself is running on Ubuntu and not on windows ok!
I’m not asking for a solution. Since I’m not expert or having experience in the above issue, wanted to confirm if my described solution works or not