Have you tried to place your Dropbox folder on network (NAS) drive? Dropbox don’t allow it directly, but there is hack…
Continue reading
Category Archives: storage
8GB FC or 10GB iSCSI?
I have just found very interesting post on reddit about 8GB FC vs 10GB iSCSI. Continue reading
Slow Drupal on NFS
Drupal includes many files. When DocumentRoot is hosted on NFS, include calls are slow, because too many lstat() calls which are slow on NFS. Continue reading
Dell SAS6/iR Windows 2003 x64 driver floppy image
When installing Windows 2003 to Dell M600 blade system windows will not recognize any hard drives. You need to load additional drivers, by pressing F6 during setup. Drivers can be found at Dell FTP site, but Dell is not providing floppy image, just drivers.
Recovering deleted lvm volume
LVM is a logical volume manager for the Linux kernel; it manages disk drives and similar mass-storage devices, in particular large ones. The term “volume” refers to a disk drive or partition thereof.
Every LVM operation makes backup of lvm metadata. Metadata archive stored in directory /etc/lvm/archive/ in easily readable text files. Each operation creates own metadata backup file, with information when it was created. For example:
Hardware raid in debian
To manage and monitor hardware raid, you need proper utility. Most of vendors provides raid utilities only for Redhat based linuxes. For Debian based distribution I have found very useful repository – http://hwraid.le-vert.net/wiki/DebianPackages. You just need to know, which raid card you are using and follow provided instructions.
What makes a hard drive enterprise class?
With shrinking IT budgets you will at some point be tempted fill your RAID controllers with cheap desktop hard drives. You may also be tempted to replace your servers system drives with them as well. I’m going to give you some reasons why you should consider buying those pricey enterprise class drives instead.
Tweak the readahead of a raid in linux
If your dealing with big RAID arrays with a linux 2.6 kernel you will need to tweak your block device readahead settings. This can double or triple your read speeds. The tweak is very easy. Continue reading