I have recompiled my Jetson 4.6.0 kernel, 4.9.253-tegra as described here Problem SMB Jetson Nano
I get CIFS: Unknown mount option “relatime”
Any idea what I need to install or what module am I missing in the kernel?
I can’t find the cause anywhere online… :(
Doesn’t help as I am using Kubernetes on it and seems it really wants to use relatime. And I prefer finding out how to enable the capability not deactivating it.
Yes I do:
dpkg -l | grep ‘keyutils’
ii keyutils 1.5.9-9.2ubuntu2 arm64 Linux Key Management Utilities
ii libkeyutils1:arm64 1.5.9-9.2ubuntu2 arm64 Linux Key Management Utilities (library)
I just did apt-get install keyutils and it updated it but same error. :(
P.S. cifs-utils is also present
This won’t necessarily depend on the Jetson hardware itself. It seems that this software has issues even on a desktop PC, perhaps related to more than one SMB protocol existing (different releases). I am not set up to recreate this, but I will suggest that you post on Ubuntu forums and ask about this. If nobody there answers, or if there is some question specific to the Jetson, then you could always come back here and ask more based on whatever you learn. I personally just don’t know enough about CIFS to debug other than looking up the issue on the internet since I have not tried to set up CIFS.