Hallo hdparm spuckt mir folgendes aus:
/dev/hda:
multcount = 16 (on)
IO_support = 0 (default 16-bit)
unmaskirq = 0 (off)
using_dma = 1 (on)
keepsettings = 0 (off)
readonly = 0 (off)
readahead = 256 (on)
geometry = 65535/16/63, sectors = 156301488, start = 0
io_support ist aus?
Sollte dieser nicht auf 32 Bit stehen?
Was ist denn der Unterschied ?
Wie stelle ich ihn manuell den fest, ist dies sinvoll.
danke und gruß
io_support
- mistersixt
- Beiträge: 6601
- Registriert: 24.09.2003 14:33:25
- Lizenz eigener Beiträge: GNU Free Documentation License
Aus der man-page:
Einfach mal mit -t und -T testen, ob es was bringt.
Gruss, mistersixt.
Code: Alles auswählen
-c
Query/enable (E)IDE 32-bit I/O support. A numeric parameter can be used to
enable/disable 32-bit I/O support: Currently supported values include 0 to
disable 32-bit I/O support, 1 to enable 32-bit data transfers, and 3 to
enable 32-bit data transfers with a special sync sequence required by many
chipsets. The value 3 works with nearly all 32-bit IDE chipsets, but
incurs slightly more overhead. Note that "32-bit" refers to data transfers
across a PCI or VLB bus to the interface card only; all (E)IDE drives still
have only a 16-bit connection over the ribbon cable from the interface
card.
Gruss, mistersixt.
--
System: Debian Bookworm, 6.11.x.-x-amd64, ext4, AMD Ryzen 7 3700X, 8 x 3.8 Ghz., Radeon RX 5700 XT, 32 GB Ram, XFCE
System: Debian Bookworm, 6.11.x.-x-amd64, ext4, AMD Ryzen 7 3700X, 8 x 3.8 Ghz., Radeon RX 5700 XT, 32 GB Ram, XFCE
-
- Beiträge: 83
- Registriert: 02.05.2005 21:41:16
- Snoopy
- Beiträge: 4297
- Registriert: 17.11.2003 18:26:56
- Lizenz eigener Beiträge: MIT Lizenz
- Wohnort: Rh.- Pflz.
hi
ich habe bei mir folgendes aktiviert gehabtdas aktiviert den io32_support und dma-modus
ich habe bei mir folgendes aktiviert gehabt
Code: Alles auswählen
<root@asterix:> /etc
# > cat hdparm.conf
[...]
# harddisk /dev/hdd
/dev/hdd {
io32_support = 1
dma = on
}