Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save heygambo/666591090b9be4e59ed94b6792cff369 to your computer and use it in GitHub Desktop.
Save heygambo/666591090b9be4e59ed94b6792cff369 to your computer and use it in GitHub Desktop.
synology-mount-photo-station-to-moment-folder.md
  1. SSH into your Synology
  2. Find the corresponding folders in the filesystem.

=> Private Photo Station folder: /volume1/homes/USER/photo => Moments folder: /volume1/homes/USER/Drive/Moments

  1. Mount Photo Station folder into Moments using

Command

mount --bind /volume1/homes/USER/photo /volume1/homes/USER/Drive/Moments/photo-mount
  1. Enable auto-mount after startup by adding the mount command to /etc/rc.local

  2. Start new indexing from Synology’s user-interface (Moments/Settings/Indexing).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment