Questions tagged [qnap]

QNap is a manufacturer of NAS appliances.

97 questions
1
vote
1 answer

Implications of Thick Volume Occupying 93% Of The Storage Pool on QNAP NAS

Spoiler Alert: I don't know a ton about what I'm doing, but I've been tasked with data protection and backing up at my workplace so I installed a NAS and set it up. Ideally I'd like to not have to think about it all the time, and that means…
1
vote
1 answer

What Happens When You Write Data To Raid While It Is Scrubbing?

I have a RAID 5 setup with almost 15TB of data capacity. In the past I have let it go unchecked for too long, and found that multiple drives had SMART errors and I want to prevent bad blocks. I am implementing a weekly scrub but I am wondering what…
Peege151
  • 73
  • 5
1
vote
1 answer

Is there a generic SNMP OID to get CPU fan speed on a Linux system?

I am trying to get the CPU fan speed of a QNAP NAS through SNMP. Unfortunately there doesn't seem to be a QNAP-specific OID for this, based on the QNAP MIB. Is anyone aware of a generic OID for this in Linux perhaps that I could try? Thanks. :)
Pidy
  • 11
  • 1
1
vote
0 answers

Cannot join AD domain managed by QNAP NAS

On my small network, I setted up a QNAP TS-473 running 4.5.1.1.540 as a Domain Controller for active directory. I tried to join the domain from multiple Windows 10 Pro PCs but I always get an error saying the semaphore timeout period has expired. I…
1
vote
1 answer

QNAP NAS Won't Boot on 1/1/2021

Our 4xHDD QNAP stopped responding, booting, no beep exactly on 1/1/2021. Could there be something with the timing, or could the hardware really have failed? This is the hardware we…
Richard Dev
  • 219
  • 2
  • 11
1
vote
0 answers

Can entries in QNAP (rsnap) hosts file be commented out?

We're using QNAP rsnap for our Linux servers backup. rsnap uses the .../bin/hosts file to list the machines on which the backup is to run. Is there a way to comment out some machines? It seems that the '#' is not recognised as a comment…
boardrider
  • 949
  • 2
  • 18
  • 29
1
vote
0 answers

pip3 install wsgi can't find openssl libraries on QNAP

When try to install uwsgi via pip3, it cannot find some openssl libraries, though I think they are installed. In similiar issues it was recommended to install libssl-dev but the package manager I am using (entware) does not have it. My…
Lukas
  • 111
  • 1
1
vote
3 answers

Copying thin VMFS .vmdk to a NAS

Short version: I want to copy a thin provisioned VMFS .vmdk from the free ESXI to a NAS for backup. How I do it? Are there any way which works out of the box? Naive copying doesn't work because it copies full size instead of actually provisioned…
0
votes
1 answer

Is it possible to disable in NFS showing name of shared folder?

I have NFS server 192.168.1.1 and two client servers 192.168.1.2 and 192.168.1.3. On nfs server I have one shared nfs folder /etc/exports: /nfsshare 192.168.1.2(rw,sync,no_root_squash,no_all_squash) As you see only client 192.168.1.2 can acces…
B14D3
  • 5,188
  • 15
  • 64
  • 83
0
votes
2 answers

How to delete files after EXT4-fs error: Directory hole found

I have a specific directory where I am unable to delete the files or the directory. The directory is on an ext4 file system, using RAID5 over 3 disks on a QNAP NAS. Using rm -f gives me: rm: unable to stat `file.jpg': Input/output error And also…
drgrog
  • 171
  • 2
  • 5
0
votes
1 answer

Special characters on QNAP filesystem

I installed and configured a QNAP TS-463U-RP in a branch office to mirror data used by this office and the main office. Some time after the initial sync, I suddenly find special (maybe Unicode) characters in file- and directory names. Windows…
Lenniey
  • 5,220
  • 2
  • 18
  • 29
0
votes
2 answers

Possible fake transceivers for X520-DA2, hindering performance?

=== Storage === QNAP - TS-EC1279U-RP (12 x 3TB in RAID 6) Intel - X520-SR2 Trancsiver AFBR-703SDZ-IN2 (SFP) i7 Windows 10 with intel ssd 750 (2000 MB/sec) I have changed all the setting to get the max speed out of the card via the Intel control…
Arthor
  • 195
  • 4
  • 18
0
votes
1 answer

DNSMASQ on QNAP does not answer on OpenVPN connection DNS query

I have OpenVPN server installed on ASUS router with Advanced Tomato and on QNAP NAS. Both in the same LAN. Both units have installed DNSMASQ, and contents of DNS definitions are synced so practically are the same. Of course except some particular…
mackowiakp
  • 259
  • 2
  • 3
  • 10
0
votes
1 answer

Mounting Qnap NAS - Ubutnu

I would like to mount my qnap to my Linux Mint laptop. The IP address of the NAS is : 192.168.0.25 So I executed this command: sudo mount -t nfs -o username=user_name,password=my_password 192.168.0.25:HR /mnt/qnap I had this error: mount.nfs: an…
4m1nh4j1
  • 167
  • 1
  • 2
  • 8
0
votes
2 answers

getent password not returning LDAP users

I am following this tutorial https://mcwhirter.com.au/craige/blog/2005/Making-a-Debian-or-Ubuntu-Machine-an-LDAP-Authentication-Client/ but after the first step: apt-get install libpam-ldap libnss-ldap it already fails: you should be able to run…
anderstood
  • 113
  • 1
  • 2
  • 7