Rootfs does not support NFS export

Hi all,

I am trying to flash an Orin NX on a Xavier NX devkit. This is working fine through the SDK manager, but I want to do this through the cli. I am following these steps: Quick Start — Jetson Linux Developer Guide documentation
However I get the message that the rootfs does not support NFS export. How can I solve this?
I am using Ubuntu 18.04
Thanks

What is the error message? There are usually requirements for both user space tools to be installed, and certain kernel drivers being enabled. It is unlikely that a rootfs does not support export, although I will say it is (for security reasons) usually a "very bad idea"™ to export the full rootfs.

PS: I wish I could patent “very bad ideas” :P

There is no error message. Its just this:

If I execute the steps on my native ubuntu 20.04 it works fine. But I would like to run it in a docker container. Then it does this.

There are some filesystem types NFS might not be able to export. What do you see from:
df -H -T /home/ubuntu/Linux_for_Tegra/rootfs

This will show disk space, and also the type of filesystem. Is there anything unusual about this, e.g., it isn’t on ext4?

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