|
sid
localhost:~# lsmod|grep -i ide
ide_cd 36484 0
cdrom 33280 1 ide_cd
ide_disk 15712 12
ide_generic 1120 0 [permanent]
ide_core 112800 5 ide_cd,generic,piix,ide_disk,ide_generic
localhost:~# hdparm /dev/hda
/dev/hda:
multcount = 16 (on)
IO_support = 3 (32-bit w/sync)
unmaskirq = 1 (on)
using_dma = 0 (off)
keepsettings = 1 (on)
readonly = 0 (off)
readahead = 1024 (on)
geometry = 16383/255/63, sectors = 234375000, start = 0
localhost:~# hdparm -d1 /dev/hda
/dev/hda:
setting using_dma to 1 (on)
HDIO_SET_DMA failed: Operation not permitted
using_dma = 0 (off)
localhost:~# whoami
root |
|