Tag: storage

  • Proxmox KVM virtual machine: Cannot delete due to missing storage

    Today we encountered a situation where a Proxmox system’s KVM virtual machine refused to delete after the storage volume that it’s virtual HDD resided on was lost; trying to delete the KVM from the web GUI resulted in the following error:   TASK ERROR: storage ‘proxmoxHDD’ does not exists   Attempting to delete it from…

  • Ubuntu: How to add or append a file to an existing tape backup

    Ubuntu: How to add or append a file to an existing tape backup

      Sometimes you may with to add files to an existing backup; if you issue a command like:   tar -cvf /dev/st0 backupfiles   …and the tape is not already set to the end of the previous archive you will over-write any data from the position on the tape. Use the “eom” command to move…

  • Ubuntu: Using compression on your tape backups

    Ubuntu: Using compression on your tape backups

      If you have compressible data you may save space on you tapes by using compression; this comes at a cost of CPU cycles to do the compressing, which can often be a worthwhile tradeoff for a long-term backup. To do this is quite simple – add in the -z switch to your tar command.…

  • Checking SSD health with ESXi 5.1

    A new feature with ESXi 5.1 is the ability to check SSD health from the command line. Once you have SSH’d into the ESXi box, you can check the drive health with the following command:   esxcli storage core device smart get -d [drive]   …where [drive] takes the format of: t10.ATA?????????. You can find…

  • Customer Build: Luna II

        Here’s a few shots of one of our recent storage server builds:    

  • Asus Z9PE-D16 Review: Part Two

    Here is the follow-up to our initial review of the Asus Z9PE-D16 motherboard!    

  • Asus Z9PE-D16 review: Part One

    Up for review today we have one of Asus’ dual-socket-2011 server motherboards – the Z9PE-D16. Hit the break to find out what it’s all about and why you might care about it even if you don’t need to run two CPUs…    

  • Western Digital announce Red NAS drives

        WD have announced a new line of drives specifically designed for 24/7 home and small business network-attached-storage use – dubbed the Red Series. Initial release information suggests improved power consumption across the board as well as improved performance and modifications to make them more suitable for constant use. The vibration compensation is quite…