Выбор диска для установки ((из трех имеющихся))

IDE, SATA, SCSI, внешние USB-HDD, SSD, USB-Flash накопители

Модератор: Модераторы разделов

Ответить
Hooliganos
Сообщения: 278
ОС: debian 6.0.4

Выбор диска для установки

Сообщение Hooliganos »

Есть три винта

Первый:

Код: Выделить всё

root@deb:~# hdparm -I /dev/sda

/dev/sda:

ATA device, with non-removable media
        Model Number:       ST3250410AS
        Serial Number:      6RYESR2P
        Firmware Revision:  4.AAA
Standards:
        Supported: 7 6 5 4
        Likely used: 8
Configuration:
        Logical         max     current
        cylinders       16383   16383
        heads           16      16
        sectors/track   63      63
        --
        CHS current addressable sectors:   16514064
        LBA    user addressable sectors:  268435455
        LBA48  user addressable sectors:  488397168
        Logical  Sector size:                   512 bytes
        Physical Sector size:                   512 bytes
        device size with M = 1024*1024:      238475 MBytes
        device size with M = 1000*1000:      250059 MBytes (250 GB)
        cache/buffer size  = 16384 KBytes


root@deb:~# hdparm -Tt /dev/sda

/dev/sda:
 Timing cached reads:   14838 MB in  2.00 seconds = 7434.35 MB/sec
 Timing buffered disk reads: 304 MB in  3.00 seconds = 101.33 MB/sec


Второй:

Код: Выделить всё

root@deb:~# hdparm -I /dev/sdb

/dev/sdb:

ATA device, with non-removable media
        Model Number:       ST3120026AS
        Serial Number:      3JT2HCKF
        Firmware Revision:  3.05
Standards:
        Used: ATA/ATAPI-6 T13 1410D revision 2
        Supported: 6 5 4
Configuration:
        Logical         max     current
        cylinders       16383   16383
        heads           16      16
        sectors/track   63      63
        --
        CHS current addressable sectors:   16514064
        LBA    user addressable sectors:  234439535
        LBA48  user addressable sectors:  234439535
        Logical/Physical Sector size:           512 bytes
        device size with M = 1024*1024:      114472 MBytes
        device size with M = 1000*1000:      120033 MBytes (120 GB)
        cache/buffer size  = 8192 KBytes


root@deb:~# hdparm -Tt /dev/sdb

/dev/sdb:
 Timing cached reads:   14786 MB in  2.00 seconds = 7407.93 MB/sec
 Timing buffered disk reads: 164 MB in  3.00 seconds =  54.58 MB/sec


Третий:

Код: Выделить всё

root@deb:~# hdparm -I /dev/sdc

/dev/sdc:

ATA device, with non-removable media
        Model Number:       ST3160812AS
        Serial Number:      5LS21BXM
        Firmware Revision:  3.AAE
Standards:
        Supported: 7 6 5 4
        Likely used: 7
Configuration:
        Logical         max     current
        cylinders       16383   16383
        heads           16      16
        sectors/track   63      63
        --
        CHS current addressable sectors:   16514064
        LBA    user addressable sectors:  268435455
        LBA48  user addressable sectors:  312579695
        Logical  Sector size:                   512 bytes
        Physical Sector size:                   512 bytes
        device size with M = 1024*1024:      152626 MBytes
        device size with M = 1000*1000:      160040 MBytes (160 GB)
        cache/buffer size  = 8192 KBytes


root@deb:~# hdparm -Tt /dev/sdc

/dev/sdc:
 Timing cached reads:   14980 MB in  2.00 seconds = 7506.99 MB/sec
 Timing buffered disk reads: 212 MB in  3.01 seconds =  70.50 MB/sec


Система сейчас стоит на втором. Имеет смысл переставить на первый? Там и кэш вдвое больше, и скорость Timing buffered disk reads вдвое выше. Будет заметный прирост в скорости (в частности загрузка системы и запуск приложений)? Или особого смысла нет и можно использовать третий винт, как некий средний вариант?
Спасибо сказали:
Ответить