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
2
votes
1 answer

How to share a ZFS formatted USB disk thru a Raspberry-Pi device

I have a ZFS formatted USB disk that I would like to share on the home network and have an unused Raspberry-Pi (512MB) that is surely not the fastest computer I have but is also surely the one that consume less. Wake up on LAN request would be a…
2
votes
1 answer

Logging in NAS with python

I have a script that moves newly dowloaded video files from the "torrent" folder to a remote folder on a QNAP (NAS) device that I have on my network. Problem: to run this script I first have to manually log in into the NAS (windows 7 prompts me for…
Con7e
  • 225
  • 4
  • 20
2
votes
1 answer

Is it possible to have a Git repository on a local router with USB drive?

I have a router (AVM Fritzbox) with a USB drive connected to it. I can access the drive via a network path from my computers. I only have access to the web interface of the router and the filesystem of the drive. No root or ssh access (I don't want…
Foo Bar
  • 1,764
  • 4
  • 24
  • 43
2
votes
1 answer

How to rename files in bulk from command line?

When I copy files from my camera to my computer the filename extension is upper case. I found this question and answer but the proposed solution doesn't work. My question is why does the proposed solution not work and how do I accomplish renaming…
axiopisty
  • 4,972
  • 8
  • 44
  • 73
2
votes
1 answer

rsync "failed to set times on "XYZ": No such files or directory (2)

I have a Dlink NAS (dns-323) in RAID1 that I use to backup family photos, videos and some other data. I also manually rsync to a dedicated backup drive on a little Atom Linux box whenever we add a lot of new files to the NAS. I finally lost a…
Rich von Lehe
  • 1,362
  • 2
  • 16
  • 38
2
votes
1 answer

Get folder used space on a NAS C#

Is there a way using C# to get a folder size (used space on drive) located on a NAS or on a network shared directory I.e.: \\myNASdrive\MediaFiles? I already tried something like this: string[] a = Directory.GetFiles(p, "*.*"); long b = 0; foreach…
fapm84
  • 161
  • 2
  • 11
2
votes
1 answer

Open,Read,Write Files on Network Attached Storage via VBScript

I have thousands of small CSV files I want to aggregate (with a little munging in-script first). They are on a NAS device, a "SNAP" Server to be more exact. I've had some success with VBA from Excel - doing about 700 files in about a minute, if I…
klausnrooster
  • 520
  • 3
  • 13
2
votes
1 answer

Change the default folder in a Synology NAS

I have an Synology DS212+, and when I log with root putty via ssh, I always enter in the folder /root. How can I change that? I want to enter by default in /volume1. Is it possible to do this? Thanks in advance.
edsonlp1
  • 453
  • 2
  • 9
  • 22
1
vote
1 answer

Create Source Control System on NAS Drive

i'd like to create a source control system running on a NAS Drive. As a Windows User, I've never been able to get Microsoft Visual Source Safe to work on previous NAS Drives, as internally most of them seem to use Linux rather than Windows. I always…
Kojof
  • 429
  • 7
  • 15
  • 23
1
vote
1 answer

Shortened filename on Windows with Syntology NAS

Folders on Syntology NAS that contain an accent character are shown shortened on my Windows 7 machine. i.e Folder Béla Fleck and The Flecktones is shown in Windows as W:\Music\B39PEX~5 Why is this so, and can I change this so it doesnt happen
Paul Taylor
  • 13,411
  • 42
  • 184
  • 351
1
vote
1 answer

PnP-X and automatic installation of network storage to Windows 7

I tested successfully with Linux by using Avahi(Bonjour) and Netatalk(AFP) to provide network storage to Mac OS X seamlessly (as like Time Capsule). I want to make one another question for Windows 7. As I searched Windows 7 uses PnP-X and UPnP to…
Wonil
  • 6,364
  • 2
  • 37
  • 55
1
vote
1 answer

How to get the coordinates of the bounding box in YOLO_NAS object detection?

I recently installed supergradients to use YOLO_NAS, the example is very easy to make predictions, does anyone know how to get the bounding boxes of the objects? or the model’s predictions like another models yolo. Example: from…
1
vote
1 answer

My PCs are connected to a router switch and my NAS is connected to the router. Would I be able to access my Nas from the computer connected to switch

See the diagram on my connection is a follow- |-Pc 1 |-Switch-|-Pc 2 | |-Pc 3 Router-|-Other Devices connected to the router with wifi. | |-NAS Here I can access the NAS from the router with…
1
vote
0 answers

Accessing Odoo on my NAS with docker and portainer from external internet

I have installed Odoo on my NAS with Docker and Portainer. I can access the Odoo with localhost in my office, eg, http://0.0.0.0:port. I would like to know how to access with external internet, for example in my home? Any ideas?
1
vote
2 answers

Why is npm install not working inside docker?

I own an Asustor and I want to dockerise my node js app to be able to run any time. I followed official tutorial from nodejs but it's not working as intended on my nas, while on my computer everything is fine. Here is my Dockerfile : FROM…
wixglo
  • 11
  • 2