this post was submitted on 04 Apr 2024
29 points (91.4% liked)

Apple

16854 readers
24 users here now

Welcome

to the largest Apple community on Lemmy. This is the place where we talk about everything Apple, from iOS to the exciting upcoming Apple Vision Pro. Feel free to join the discussion!

Rules:
  1. No NSFW Content
  2. No Hate Speech or Personal Attacks
  3. No Ads / Spamming
    Self promotion is only allowed in the pinned monthly thread

Lemmy Code of Conduct

Communities of Interest:

Apple Hardware
Apple TV
Apple Watch
iPad
iPhone
Mac
Vintage Apple

Apple Software
iOS
iPadOS
macOS
tvOS
watchOS
Shortcuts
Xcode

Community banner courtesy of u/Antsomnia.

founded 1 year ago
MODERATORS
top 10 comments
sorted by: hot top controversial new old
[–] Boolean 8 points 3 months ago

Wow, made pretty much the same discoveries today trying to back up 1.75TB of photo data from my NAS across MacOS Sonoma to a SSD via the finder. Ended up doing exactly the same thing as this article concludes, booted up Windows11 PC and got the whole thing done at a consistently faster transfer rate. Sigh.

[–] TCB13 5 points 3 months ago (1 children)

Yes, because Apple used to have AFP, a filesharing protocol that was magnitudes better and faster than SMB and they had zero interest in having a decent SMB implementation because it was the competition after all. They eventually decided to discontinue AFP and left everyone with the mess their SMB implementation is. To make things worse they never cared to implement NFS shared on their UI.

[–] reddig33 0 points 3 months ago

Meh. AFP copies were just as slow.

[–] [email protected] 5 points 3 months ago (2 children)

I found out something shocking that could be related to this. AWDL, the proprietary protocol behind AirDrop, will exclusively use channel 6 on 2.4ghz networks and channel 49 (in the US) on 5ghz networks to find any nearby clients, and it’ll look for them about once a second. That means if your WiFi network isn’t broadcasting on those channels, any Apple device that doesn’t have AirDrop disabled will constantly be switching WiFi channels to check for this and switching back. I learned this when trying to get VR streaming over WiFi to a Vision Pro and found very consistent lag spikes once a second until I changed channels on my WiFi router.

[–] [email protected] 1 points 3 months ago* (last edited 3 months ago)

Nah, finder ist just as terrible over ethernet.

[–] [email protected] 1 points 3 months ago (1 children)
[–] Shnog 1 points 3 months ago (1 children)

Maybe use a docker container?

[–] [email protected] 3 points 3 months ago (1 children)

A docker container to access network shares? Please elaborate

[–] Shnog 1 points 2 months ago

Exactly that. Run a docker container (probably privileged) that has your local volume mounted. Inside that docker container install cifs-utils and then connect to the SMB server from there via CLI.