Re: hdparm, hard drive howto, tutorial

2003-09-13 Thread Alvin Oga
On Sat, 13 Sep 2003, Antonio Rodr wrote: > > > and if you really wanna tune your hd, use the proper partition order > > sizes and locations on the disk platter ... > What do you exactly mean with "proper partition order sizes and locations on the > disk platter"? Could you please be more con

Re: hdparm, hard drive howto, tutorial

2003-09-13 Thread Antonio Rodr
> and if you really wanna tune your hd, use the proper partition order > sizes and locations on the disk platter > > c ya > alvin What do you exactly mean with "proper partition order sizes and locations on the disk platter"? Could you please be more concrete? Thanks. -- To UNSUBSCRIBE, emai

Re: hdparm, hard drive howto, tutorial

2003-09-12 Thread Ismael Valladolid Torres
El jueves, 11 de septiembre de 2003, a las 14:33, Antonio RodrX escribe: > Does anyone know of a good tutorial, or howto on hard drives? "Speeding up Linux Using hdparm" http://linux.oreillynet.com/pub/a/linux/2000/06/29/hdparm.html Regards, Ismael -- "Tout fourmille de commentaries; d'auteurs

Re: hdparm, hard drive howto, tutorial

2003-09-12 Thread Kenneth Macdonald Karlsen
Antonio RodrX wrote: Does anyone know of a good tutorial, or howto on hard drives? I would like to understand a little better this part of the hardware before playing with hdparm. Some hdparm bash script examples would be also welcome. Here is my script: [EMAIL PROTECTED]:~$ cat /etc/init.d/h

Re: hdparm, hard drive howto, tutorial

2003-09-11 Thread Ian Silvester
On Thu, 11 Sep 2003 14:39:41 -0700 (PDT), Alvin Oga <[EMAIL PROTECTED] Consulting.com> wrote: On Thu, 11 Sep 2003, Antonio [ISO-8859-1] RodrX wrote: Does anyone know of a good tutorial, or howto on hard drives? I would like to understand a little better this part of the hardware before playi

Re: hdparm, hard drive howto, tutorial

2003-09-11 Thread Alvin Oga
On Thu, 11 Sep 2003, Antonio [ISO-8859-1] RodrX wrote: > Does anyone know of a good tutorial, or howto on hard drives? I would like to > understand a little better this part of the hardware before playing with hdparm. > Some hdparm bash script examples would be also welcome. tip#1 when pla

Re: hdparm, hard drive howto, tutorial

2003-09-11 Thread Naitik Shah
I've got a script in /etc/ini.d with this in it, case "$1" in start) echo -n "Optimizing /dev/hda performance: " hdparm -d1 -q -m16 -u1 -k1 -K1 /dev/hda > /dev/null echo "hdparm" *) ;; esac My options are hardcoded

hdparm, hard drive howto, tutorial

2003-09-11 Thread Antonio RodrX
Does anyone know of a good tutorial, or howto on hard drives? I would like to understand a little better this part of the hardware before playing with hdparm. Some hdparm bash script examples would be also welcome. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe".