Hi Guys, Today I had to extend space on the LeftHand storage for old Windows 2008R2. On end I got error The parameter is incorrect” Operating system doesn’t see correctly available space. To solve it I used diskpart. diskpart list volume select Volume 3 extend filesystem I hope that this…
How to: Hardware
Hi Guys, It happened for me a few times that QNAP interface was frozen and I didn’t have physical access to the device. The easy way is to use SSH and run this command: kill `ps –no-headers -C apache -o pid`kill `ps –no-headers -C apache -o pid`
Sometimes happens that iDrac doesn’t response. We can reset it from command line. racadm racreset soft It can takes few good minutes. We can also restart iDRAC remotely however we have to install DRAC tools. racadm -r -u -p racreset soft We can also reset iDRAC to factory settings racadm…
If you use QNAP which is not connected to UPS you probably see error “File System is not clean” very often. This is my way how to check and clean files system fast on QNAP. Step 1: You have to connect to QNAP via SSH. Step 2: Copy and…