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

Simulating Disk I/O

We are currently evaluating storage for a virtualization environment (Xen). The storage is an active-active cluster and I need to test some stuff there like split brain scenarios etc. I'm looking for a tool that simulates a lot of small disk I/O,…
Daniel
  • 1,515
  • 3
  • 17
  • 30
2
votes
4 answers

Load Testing a Database attached to a Network storage device

We are looking at stress testing a NAS system for a Database, basically was want to see how much abuse it can take and how much it affects the Database performance. here is what we have planed I have a test Tool I'm building that will kickoff a…
Bob The Janitor
  • 20,292
  • 10
  • 49
  • 72
2
votes
1 answer

Tomcat installation on Synology DSM 7

I would like to deploy a Spring application to a Synology NAS running DSM 7, but I don't see how to install Tomcat. Any suggestion?
Njiall
  • 21
  • 1
2
votes
0 answers

Better solution to Sync several onedrive accounts on raspberry for NAS

I am interested about synchronize several onedrive accounts on raspberry (version 4) to use like a NAS. So, I could access a external hdd in local and onecloud at the same time. I wouldn't like to pay for enterprise solution, so the idea is for an…
2
votes
1 answer

How to move files from on-prem NAS to AWS S3 when file arrives on NAS

I have a requirement where we need to move files from on-prem NAS storage to AWS S3. Files keep coming on NAS storage when it arrives we have notification set up in AWS and then we need to pull files from AWS to S3. Can I access NAS storage and…
Sudarshan kumar
  • 1,503
  • 4
  • 36
  • 83
2
votes
2 answers

save data with unequal lengths without introducing NA's

I have a question about saving a dataframe with unequal lengths. Is there way to save table with variable lengths without introducing NA's or something? Here is an example with NA's but that is not what i want to save. x <- list(matrix(c(1,4,3,2),…
Lisann
  • 5,705
  • 14
  • 41
  • 50
2
votes
6 answers

Synology NAS: Trying to login after 2-factor authentication results in "wrong verification code. please try again"

I was not able to login to my Synology NAS (running on DSM 7) after I've enabled 2-factor authentication. Searched a solution I ended up to this page: https://kb.synology.com/en-uk/DSM/tutorial/How_to_reset_my_Synology_NAS#x_anchor_id9 But they…
Camaleo
  • 1,180
  • 14
  • 14
2
votes
1 answer

Windows share smb connection hangs on Ubuntu 20.04

I have a VPN restricted share network on a server (Win 10), and after I connect to VPN and try to connect to that shared network on my Ubuntu 20.04 client (Ubuntu Desktop) via GUI. By GUI, I mean specifically applying these steps: Open "Files"…
null
  • 1,944
  • 1
  • 14
  • 24
2
votes
1 answer

Very slow SMB over VPN

access to our server via VPN is extremely slow using the Mac Finder. It will take 20-30 seconds just for the directory contents to be listed. File transfers are also excruciatingly slow. The configuration: Server: Asustor NAS AS6302T (ADM version:…
ThreadStarter
  • 21
  • 1
  • 3
2
votes
3 answers

Is mergerfs with btrfs suitable as setup for a cheap home nas server?

I want to build a home server for my media data without wasting too much disk space for redundancy. Redundancy is not the same as backup and as I plan to do daily backups to a second pool of disks, I accept the risk of a disk failure. I will use…
user333869
  • 549
  • 1
  • 4
  • 13
2
votes
1 answer

Connection to NAS Server with Read/Write Check. Impersonation Fails

I'am working on a program which has to check if there is a connection to the NAS and if it's possible to write and read data from it. Checking the connection is not a problem. I'am running on a Windows Server 2012 and know the credentials from the…
2
votes
1 answer

Synology NAS webstation image resize

So I'm currently using the following script on my synology nas webstation to resize images one at a time. It is being called by a post function on another page every time the previous request has been handled. $originalFile = 'img1.jpg'; $smallFile…
Mart
  • 475
  • 4
  • 21
2
votes
1 answer

How to connect a SMB share with different users in Mac?

I connect to some SMB shares with my own account (my_own_account), but I need to go to the same share with a different app account, since my account is not authorized to list what I want to see. I tried Finder -> Go -> Connect to server ->…
mcvkr
  • 3,209
  • 6
  • 38
  • 63
2
votes
0 answers

FreeNAS VM's not starting

I am running FreeNAS 11.1-U5 at home. I have everything configured and have created VM's for Windows Server, Ubuntu, pfSense, FreePBX. I was able to install Windows and Ubuntu, but shortly after (a few hours after installing them), and after turning…
TheCodeGeek
  • 147
  • 7
2
votes
0 answers

Java file copy from mounted network drive slower than OS filemanager copy

Here's the scenario: We have a NAS with datasets that need to be copied to a local disk for faster processing. Datasets are from 2 to 15GB and each dataset in its own folder on the NAS. To copy to the local disk, I…
Jon_C
  • 21
  • 6