cópia lenta devido a problema de gravação de disco

1

Eu estou tentando copiar um arquivo de / backup / folder para / backup / abc / e está demorando muito tempo. A operação de cópia executada em outro servidor é muito rápida.

# df -HP
Filesystem      Size  Used Avail Use% Mounted on
/dev/sdc3       482G  351G  107G  77% /
tmpfs           4.2G   74k  4.2G   1% /dev/shm
/dev/sdc1       204M   36M  157M  19% /boot
/dev/sdb3       2.0T  590G  1.3T  32% /data
/dev/sda4       2.0T  705G  1.2T  38% /backup

A velocidade de gravação dos discos é extremamente lenta em comparação com outros servidores que eu tenho. Qual pode ser a razão por trás disso?

# hdparm -t /dev/sdc3
/dev/sdc3:
 Timing buffered disk reads:   2 MB in  3.00 seconds = 682.67 kB/sec

# hdparm -t /dev/sdc1
/dev/sdc1:
 Timing buffered disk reads:   2 MB in  4.10 seconds = 499.51 kB/sec

# hdparm -t /dev/sdb3
/dev/sdb3:
 Timing buffered disk reads: read(2097152) returned 4096 bytes

# hdparm -t /dev/sda4
/dev/sda4:
 Timing buffered disk reads:   4 MB in  6.10 seconds = 671.48 kB/sec

Atualizar : mais informações

# fdisk -l

Disk /dev/sda: 2000.4 GB, 2000398934016 bytes
255 heads, 63 sectors/track, 243201 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x3b011cfb

   Device Boot      Start         End      Blocks   Id  System
/dev/sda4               1      243201  1953512001   83  Linux
Partition 4 does not start on physical sector boundary.

Disk /dev/sdc: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x0000272a

   Device Boot      Start         End      Blocks   Id  System
/dev/sdc1   *           1          26      204800   83  Linux
Partition 1 does not end on cylinder boundary.
/dev/sdc2              26        1301    10240000   82  Linux swap / Solaris
/dev/sdc3            1301       60802   477940736   83  Linux
    
por shantanuo 29.07.2014 / 07:04

0 respostas