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

Automatically list directory contents in client side Java Script?

I need to create an HTML page that will generate a list of hyperlinks to the contents of the client side directory in which it resides. This would allow HTTP browsing of a local NAS, where no web server involved and contents can change…
gapmedia
  • 11
  • 1
-1
votes
2 answers

Raspberry Pi 3 B+ OpenMediaVault transfer speed capped to 11MB/sec

So I bought the new Raspberry Pi 3 B+ and installed OMV to use it as a simple home NAS. Everything is working perfectly except that the max speed is just 11MB/sec. Just wondering if that's normal? Because The RPi 3 B+ already has a Gigabit…
Juan
  • 68
  • 1
  • 9
-1
votes
1 answer

Hosting Website

I'm hosting a website on Windows Server 2012 R2. I'm able to access the site with no problem via the assigned ip address and as long as I'm on my home network. However, when I try to access the site using a public ip address, it defaults to my NAS…
AreG
  • 1
  • 1
-1
votes
1 answer

Lost NAS on Raspberry Pi After Bridged Connection

I'm fairly new to the Raspberry Pi. Running Raspian-Jessie. The first thing I did was set it up as a Plex Server using my NAS as the file system. This has been working great for me. The next thing I did was bridge the wifi to the ethernet port so…
Christopher Cass
  • 817
  • 4
  • 19
  • 31
-1
votes
1 answer

Accessing raspberry pi NAS with another raspberry pi

I'm a mediocre raspberry pi enthusiast. I've been researching this for a while but can't find what I'm doing wrong. I created an NAS server using a raspberry pi B + model using samba. I can access the server with my windows 10 computer, no…
-1
votes
1 answer

QNAP QTS: static ip connection

Recently I just purchased a NAS device for my company. So far, everything is fine and the quality of it is superb. The only problem that I encounter is, when I trying to access the static IP that I choose still can connect in my own company, but…
-1
votes
1 answer

Linux file copy from mounted NAS to remote server using scp

file1 is on the NAS mounted ServerA. ServerA /mntnas/file1 ServerB /dest If doing: user@ServerA> scp /mntnas/file1 user@ServerB:/dest will the file1 transfer go through ServerA or directly from NAS to ServerB? Thanks.
zwush
  • 75
  • 2
  • 9
-1
votes
1 answer

OS X / Synology NAS stuck share (home / home-1)

I am using Mac OS X 10.11.6 and VirtualBox 5.1.12, with a share ("home") on my Synology NAS. I have had this issue for a long time but have never got round to finding a proper solution. I use home folders from the NAS share, when looking at the…
Jimmy
  • 31
  • 5
-1
votes
2 answers

Connect to WebMin from external network

I have set up a new NAS using Open Media Vault. I have installed the WebMin extension to get on to the web gui for configuration. My problem is that I have to be on the same network as my NAS. How can I connect to my NAS from a different network…
-1
votes
1 answer

How to share USB 3.0 Hard Disk directly over a local network

Like the title object, I'm looking for a way to share my external hard disk (which have a usb 3.0 connectors) over a local network without a computer. I think that a NAS adapter should be the perfect solution but I don't want to spend too many money…
perascotta
  • 133
  • 9
-1
votes
1 answer

FreeNAS 9.3 not booting through USB

I've used Win32diskimager to install FreeNAS 9.3 onto an 8GB USB stick, and configured the BIOS of my HP Proliant Microserver to put "USB Device Boot Priority" on High. However after inserting the USB stick and rebooting the server, it doesn't boot…
Pingk
  • 532
  • 2
  • 7
  • 17
-1
votes
1 answer

QNAP QTS HD-Station (TS-251) setting Full Range RGB 0-255 with Xrandr

How do I configure my QNAP HD-Station to Full Range RGB 0-255? Running QTS 4.1.4
Gotenks
  • 367
  • 6
  • 14
-1
votes
1 answer

How to change fencing coordinators on symantec sfs

The following the the steps that I think would work... please correct me I am wrong. add three new disks/luns to the sfs scanbus replace the fencing disks (#storage fencing change ,,) take out the old fencing disks/luns I am not sure if I need to…
joewhitedelux
  • 169
  • 1
  • 2
  • 9
-1
votes
1 answer

Backup a Lacie 2 Big NAS on a remote linux server

I want to backup my Lacie OS 3.x NAS 4TB on a remote server using the native web interface. The best solution for me would be to use rsync, unfortunatly i do not have ssh shell access on the disk. I tried to backup my device with a "compatible rsync…
bigben3333
  • 435
  • 2
  • 9
-1
votes
1 answer

retrieving files from NAS linux network in PHP

I'm working on a php project where a particular feature will have to access the files stored from an external directory:Network Attached Storage(linux). Lets say the path is /volume1/accounts and this is mounted in the linux server where my site is…