Questions tagged [nas]

NAS or Network-Attached Storage is file-level computer data storage connected to a computer network providing data access to clients. It mainly operates as a file server and is specialized for this by its hardware, software or a mix of those. Most NASes offer many accessing algorithms (like Samba, FTP, SSH and many more) and can host a website, stream multimedia and do many more tasks.

543 questions
4
votes
2 answers

Cannot push from user repository to master repository located on NAS

I am having some trouble with git. Hopefully someone has some advice. I have a master repository that is located on a NAS drive. Then I have user repositories on linux (ubuntu 12.04 server). The NAS drive is mounted on the linux server using CIFS…
jrizos
  • 41
  • 1
3
votes
1 answer

python download file from Synology FileStation API

I'm trying to write a python script to download files from Synology NAS API url used: http://IP_ADDRESS:PORT/webapi/entry.cgi?api=SYNO.FileStation.Download&version=2&method=download&path=%2FPATH%2FTO%2FFILE&mode=download&sid=SID Downloading files…
a4649
  • 31
  • 2
3
votes
1 answer

Why can't I acces my NAS drive with rclone?

I am trying to access my NAS drive with rclone: rclone check C:\Some_local_folder "N:\" where N:\ is my NAS drive. However, I can't seem to access my NAS in this way: 2020-06-18 20:24:25 ERROR : file.jpg: File not in Local file system at…
user4028648
3
votes
0 answers

Elixir Phoenix and Symlinks on Windows SMB Drive

So I have an interesting issue that I just can't figure out why I'm getting this and what to do. So basically I store all my development projects on my Synology NAS for local access between my various devices. There has never been a problem with…
user3391232
3
votes
1 answer

Publish Net Core Web API in NAS Synology

I have a requirement to publish a Net Core Web API on a Synology NAS server. I do not have the faintest idea how to do this. Any help you can give me in this regard?
3
votes
3 answers

Synology NAS Default IP Address

My work recently purchased a Synology DS3617xs NAS. How do I find the default IP of the NAS so I can do the initial setup? For security, we're running on a closed system - no internet Running RHEL 7.4, so the Synology Assistant won't work (Win /Mac…
dave
  • 147
  • 1
  • 1
  • 12
3
votes
2 answers

Backup Android to NAS with Rsync

How to backup an Android device (Not Rooted) to a NAS with Rsync over SSH ? Here is a little Howto that can help : Configure Keys Either use dropbear both side or create Open ssh keys and convert the private key to dropbear : ssh-keygen -t rsa…
phico
  • 1,303
  • 11
  • 12
3
votes
2 answers

How to builld OS/ABI for SystemV using crosstool-ng

I am trying to build a kernel module for my DNS-320L NAS. I have built crosstool-ng in a Debian lenny chroot environment but after I have compiled my kernel module and try and install it, I get: insmod: error inserting 'kernel/net/ip4/ipip.ko': -1…
KevinM
  • 567
  • 4
  • 21
3
votes
0 answers

Always asking for password mapped Synology drive? How is it possible to save creds?

I have a mapped drive on my Windows For the first time it asks for the username and password which I've created on my NAS. No problem, I log in, and can see my files on the server. My problem is that if I open an Excel, or a Word file, then the…
gazrobur
  • 141
  • 1
  • 13
3
votes
2 answers

ODBC access over network to *.mdb

I have a general question of how ODBC with *.mdb works. In my understanding, and please correct me if I'm wrong, no matter if I use odbc or not, when accessing an MS Access database (*.mdb) that is stored on another computer, i.e. a NAS, my…
vic
  • 292
  • 3
  • 14
3
votes
0 answers

Is there an API for SMART?

Developing a NAS system at the moment and I want to use SMART to monitor the state of the harddrive in the NAS. I have looked at tools like smartmontools smartctl and smartd however I want to have more control over the what I tell the NAS to react…
GurgL
  • 103
  • 1
  • 7
3
votes
2 answers

Missing pyconfig.h while installing a package

I'm using Python3 (v3.4) add-on on my Synology NAS. When I try to install package (via ssh using python3 setup.py install) it returns error: invalid Python installation: unable to open /volume1/@appstore/py3k/usr/local/include/python3.4m/pyconfig.h…
user2781994
  • 469
  • 1
  • 5
  • 12
3
votes
2 answers

Home-automation x10 with a Linux based NAS (synology)

I have automated my home with the x10 protocol and use the cm15pro interface on my computer to program the switches. Now I want to connect the cm15pro interface to my synology NAS and run commands with PHP on the NAS to the interface Are there…
Marco
  • 2,306
  • 2
  • 26
  • 43
3
votes
1 answer

Synology DS213j how to install Hamachi or LogMeIn service?

I would like to ask, i have a non-public IP, behind NAT. I would like to access to my home synology server from internet, but i cannot use ssh tunnel. Is any working "how-to" tutorial about installing service like Hamachi or LogMeIn on Synology NAS…
redrom
  • 11,502
  • 31
  • 157
  • 264
3
votes
2 answers

Meteor.js on Synology NAS

Is it possible to deploy a meteor-app to a Synology NAS and run it from there? If so, how? I guess I need a node.js server to run on my NAS, but I do not know what to do when it is up and running.
Martin
  • 548
  • 5
  • 14
1 2
3
36 37