Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. mprove disk performance
  2.  
  3. If you have a DMA-compatible (Direct Memory Access) hard drive, you can increase data throughput threefold with a simple tweak. This will improve boot times because read times will be reduced, and overall performance will increase whenever the hard disk is accessed.
  4.  
  5. Start by installing hdparm through your package manager, then fire up a root terminal and type:
  6.  
  7. hdparm -d1 /dev/hda1
  8.  
  9. replacing /dev/hda1 with the location of your boot partition to increase startup times or the root partition to increase general performance.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement