How do I enable 32bit acces on a cPanel server?
hdparm /dev/hda shows me that dma is enabled on the hard disk but 32bit access is not enabled./dev/hda:
multcount = 16 (on)
I/O support = 0 (default 16-bit)
unmaskirq = 0 (off)
using_dma = 1 (on)
keepsettings = 0 (off)
nowerr = 0 (off)
readonly = 0 (off)
readahead = 8 (on)
geometry = 4865/255/63, sectors = 78165360, start = 0
I suppose that enabling 32-bit access will make the servers hard disk faster. Can I do that via ssh and if so how?
Thanks
John