Hi,
I noticed that in the JetPack 4.5.1 release the USB drives are not mounting automatically when I insert them.
So I was tried to explore what is going on and it turned out that in the /etc/udev/rules.d/99-nv-ufs-mount.rules
file the rules are commented out:
#
# Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved.
#
# Mount UFS card when detected.
#ACTION=="add", KERNEL=="sd[a-z][0-9]", SUBSYSTEM=="block", RUN{program}+="/usr/bin/systemd-mount --no-block --automount=yes --collect $devnode /media/%E{ID_FS_UUID}"
# Unmount UFS card when removed.
#ACTION=="remove", KERNEL=="sd[a-z][0-9]", SUBSYSTEM=="block", RUN{program}+="/usr/bin/systemd-umount /media/%E{ID_FS_UUID}"
in JetPack 4.4.1 it was not commented out and the auto-mounting was working.
Is there any reason why it was removed? I mean if I want the functionality I can enable back the rules by uncommenting the lines, I’m just wondering what is the reason behind, if there is a trap by enabling them I would not want to fall into that :).
Thanks!
Bests,
Peter