08-02-2016 01:09 AM
Hi team,
Scot requested me to post it for disscusstion and support about my question.
Here is the question from our customer.
I would like to make it to be simple question.
Customer has an experience that he used the exFAT format(128G) with cRIO platform(Linux such as NI 9034) by several setting on Linux UI.
As we know, FAT32 format has a limitation up to 32G.
How could customer use exFAT format or another format with SOM(9651) to extend SD card memory over 32G?
Thanks in advance
Sesun
08-02-2016 05:57 PM
Hi Sesun,
As it stands, it seems that exFAT is in the same position as NTFS regarding support on Linux: there's limited support natively (as provided by the kernel) but there's better support through the FUSE (Filesystem in USErspace) project. While this is certainly possible to enable, it's going to require some work and, if you're not using the 2016 OS on the cotnroller, rebuilding the kernel to support FUSE.
FAT32, as a filesystem, does not have a 32 GiB limitation (FAT32 supports volume sizes up to 127 GiB), you can certainly format an SD card or a USB removable drive that is larger than 32 GiB as a FAT32 filesystem. This is a limitation that Microsoft put in place (arguably justafiable since FAT32 is less-than-reliable, and with more storage you run greater risks of corrupting the underlying filesystem).
As it stands, there are a couple of options:
NOTE
Of course, using a native Linux filesystem on the SD card and accessing the storage from a Windows machine using a Windows Share (configured through SAMBA) could also be a solution, depending on the requirements from the customer.
08-02-2016 10:31 PM
Can we get more information from the customer on the steps he used to get this working on the 9034 via the UI? If he has a setup that it is working on cRIO-9034 (i.e. 64bit x86, NI Linux-RT) we should be able to replicate the configuration on the SOM-9051 (32bit ARM, NI Linux-RT)*
* although it could involve some re-building
08-03-2016 12:28 AM
Hi,
Thanks for your support!
Customer, our alliance partner, could access the sd card with FAT32 format on this morning.
If he needs more information or support, he would leave the reply on this post.
Best regards
08-23-2024 11:28 AM