Linux - Laptop and NetbookHaving a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I don't understand this. Continuous system freezes while making "HDD head moving and spin up sound". I have laptop-mode-tools off. APM disabled with mswindows tool.
If you need any command or log to help me, I'll paste on pastebin.
Quote:
$ sudo hdparm -B /dev/sda
/dev/sda:
APM_level = off
$ sudo smartctl -A /dev/sda |grep Load_Cycle
193 Load_Cycle_Count 0x0032 094 094 000 Old_age Always - 75929
// and growing..
The system freezes because when a process tries to write to the disk it will block all other disk writes. When other processes try to write to the disk they have to wait for the previous processes to finish their disk writes. These processes cannot do anything else until they perform their disk write so they are effectively "hung". Eventually enough processes are waiting to write to disk to freeze the system.
The disk spinning and the heads moving indicate that the onboard controller is not working properly.
Last edited by stress_junkie; 12-17-2010 at 10:22 AM.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.