/media/nvidia/Store not mounting/already mounted but not accessible

DRIVE OS 6.0.5
DRIVE OS 6.0.4 (rev. 1)
DRIVE OS 6.0.4 SDK
other

Target Operating System
Linux
QNX
other

Hardware Platform
DRIVE AGX Orin Developer Kit (940-63710-0010-D00)
DRIVE AGX Orin Developer Kit (940-63710-0010-C00)
DRIVE AGX Orin Developer Kit (not sure its number)
other

SDK Manager Version
1.9.0.10816
other

Host Machine Version
native Ubuntu Linux 20.04 Host installed with SDK Manager
native Ubuntu Linux 20.04 Host installed with DRIVE OS Docker Containers
native Ubuntu Linux 18.04 Host installed with DRIVE OS Docker Containers
other

After flashing was successful I cannot access /media/nvidia/Store. When I try to access in “+ Other Locations” and try to mount the 125GB Volume, an error window pops up with the following message:

Error mounting /dev/vblkdev3p1 at /media/nvidia/ccac0235-fb64-4618-827c-8018dcd9671e: /dev/vblkdev3p1 already mounted or mount point busy

Let me know what I could provide you to understand better what is going on.

Thank you

Have you tried mounting the volumn with command line?

When trying to mount:

sudo mkdir /media/nvidia/Store
sudo mount -t auto -v /dev/vblkdev3p1 /media/nvidia/Store

The output is:

mount: /media/nvidia/Store: /dev/vblkdev3p1 already mounted or mount point busy.

But then I also notice that whenever I try to copy tensorrt to the device as explained by the documentation, the transfer fails because there is no space left on the device (just flashed).

Thanks

Please try accessing the partition via /mnt/persistent/data.

@Leonardo-MAI is this resolved?

1 Like

Yes, thank you

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