Just yesterday I was thinking how badly I want an obscenely fast local datastore for Docker. I am managing a handful of clients right now who are all using Docker containers for their microservice environments and my local machine runs out of disk daily. What I really want is lightning quick network storage, but I don't think it would be feasible to roll out 10g networking in my current rental home.
Just curious what size is your hard drive? I had this pain with my last macbook. I ALWAYS ran out of disk space. Never again! I went with a 1 TB drive for my M1.
Ultra fast Thunderbolt NAS with Apple M1 and Linux
51–60 of 102 posts
Re: Ultra fast Thunderbolt NAS with Apple M1 and Linux
#52What the hell Intel...
Re: Ultra fast Thunderbolt NAS with Apple M1 and Linux
#53Funny I went down this rathole very shortly after discovering the "Thunderbolt networking" change in the Linux kernel. My hope was the use the Linux box (with 10 GbE) as a bridge/switch to give my Mac cheap 10 GbE access. While point-to-point did hit more or less the expected speed, bridging was horribly slow. Ended up just getting an Sonnet Solo10G SFP+ adapter (which is great).
Can you quantify that? (I'm wondering if it might be good-enough for my needs.)
Re: Ultra fast Thunderbolt NAS with Apple M1 and Linux
#54Earlier quoted context omitted.
Local storage and Networked storage always have their places. Local solid state storage almost always gets you better performance because you negate the overhead of network. Unless, you’re talking fancy arrays connected to saturate 100G NICs. Local storage falls apart the moment you need that storage accessible from another machine…
Dumb question: Can you use Mac's shared folder for another machine to access files?
0. https://support.apple.com/guide/mac-help/share-mac-files-wit...
1. https://support.apple.com/guide/mac-help/set-up-file-sharing...
Re: Ultra fast Thunderbolt NAS with Apple M1 and Linux
#55Not to take away anything from the fun of figuring out Thunderbolt on Linux, and such. But, I wonder if a NAS with a 40 Gbps or even 100Gbps NIC hooked up to a Thunderbolt to Ethernet adapter would achieve a better result without extra effort.
The fastest thunderbolt to ethernet adapter I could find is 25 Gbps and it's $1500. 10 Gbps ones are in the $200+ range as well.
Re: Ultra fast Thunderbolt NAS with Apple M1 and Linux
#56Earlier quoted context omitted.
probably, but thunderbolt would cost 5x less for equivalent 40Gbps NIC
This has not been my experience -- I use both thunderbolt 3 and Mellanox ConnectX-3 40gbps cards, and have been looking for an excuse to add a Mini M1 to the homelab. The cables and cards for PC Thunderbolt retrofit are far (like 3-5X!) more expensive than the MLNX cards and optical cables. $0.02 :)
I added new Thunderbolt3 PCIe cards (Gigabyte Titan Ridge) to two of my 2012 Mac Pros for around $100 each a bit over a year ago and the prices have dropped since, so I don't get how that is 3-5x more expensive than MLNX cards. Expense was way way lower a factor than the finesse it took to get MacOS to support them for me, but it was the only path that worked for my needs (different need than OP article) and so I endured the pain of getting it working.
Re: Ultra fast Thunderbolt NAS with Apple M1 and Linux
#57There's something weird here: root@nas-04:~ # ifconfig thunderbolt0 10.1.1.2 root@nas-04:~ # ifconfig thunderbolt0 thunderbolt0: flags=4163 mtu 1500 inet 192.168.10.2 netmask 255.0.0.0 broadcast 10.255.255.255 The IP on the interface is different than the one that it was theoretically configured with. My suspicion is that perhaps the IP used was changed at some point and this is just an editing slip. > Now that the i…
Re: Ultra fast Thunderbolt NAS with Apple M1 and Linux
#58This is cool, but my main takeaway is that you can get around needing the thunderbolt enablement header by shorting two pins together and use it on any motherboard? What the hell Intel...
Re: Ultra fast Thunderbolt NAS with Apple M1 and Linux
#59Earlier quoted context omitted.
Just curious what size is your hard drive? I had this pain with my last macbook. I ALWAYS ran out of disk space. Never again! I went with a 1 TB drive for my M1.
I got the 2TB drive so I can run out of even more disk space! ;-)
Re: Ultra fast Thunderbolt NAS with Apple M1 and Linux
#60A NAS is great, because you can back up to it and have the backup stored on local hard drives, but it also has a CPU and it can be responsible for uploading the data to the cloud. This is better to do from a dedicated device, especially if you are uploading large amounts of data with limited bandwidth, which I am.
The constraint is that locally backing up to a NAS is slow, even though it is sitting next to my computer. Instead of buying into 10GbE networking, it’d be nice to just use a Thunderbolt cable.