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

 

 

Esta resposta lhe foi útil?

 Imprimir este Artigo

Veja também

How to re-install Centos yourself remotely

NOTE: This is only for Dedicated Servers. All VPS, go to client area.Assuming you currently have...

How to change cPanel password from command line?

cPanel password of a domain can be changed from command line using cPanel script. Given below are...

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...

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...

How to create KVM template

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