Archive for the ‘Enterprise Hardware’ Category

Busy Bee, China Storage Fabric, Thin Clients, iSCSI SAN’s and more

Tuesday, October 21st, 2008

Been a bit busy of late. Many new clients and some large contracts (our largest to date). Our utility infrastructure has grown a lot too. Some of the projects and services that we are working on now and hope to launch very soon are:

(more…)

Quick Storage Tip

Tuesday, May 27th, 2008

Ever wondered where all that disk space has gone? Why the 100GB drive is not 100GB?

Well apart from some systems using GiB and others GB and then some manufacturers using base10 and not base3 and saying that 1GB is 1000MB and not 1024 – I have found another one.

When making a file system that is not your root file system (/) or var (/var) or root (/root), etc – say a second drive or partition used for something else, try to format with the “-m 0″ command so that 5% is not reserved for the root user.

On a 1024GB array – say 1TB – that is a whopping ~52GB!!

Also if you will have many files in said system, also throw in the “-O dir_index” flag too, to enable hash tree’s for directory look ups – =big= speed increase.