hdparm.cfg 545 字节
Newer Older
1 2
- hdparm: install setup image_copy unattended_install.cdrom
    only Linux
3
    no sd
4
    no virtio_scsi
5
    no virtio_blk
6 7 8 9 10 11
    type = hdparm
    get_disk_cmd = \ls /dev/[vhs]da
    low_status_cmd = hdparm -a64 -d0 -u0 %s
    device_cache_read_cmd = hdparm -tT %s
    high_status_cmd = hdparm -a256 -d1 -u1 %s
    cmd_timeout = 540
12
    ignore_string = "Inappropriate ioctl for device"
13
    virtio_blk:
14
        no RHEL.3.9
15 16 17
        get_disk_cmd = \ls /dev/vda
        low_status_cmd = hdparm -a32 -r0 %s
        high_status_cmd = hdparm -a256 -r1 %s