Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Connect to Server

Use the key combination command-k or choose Go > Connect to Server from the menu bar.

...

Type Synology DiskStation's IP address or server name proceeded by smb:// or afp://, the id of the user to log in with, the share path and click Connect,

Image Added

Tip

Put here which protocol (smb or afp) is better to use.

According to the Synology website, it is better performance, it is recommended that you connect to the shared folders via SMB.

...

Now this network share will not show up in the SHARED listing in the file manager. Instead look for the share in the /Volumes folder. In this example, the

Image Removed

/Volumes/myshare.private/.

Unmount Hidden Share

To be extra secure, unmount your hidden share , go when you have finished using it. Go to the command line and use the umount command. In this example it would be,

 

Code Block
languagebash
umount myshare.private

...