| Atricle Dump |
Hubs | Hubbers | Topics | Request |
| #1 in Business | Subscribe Email Print |
|
You are here: Home > Computers and Technology > Hardware > Linux-Speed Up Your Ide Hard Drive |
|
Atricle Dump - Linux-Speed Up Your Ide Hard Drive
Bad Credit Business Loan - Bad Credit Business Loans May Be the Answer n, this will speed up timing buffered read by a factor of twoAlthough your business has become a fixture of the community that serves it well, you may never have been able to get out from under the accumulation of business related debt. Regardless of the reason, the business cash flow is not equal to the monthly bills, which are beginning to fall behind. With each payment that isn't made, the interest on the business debt continues to accrue, make the debt larger and more difficult to pay. Each missed payment results in a stiff late fee o #/sbin/hdparm -d1 /dev/hda #/sbin/hdparm -c3 /dev/hda (I/O support set to 3 - turn on 32bit transfers on your first HD by typing ) #/sbin/hdparm -m16 /dev/hda (choose data transfer parameters 16 as MaxMultSect=16) #/sbin/hdparm -a16 /dev/hda (choose read ahead setting 16 as MaxMultSect=16) Benchmark the hard drive performance again. root@cpanel [~]# /sbin/hdparm -Tt /dev/hda /dev/hda: Timing buffer-cache reads: 724 MB in 2.00 seconds = 362.00 MB/sec Timing buffered disk re Independent Professionals: What Paradigm Are You Weaving? Part 1 Linux systems usually use conservative default IDE driver settings that could be significantly slowing down your system. By default they are set to most safe settings guaranteed to work. However you may reconfigure them to increase the read speed of your hard drive. In most cases this will not speed up serving of your website significantly, but it is nice to know that you can get the most out of your hardware.So we've heard the well-worn statistic that we're exposed to around 3000 advertising messages per day (personally I think it's A LOT more). Ever consider what each of these messages is really asking you to consider?I just opened up the web browser on one of my PC's. Straight away I'm faced with an ad from Virgin Credit Cards "Things get more exciting when you say yes!" presumably that means saying 'yes' to debt - in this case it's by clicking on the word 'yes' which opens To benchmark the read speed of your IDE drive execute the following >root@newserver [~]# hdparm -Tt /dev/hda /dev/hda: Timing buffer-cache reads: 696 MB in 2.00 seconds = 348.00 MB/sec Timing buffered disk reads: 60 MB in 3.00 seconds = 19.80 MB/sec Timing buffered disk reads can be very slow. This may be as a result of high CPU load or extensive hard disk swapping. Check apache optimization section first if the read time is too slow. Now lets' see what are the Input/Output settings of your hard disk. Execute the command /sbin/hdparm -v /dev/hda # /sbin/hdparm -v /dev/hda /dev/hda: multcount = 16 (on) IO_support = 0 (default 16-bit) unmaskirq = 0 (off) using_dma = 0 (off) keepsettings = 0 (off) readonly = 0 (off) readahead = 8 (on) geometry = 9729/255/63, sectors = 156301488, start = 0 This are the current driver settings settings. Lets see what your hard drive is capable of. Execute the command /sbin/hdparm -i /dev/hda root@cpanel [~]# /sbin/hdparm -i /dev/hda /dev/hda: Model=ST380011A, FwRev=3.06, SerialNo=5JV18H2Q Config={ HardSect NotMFM HdSw>15uSec Fixed DTR>10Mbs RotSpdTol>.5% } RawCHS=16383/16/63, TrkSize=0, SectSize=0, ECCbytes=4 BuffType=unknown, BuffSize=2048kB, MaxMultSect=16, MultSect=16 CurCHS=16383/16/63, CurSects=16514064, LBA=yes, LBAsects=156301488 IORDY=on/off, tPIO={min:240,w/IORDY:120}, tDMA={min:120,rec:120} PIO modes: pio0 pio1 pio2 pio3 pio4 DMA modes: mdma0 mdma1 mdma2 UDMA modes: udma0 udma1 udma2 udma3 udma4 *udma5 AdvancedPM=no WriteCache=enabled Drive conforms to: ATA/ATAPI-6 T13 1410D revision 2: * signifies the current active mode Significant I/O performance increase has been reported when setting drivers to DMA, 32-bit tranfers and multisector mode. Note that the drive support DMA modes. Lets turn DMA mode on, this will speed up timing buffered read by a factor of two #/sbin/hdparm -d1 /dev/hda #/sbin/hdparm -c3 /dev/hda (I/O support set to 3 - turn on 32bit transfers on your first HD by typing ) #/sbin/hdparm -m16 /dev/hda (choose data transfer parameters 16 as MaxMultSect=16) #/sbin/hdparm -a16 /dev/hda (choose read ahead setting 16 as MaxMultSect=16) Benchmark the hard drive performance again. root@cpanel [~]# /sbin/hdparm -Tt /dev/hda /dev/hda: Timing buffer-cache reads: 724 MB in 2.00 seconds = 362.00 MB/sec Timing buffered disk re Create a Personal Budget in Less Than 4 Steps 0 seconds = 348.00 MB/secCreating a personal budget is probably the single most important thing you can do to move yourself towards financial security. If you break down the steps to creating a personal budget, it's not complicated.The big thing that stops most people from creating and maintaining a personal budget is fear - fear of facing the ugly beast of too much debt, too many bills, not enough money. If you have this fear, you need to take care of it first or else your budget efforts won't g Timing buffered disk reads: 60 MB in 3.00 seconds = 19.80 MB/sec Timing buffered disk reads can be very slow. This may be as a result of high CPU load or extensive hard disk swapping. Check apache optimization section first if the read time is too slow. Now lets' see what are the Input/Output settings of your hard disk. Execute the command /sbin/hdparm -v /dev/hda # /sbin/hdparm -v /dev/hda /dev/hda: multcount = 16 (on) IO_support = 0 (default 16-bit) unmaskirq = 0 (off) using_dma = 0 (off) keepsettings = 0 (off) readonly = 0 (off) readahead = 8 (on) geometry = 9729/255/63, sectors = 156301488, start = 0 This are the current driver settings settings. Lets see what your hard drive is capable of. Execute the command /sbin/hdparm -i /dev/hda root@cpanel [~]# /sbin/hdparm -i /dev/hda /dev/hda: Model=ST380011A, FwRev=3.06, SerialNo=5JV18H2Q Config={ HardSect NotMFM HdSw>15uSec Fixed DTR>10Mbs RotSpdTol>.5% } RawCHS=16383/16/63, TrkSize=0, SectSize=0, ECCbytes=4 BuffType=unknown, BuffSize=2048kB, MaxMultSect=16, MultSect=16 CurCHS=16383/16/63, CurSects=16514064, LBA=yes, LBAsects=156301488 IORDY=on/off, tPIO={min:240,w/IORDY:120}, tDMA={min:120,rec:120} PIO modes: pio0 pio1 pio2 pio3 pio4 DMA modes: mdma0 mdma1 mdma2 UDMA modes: udma0 udma1 udma2 udma3 udma4 *udma5 AdvancedPM=no WriteCache=enabled Drive conforms to: ATA/ATAPI-6 T13 1410D revision 2: * signifies the current active mode Significant I/O performance increase has been reported when setting drivers to DMA, 32-bit tranfers and multisector mode. Note that the drive support DMA modes. Lets turn DMA mode on, this will speed up timing buffered read by a factor of two #/sbin/hdparm -d1 /dev/hda #/sbin/hdparm -c3 /dev/hda (I/O support set to 3 - turn on 32bit transfers on your first HD by typing ) #/sbin/hdparm -m16 /dev/hda (choose data transfer parameters 16 as MaxMultSect=16) #/sbin/hdparm -a16 /dev/hda (choose read ahead setting 16 as MaxMultSect=16) Benchmark the hard drive performance again. root@cpanel [~]# /sbin/hdparm -Tt /dev/hda /dev/hda: Timing buffer-cache reads: 724 MB in 2.00 seconds = 362.00 MB/sec Timing buffered disk re Managing The Forex Accounts For You Managed forex accounts are a boon for those who don't have the time to devote to the foreign exchange dealing. It's also for those who don't have the expertise to deal in the foreign exchange markets. Professionals are there for managing forex accounts. Management of these forex accounts is a very serious and a competitive business. Many investors like to allocate a portion their funds to forex accounts managed professionally. It helps them to diversify their risks and also miti readonly = 0 (off) readahead = 8 (on) geometry = 9729/255/63, sectors = 156301488, start = 0 This are the current driver settings settings. Lets see what your hard drive is capable of. Execute the command /sbin/hdparm -i /dev/hda root@cpanel [~]# /sbin/hdparm -i /dev/hda /dev/hda: Model=ST380011A, FwRev=3.06, SerialNo=5JV18H2Q Config={ HardSect NotMFM HdSw>15uSec Fixed DTR>10Mbs RotSpdTol>.5% } RawCHS=16383/16/63, TrkSize=0, SectSize=0, ECCbytes=4 BuffType=unknown, BuffSize=2048kB, MaxMultSect=16, MultSect=16 CurCHS=16383/16/63, CurSects=16514064, LBA=yes, LBAsects=156301488 IORDY=on/off, tPIO={min:240,w/IORDY:120}, tDMA={min:120,rec:120} PIO modes: pio0 pio1 pio2 pio3 pio4 DMA modes: mdma0 mdma1 mdma2 UDMA modes: udma0 udma1 udma2 udma3 udma4 *udma5 AdvancedPM=no WriteCache=enabled Drive conforms to: ATA/ATAPI-6 T13 1410D revision 2: * signifies the current active mode Significant I/O performance increase has been reported when setting drivers to DMA, 32-bit tranfers and multisector mode. Note that the drive support DMA modes. Lets turn DMA mode on, this will speed up timing buffered read by a factor of two #/sbin/hdparm -d1 /dev/hda #/sbin/hdparm -c3 /dev/hda (I/O support set to 3 - turn on 32bit transfers on your first HD by typing ) #/sbin/hdparm -m16 /dev/hda (choose data transfer parameters 16 as MaxMultSect=16) #/sbin/hdparm -a16 /dev/hda (choose read ahead setting 16 as MaxMultSect=16) Benchmark the hard drive performance again. root@cpanel [~]# /sbin/hdparm -Tt /dev/hda /dev/hda: Timing buffer-cache reads: 724 MB in 2.00 seconds = 362.00 MB/sec Timing buffered disk re Don't Be Afraid, Online Auto Loans Are Fast and Simple 16383/16/63, CurSects=16514064, LBA=yes, LBAsects=156301488If you want to pursue car loans and seek the best loans available, try stopping by or applying online instead of taking the conventional routes. Surfing has become the best option for finding the auto loans. Simply fill out the applications for auto loans and wait for the response. The Internet age brings you all the options making dealers and newspapers obsolete. Online loans are quick, apart from being an easy process and cost-effective in financing.Make Use Of Onl IORDY=on/off, tPIO={min:240,w/IORDY:120}, tDMA={min:120,rec:120} PIO modes: pio0 pio1 pio2 pio3 pio4 DMA modes: mdma0 mdma1 mdma2 UDMA modes: udma0 udma1 udma2 udma3 udma4 *udma5 AdvancedPM=no WriteCache=enabled Drive conforms to: ATA/ATAPI-6 T13 1410D revision 2: * signifies the current active mode Significant I/O performance increase has been reported when setting drivers to DMA, 32-bit tranfers and multisector mode. Note that the drive support DMA modes. Lets turn DMA mode on, this will speed up timing buffered read by a factor of two #/sbin/hdparm -d1 /dev/hda #/sbin/hdparm -c3 /dev/hda (I/O support set to 3 - turn on 32bit transfers on your first HD by typing ) #/sbin/hdparm -m16 /dev/hda (choose data transfer parameters 16 as MaxMultSect=16) #/sbin/hdparm -a16 /dev/hda (choose read ahead setting 16 as MaxMultSect=16) Benchmark the hard drive performance again. root@cpanel [~]# /sbin/hdparm -Tt /dev/hda /dev/hda: Timing buffer-cache reads: 724 MB in 2.00 seconds = 362.00 MB/sec Timing buffered disk re Build A Website - The Easy Way To Profitable Websites n, this will speed up timing buffered read by a factor of twoEveryone talks online about how easy it is to build a website and make money online. Is is really that easy or pure hype to get you to purchase the next great thing to hit the online market.All I have to say is that it is not that easy building highly profitable websites online. But, you can learn how to build a website, that will be fully optimized for the search engines and highly profitable in a couple of weeks, using the same simple tricks I use daily. It doesn't matt #/sbin/hdparm -d1 /dev/hda #/sbin/hdparm -c3 /dev/hda (I/O support set to 3 - turn on 32bit transfers on your first HD by typing ) #/sbin/hdparm -m16 /dev/hda (choose data transfer parameters 16 as MaxMultSect=16) #/sbin/hdparm -a16 /dev/hda (choose read ahead setting 16 as MaxMultSect=16) Benchmark the hard drive performance again. root@cpanel [~]# /sbin/hdparm -Tt /dev/hda /dev/hda: Timing buffer-cache reads: 724 MB in 2.00 seconds = 362.00 MB/sec Timing buffered disk reads: 154 MB in 3.01 seconds = 51.16 MB/sec Lastly you may tweak UltraDMA settings for those who have Mode3/4 IDE controllers with EIDE or UDMA HDs. It is possible to enable the Mode3 or Mode4 PIO and UDMA. This is too risky in my opinion for a web server so we skip this part. In a sample above UDMA is already enabled. After you reboot the server these settings that you have just applied will not be saved. You may edit /etc/rc.d/rc.local file root@cpanel [~]# pico /etc/rc.d/rc.local and add these commands to this file. rc.local is run after all other command are already executed when linux server is started up. Note: standard settings are guaranteed to work. If you are not sure what you are doing and you prefer stability of your system for extra speed do not apply the above commands. We ran these optimized settings at our server Filesland.com and other sites
HTTP = HTML link (for blogs, profiles,phorums):
Related Articles:The Lonely Planet Guide to the Organisation SEO - Application Tips for Yahoo Overcoming Christmas Debt With New Year Home Budgeting
|