-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hola Como creo que resulta evidente me he levando de d�a purista...
apt-get install hwtools debbie:/tmp/prueba# cat /etc/init.d/hwtools #!/bin/sh # # /etc/init.d/hwtools (previously /etc/rc.boot/hwtools) # # Optimize interrupts. You might want to add parameters if you want # to favor ttyS1 or ttyS0 or something else. if command -v irqtune >/dev/null 2>&1; then # irqtune [PUT ARGS HERE] true fi # hdparm optimization # Switches on interrupts during transfers and does multi sector transfers if command -v hdparm >/dev/null 2>&1; then # hdparm -q [PUT ARGS HERE] true fi # configure QIC-02 interface # see qic02conf(8) # qic02conf --card= --port= --dma= --irq= On Monday 30 June 2003 22:13, David CG wrote: > crea un script que tenga esto > > hdparm -d1 -m1 /dev/hda ( o las opciones que prefieras) > > Supongamos que lo llamas dma, lo guardas en /etc/init.d , le das permisos > de ejecuci�n y haces: > > update-rc.d dma defaults > > y se iniciar� al arrancar > > > > ---------- Mensaje reenviado ---------- > > Subject: Ejecutar en cada arranque (como root) > Date: Fri, 27 Jun 2003 22:04:08 +0200 > From: Joan Tur <[EMAIL PROTECTED]> > To: [email protected] > > Buenas. > > Me gustar�a optimizar el disco duro; para eso he instalado hdparm, pero > este debe ejecutarse en cada arranque... > > ... y en mandrake sab�a como hacerlo, pero ninguna de las soluciones me > sirven en debian; alguna sugerencia?? 8-? > > Graciass - -- Lo que la naturaleza no da.... O'reilly & Associates no lo prestan -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQE/AUOLEzqHF8R72ekRAmOoAJ47Rb2zjV5ZWSCzkitbiy1Clm2fGgCfYV1H Pb99i7pmWNJVvBnW/okedso= =v5ws -----END PGP SIGNATURE-----

