Advertisement
Guest User

Untitled

a guest
Jul 29th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. # scans (like the hald script), so they will merely get spun right back up.
  2. # If you wish to use these options, please use the local.start init.d script
  3. # instead so that you're guaranteed that it will run last.
  4. #
  5.  
  6. # You can either set hdparm arguments for each drive using hdX_args,
  7. # discX_args, cdromX_args and genericX_args, e.g.
  8. #
  9. # hda_args="-d1 -X66"
  10. # disc1_args="-d1"
  11. # cdrom0_args="-d1"
  12.  
  13. # or you can set options for all PATA drives
  14. pata_all_args=""
  15.  
  16. # or you can set options for all SATA drives
  17. sata_all_args=""
  18.  
  19. # or, you can set hdparm options for all drives
  20. all_args="-B 254 -S 0"
  21.  
  22. # for /dev/sda
  23. sda_args="-B 254 -S 0"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement