Hello,
Environment
- AGX Xavier(32GB)+Custom Baord
- Jetpack 4.6
I am currently experiencing an issue with the root partition storage capacity on the eMMC of the customer’s AGX Xavier 32GB devices.
There are a total of 11 AGX Xavier devices with a custom board in use. Among them, 9 devices (“normal_Jetson”) are functioning normally, while 2 devices (“abnormal_Jetson”) are showing signs of storage capacity issues.
All 11 devices were cloned from the same image and share identical usage patterns and software environments.
However, the root partition on the abnormal_Jetson devices is showing a higher used storage capacity compared to the normal_Jetson devices.
<abnormal_Jetson>/ <normal_Jetson>

![]()
According to the results of the $ df -h command result:
- abnormal_Jetson: 25G used
- normal_Jetson: 20G used
However, $ sudo du -xh --max-depth=1 -x / | sort -hr command result:
- abnormal_Jetson: 16G used
- normal_Jetson: 20G used
→ While all normal_Jetson devices consistently report 20G of used space,
the abnormal_Jetson devices show a discrepancy—indicating 25G used according to the $ df -h command, despite the $ du command indicating only 16G is actually used.
I have conducted inspections and tests regarding the issue described above, but have not identified any significant findings.
TEST
- fsck: File system integrity check → Result: clean
- lsof, truncate: Checked for and cleared deleted files that remained open → Freed a few megabytes, but the issue persists
- tune2fs, dumpe2fs: Checked metadata such as ext4 reserved blocks, inodes, and journal → No differences found between normal_Jetson and abnormal_Jetson
- Inspected Large directories: logs, package caches, Docker data, and build outputs → No anomalies detected
- Checked Hidden mount points and files → No anomalies detected
For your review regarding the issue, I am providing the df/du command outputs and the dmesg and syslog logs from both the normal_Jetson and abnormal_Jetson.
jetson_storage_issue.zip (122.1 KB)
Attachment
jetson_storage_issue
├─ normal : normal_Jetson Log folder
│ ├ normal_df_du_result.txt : df/du Command output
│ ├ masked_normal_dmesg.txt : dmesg
│ └ masked_normal_syslog.txt : syslog
└─ abnormal : abnormal_Jetson Log folder
… ├ abnormal_df_du_result.txt : df/du Command output
… ├ masked_abnormal_dmesg.txt : dmesg
… └ masked_abnormal_syslog.txt : syslog
I would appreciate it if you could review and confirm the storage capacity issue.
If there are any further diagnostic methods, hardware-level tools or guidelines we could use to investigate the issue in more detail, Please provide me with the information.
Additionally, please advise on whether this issue may potentially be caused by a hardware defect.