Why my drive is slow

First, check to make sure write cache is enabled. On Centos, you type

hdparm -I /dev/sda

Then to enable it, you type

hdparm -W1 /dev/sda

 

 

Bu cevap yeterince yardımcı oldu mu?

 Bu dökümanı yazdır

Also Read

How to restore all data from old drive to a new drive on a cpanel server

You basically ssh to server as root and look for your old/original drive via command fdisk -l...

How to create KVM template

Creating KVM Templates Overview From version 1.13.00 a script is supplied on...

How to compile kernel with RocketRaid 2640 RAID Cards

1. yum install kernel update you want2. wget...

Fix WHM/cPanel cPHulk Brute Force Protection Lock Out Via SSH

ssh to the server and login as root then type   mkdir /home/cphulkchmod 777...

Hints on Creating Windows KVM Templates

Templating Windows is a fairly easy process for KVM. All versions of windows can be resized by...