Page 1 of 1

attaching an eGPU to the F6-424 max

Posted: 15 Dec 2024, 22:11
by pacorabanna
Hi Terramaster Community,

I am planning to attach an external GPU to my Terramaster F6-424 max NAS to use it with Ollama and Large Language Models (LLMs). While the official specifications do not mention Thunderbolt, I noticed a reference to Thunderbolt capabilities and PCI tunneling over USB4 in the BIOS. This has led me to wonder if my NAS is actually Thunderbolt compatible.

Could you please confirm if the F6-424 max supports Thunderbolt? If so, would it be possible to use this feature to connect an external GPU and leverage its additional processing power for running LLMs on the NAS?

Thank you in advance for your assistance.
Image

Re: attaching an eGPU to the F6-424 max

Posted: 16 Dec 2024, 04:32
by crisisacting
Doubt that it's capable since none of the USB ports are capable of >10 Gbps nor USB4; it's likely the board's UEFI has the option due to being an industrial/commercial solution which may offer it in other configurations.

You should run

Code: Select all

lspci -tv | grep Thunderbolt
under Linux or through SSH if you have a TOS build installed to verify if one (would likely be an Intel JHL controller) is available.

Re: attaching an eGPU to the F6-424 max

Posted: 17 Dec 2024, 19:58
by pacorabanna
Hi, thank your for your reply. You're unfortunately correct and the command "lspci -tv | grep Thunderbolt" does not show any attached devices.