Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save hoyin258/c32270c5e58a6311c772d31241d91792 to your computer and use it in GitHub Desktop.
Save hoyin258/c32270c5e58a6311c772d31241d91792 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