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
5
votes
0 answers

How to trigger motion detection event for camera via api with Synology Surveillance Station

I have a doorbird video doorbell with motion push button and PIR motion sensor. The camera can also provide a continuous feed which I'm recording via Synology Surveillance Station as a generic ONVIF camera. This ONVIF camera does not define the…
Paul George
  • 1,788
  • 16
  • 33
5
votes
5 answers

Freenas rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1053) [sender=3.0.9]

Been at this for several days without luck. After setting up an initial installation of Freenas complete with all users, groups and shares the USB failed. The data was all fine however, I did not have a backup of the configuration file. The version…
dj.bettega
  • 117
  • 1
  • 1
  • 11
5
votes
1 answer

Hack for a "real" Java flush on a remote/virtual disk

I'm looking for a "trick" or an "hack" to be certain that a file has been persisted on a remote disk, passing through vmware cache, NAS cache, etc. Flushing and closing a FileOutputStream is not enough. I think Channel.force(true) is neither. I'm…
lorenzo
  • 556
  • 5
  • 13
5
votes
3 answers

Automatically Wake NAS on Access

I'm trying to get my NAS server to wake from an S3 sleep state when the NAS is accessed by a user. I want to do this to increase the longevity of the server, and also to limit its power usage. I've seen people asking for similar advice but none that…
Rabid
  • 326
  • 4
  • 14
4
votes
2 answers

rubygems not working on Synology DS209

I'm trying to install Ruby on Rails on my Synology DS209 using the instructions at http://wiki.joachimschuster.de/index.php/Install_Ruby_on_Rails_and_Redmine_on_DS210%2B. I have all the prerequirements checked (except for the redmine-user, which I…
blomkaal
  • 101
  • 1
  • 2
  • 5
4
votes
1 answer

Access External NAS /Volume via scandir in PHP on Mac

I've done a bunch of research on this one and there are very different answers. I can't get confident that I won't mess up my Apache settings or cause me not to be able to get to the Volume from Mac Finder after making changes. Has anyone done this…
Jeff Solomon
  • 459
  • 6
  • 21
4
votes
1 answer

How to set a password variable via a script for mounting a cifs share

I have the following bash script to mount a couple of shared directories in a NAS drive: sudo mount -t cifs //server/dir1 /mnt/nas/dir1 -o username=raf sudo mount -t cifs //server/dir2 /mnt/nas/dir2 -o username=raf sudo mount -t cifs //server/dir3…
Raf
  • 1,628
  • 3
  • 21
  • 40
4
votes
2 answers

Cannot access file in Network Attached Storage (NAS) by using C++ access() function?

I have an Isilon NAS in 10.20.30.11 for example, and I mounted it like following: mount 10.20.30.11:/folder /content I could use ls command to find the file in folder or /content. Its mod is 777. bash-3.00# ls -l /content/a/b/1.txt total…
Rui Teng
  • 198
  • 4
4
votes
0 answers

Is it possible to have a custom domain and no port number for GitLab in Synology?

So, I got this Synology NAS running DSM 6.1, and among the apps I can install is GitLab (AWESOME), which I have installed, but to access it I have to go through the URL for DS plus the port number. I would like access it the way access other apps,…
luis.madrigal
  • 1,366
  • 1
  • 15
  • 31
4
votes
1 answer

Qnap NAS + Node.js Container Station

Maybe anyone tried install Container with Node.js? I cant get how it works. All I know that its container with unix + installed node. When I create new project (in console in container) I have access it over container console, but I cant see it over…
Cidrax
  • 41
  • 1
  • 3
4
votes
2 answers

Starting mongo through docker on a Synology NAS

I'm new to containers and docker, so bear with me. I'm trying to get mongo up and running on a Synology NAS where the db files are stored in a share folder (different than the docker folder created). All users have full read/write access but the…
user1991179
  • 573
  • 3
  • 8
  • 25
4
votes
2 answers

Crashplan on FreeNAS missing /var/lib/crashplan/.ui_info

So I spent a few weeks on this problem now. I've been trying to get CrashPlan running on a headless FreeNAS server. I have found lots a tutorial to do this. However the fact is that I'm missing the .un_info file on my FreeNAS server after installing…
4
votes
1 answer

Is it possible to get gcc 4.2 or greater for synology ds213+(ppc)?

I'm trying to compile node js for my synology ds213+, I've found this user on github https://github.com/andrewlow but I've to get gcc with version 4.2+. Unfortunately in ipkg repository there is only 3.4 version. After building from source I got…
Galunid
  • 578
  • 6
  • 14
4
votes
0 answers

Install Python's Pandas package on Synology with Marvell CPU box

I have a Synology (DS211j, DSM 5.1-5022 Update 1, Python27) box and I'm trying to install pandas package on it via pip. Everytime I run pip install pandas, I'm getting the following error message in console: ImportError: No module named…
Timka
  • 1,769
  • 1
  • 20
  • 27
4
votes
1 answer

How to access Synology NAS drive using API

I am newbie to synology. I want to access my Synology NAS drive. I followed Synology_Download_Station_Official_API. I read basic Working example to get API Information: Step 1: Get API Information In order to make API requests, you should first…
Rajat
  • 1,378
  • 4
  • 17
  • 33
1
2
3
36 37