The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
80 views

how do I preserve export PATH?

How can I make ssh admin@nas command work if command is in /opt/bin? On my QNAP NAS File /root/.ssh/rc: echo "old path is $PATH" export PATH=/opt/bin:/opt/sbin:$PATH echo "new path is $PATH" on my ...
1
vote
0answers
55 views

QNAP 669Pro RAID 0 (striping volume) mountable

I just bought a 669pro. Installed 3 3TB disks. Two of them I configured as RAID 0(Don't know what I was thinking) Striping volume (6 TB). I copied 3 TB of data to the disks, no problems. It was ...
0
votes
1answer
613 views

How to virtualize a qnap NAS with virtualbox?

I want to deploy an owncloud based cloud service at the qnap NAS TS-269L. And i need to test it before we can use it on the production system. there is a french site which made it possible to ...