Sharing from Linux to macOS
Note: The OS versions I used here are macOS Sonoma 14 Beta 3 and Fedora Workstation 38.
On the first try, I was supposed to enable file sharing from macOS and access it on my Fedora machine. But Apple’s Samba did not work. So, I tried the opposite instead.
Install and Setup Samba on Fedora
|
|
Make sure the user already exists in fedora, in my case lwgmnz@fedora.
|
|
Create the shared folder.
|
|
Open smb.conf
and add the values below.
|
|
Add the following settings at the end of the file.
|
|
Restart Samba.
|
|
Access time
Get Linux’s local IP address, in my case it is 192.168.0.112
|
|
On macOS, open Finder, Go - Connect to Server and enter smb://192.168.0.112 and enter the username and password from the command line above.

The share folder will now appear.
