SuperITMan links
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
page 2 / 2
24 results tagged synology  ✕
Dépendance aux services tiers : ce que je fais avec mon NAS et ce que je ne fais donc plus chez les autres https://www.medshake.net/blog/a791/dependance-aux-services-tiers-ce-que-je-fais-avec-mon-nas-et-ce-que-je-ne-fais-donc-plus-chez/
Sun Dec 3 00:01:41 2023
QRCode
cluster icon
  • Valiuz et données personnelles – Carnet de notes :
  • Big brother dans nos poches ? :
  • Affaire du 8 décembre : le chiffrement des communications assimilé à un comportement terroriste – La Quadrature du Net :
  • Chibi-nah::blog – Pour votre confort, ce blog utilise ces technologies avancées : NoJS, NoAds, NoCDN et NoCookie : No cdn, no javascript, no analytics... 😁
  • { FingerprintJS } L’art de vous identifier sans cookies, ni stockage de données | Dyrk :
thumbnail
privacy synology blog
Synology: 30 Seconds Unifi Controller 6 Install – Marius Hosting https://mariushosting.com/synology-30-seconds-unifi-controller-6-install/
Fri Oct 20 00:24:47 2023
QRCode
cluster icon
  • Installer UniFi Network Controller sur un NAS Synology en 5 minutes :
  • Container Manager on a Synology NAS: Docker Guide (2024) : Tuto
  • Synology Docker Media Server avec Traefik, Docker Compose et Cloudflare - Media Centerz :
  • Configuring Traefik on Synology DSM7 using docker macvlans : Useful for Fail2Ban, setting macvlans for docker in order to give an IP provided by the router itself.
  • sosandroid/docker-fail2ban-synology: Adaptation of @crazy-max docker fail2ban for Synology : Project to run Fail2Ban in a container on a Synology DSM NAS.
thumbnail
unifi docker synology
Installer UniFi Network Controller sur un NAS Synology en 5 minutes https://www.cachem.fr/installer-unifi-controller-nas-synology/
Fri Oct 20 00:24:39 2023
QRCode
cluster icon
  • Synology: 30 Seconds Unifi Controller 6 Install – Marius Hosting :
  • Synology Docker Media Server avec Traefik, Docker Compose et Cloudflare - Media Centerz :
  • Configuring Traefik on Synology DSM7 using docker macvlans : Useful for Fail2Ban, setting macvlans for docker in order to give an IP provided by the router itself.
  • Container Manager on a Synology NAS: Docker Guide (2024) : Tuto
  • [TUTO] [Docker - macvlan] Pi-Hole - Tutoriels - NAS-Forum :
thumbnail
unifi docker synology
How to create a symbolic link to a folder on a Synology NAS – albertogonzalez.net https://www.albertogonzalez.net/how-to-create-a-symbolic-link-to-a-folder-on-a-synology-nas/
Thu May 7 11:45:21 2020
QRCode
cluster icon
  • Synology Photos // Timeline // Share Permissions | Synology Community : Reason why no timelines in Synology Photos... What the hell ?!?!
  • Does the Synology Photos app have a "memories on this date" feature like the Timehop app? : r/synology : Photos of the day
  • Synology SSD 400 Go M.2 2280. Disque Dur Noir : Amazon.com.be: High-tech : Prix: 178€ au moment de l'enregistrement
  • sosandroid/docker-fail2ban-synology: Adaptation of @crazy-max docker fail2ban for Synology : Project to run Fail2Ban in a container on a Synology DSM NAS.
  • What can I do if someone doesn't appear in the People album? - Synology Knowledge Center :

Using mount command

Maybe your first option would be to use the ln command but I’m sorry to say that it will maybe not work properly because the access to symbolic links via Samba/FTP is disabled on the NAS for security reasons and I haven’t found a way to enable it. So the symbolic link might work in some cases, such as using an UPnP client or on the DS audio app, but not from the DS file app or on File Station.

Having said that, a better solution is to use the mount command. For using it we will access to the Synology NAS via your preferred Telnet/SSH client. I use the ssh command on a Mac Terminal window.

ssh admin@<NAS IP Address>
Copy

And then, assuming that the source folder you want to link is /volume1/music and the “symbolic link” folder you want to create is /volume2/share/music

mkdir /volume2/share/music
sudo mount --bind /volume1/music /volume2/share/music
Copy

Permanent solution

However, this symbolic link will only work until the NAS is restarted. If you want the folder to be mounted every time the NAS is restarded you should edit the /etc/rc.local file adding the mount command line.

sudo vi /etc/rc.local
sudo mount --bind /volume1/music /volume2/share/music

synology
page 2 / 2
874 links, including 81 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn