Failed to mount "PortablessD" Error mounting/dev/sda1 at/media/orin/PortablessD: unkn

Why does the hard disk and SD card fail to mount?



These two are my storage media:

This is my system:

The device I am using is Jetson AGX Orin Developer Kit. This problem did not occur with jetpack5 before. After I flashed the system and installed jetpack6 today, I cannot mount the external media. I also could not mount it when I used Jetson Orin Nano Developer Kit before, which also used jetpack6.

Hi,
Here are some suggestions for the common issues:

1. Performance

Please run the below command before benchmarking deep learning use case:

$ sudo nvpmodel -m 0
$ sudo jetson_clocks

2. Installation

Installation guide of deep learning frameworks on Jetson:

3. Tutorial

Startup deep learning tutorial:

4. Report issue

If these suggestions don’t help and you want to report an issue to us, please attach the model, command/step, and the customized app (if any) with us to reproduce locally.

Thanks!

These pieces of information are not helpful

What is the exact full error log there? What is the string after “unkn”? What is unknown here?


This is complete

exfat is not enabled in rel-36 kernel by default.

arter97/exfat-linux cannot be used

What we are talking about here is this comment.

Do I need to execute all the commands in Kernel Customization? What is a real-time kernel? Do I need to build the real-time kernel?
What will happen to my current device after re-building the kernel and replacing the kernel image on your device? What will be changed?

The kernel has been compiled and completed

According to the steps of Kernel Customization, I arrived at this cloth, but there was a problem

I found that the path/Linux_for_Tegra/rootfs/does not exist

What went wrong

Linux_for_Tegra is on your host PC where you used to flash this board. It is not on the Jetson.

Sorry, I didn’t understand.
My current problem is not running the following commands to install the kernel and in tree modules. Is there a problem with this step.

Didn’t I finish all the work before compiling, just build and install it directly on Orin

The whole process of how to use a Jetson device is to prepare another x86 host and use that x86 host to flash a Jetson. The whole document is based on this structure to guide.

But I didn’t see the steps to burn from the host to the Jetson device in the tutorial

https://docs.nvidia.com/jetson/archives/r36.2/DeveloperGuide/IN/QuickStart.html

https://docs.nvidia.com/jetson/archives/r36.2/DeveloperGuide/IN/QuickStart.html
The Drivers column of the file involved in this page
https://docs.nvidia.com/jetson/archives/r36.2/DeveloperGuide/SD/Kernel/KernelCustomization.html
The Sources column of the file involved in this page
What is the connection between the two