Start a conversation

Howto

  • Installing i226-T4 card in Windows server

    1) Download thee file from the website of Intel https://www.intel.com/content/www/us/en/download/15084/intel-ethernet-adapter-complete-driver-pack.html 2) Go to Device Manager You will see the network...

  • How to avoid data loss when rebuilding a RAID set

    Be very carefull when rebuilding a RAID set.  We have seen if a drive fails after a few years of use, the other drives are also at risk. This means, when you rebuild, there is a higher chance another ...

  • Get SMART info on Unix

    First install smarttools: sudo apt-get install smartmontools To find out which drive you want investigate, use: df You will see info like /dev/sda /dev/sdb /dev/nvme0 Need more info, then use: lshw -c...