dlukian opened a new issue, #8933: URL: https://github.com/apache/nuttx/issues/8933
I am using the cxd56xx board. Installing 32GB SDHC card into the system, formatted FAT32 and running `df` displays correct block size, block number, and remaining blocks adding up to correct volume. Using `-h` parameter outputs incorrect _Size_ and _Available_ columns. Recent Spresense SDK update adapted Nuttx 11.0.0, and FS_LARGEFILE is now disabled by default. Manually enabling FS_LARGEFILE allows correct display of total and remaining memory with `df -h` option. Perhaps the `-h` option calculation is using incorrect parameters that have to do with the maximum file size instead of actual mounted media volume? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org