Harddisk dönme sesi ubuntu 14.04

Başlatan blood4metal, 24 Nisan 2014 - 10:42:17

« önceki - sonraki »

0 Üyeler ve 1 Ziyaretçi konuyu incelemekte.

blood4metal

Merhaba arkadaşlar;

Asus n550jv bilgisayarıma Windows 8in yanına Ubuntu 14.04 kurdum. Ubuntu işletim siteminde sürekli olarak harddiskin dönme sesini duyuyorum. En ufak bir işlemde dahi harddiskten sürekli işlem yapma sesi geliyor ama Windows 8'i çalıştırdığımda hiç bir ses gelmiyor. Yani donanımsal bir sorun yok. Ubuntu'dan kaynaklı. 1. sorum; harddiskin sürekli ses çıkaracak şekilde çalışması bir zarar verir mi? 2. sorum; bu sesi ortadan kaldıracak bir çözüm yolu var mı?

İnşallah sorunumu açık açık anlatabilmişimdir. İnternette bununla ilgili araştırma yaptım ancak bir çözüm bulamadım. Yardımlarınız için şimdiden teşekkürler

Atamertes

#1
Bu sürekli çalışıyormuş gibi çıkan HDD sesi bende de var ama fazla üstünde durmamıştım.


Mesaj tekrarı yüzünden mesajınız birleştirildi. Bu mesajın gönderim tarihi : 24 Nisan 2014 - 12:12:12

Some laptops: hard disk constantly clicks and spins up and down
9. Some laptop hard disks have a serious problem: they keep constantly clicking and spinning up and down. Not all laptop hard disks have this problem: it depends on the brand and model.

The cause is the firmware of the disk: its power management feature has been implemented far too agressively by the manufacturer. This is very unhealthy for the disk and may shorten its lifespan considerably.

Some operating systems contain a built-in correction for this firmware error, but many types of Linux don't.

The solution is not too difficult:

Click on the grey Ubuntu logo (Dash home). Query: terminal.
Click on Terminal.

type (copy/paste):

sudo hdparm -B 254 /dev/sda

Press Enter. Type your password when prompted; this remains entirely invisible, not even dots will show, this is normal. Press Enter again.

Now the nasty clicks should stop.

With this command you don't entirely disable the power management of the disk, but you limit it to a minimum. Positive side effect: your laptop becomes a little faster.

The "price" you pay is a somewhat higher power consumption, and therefore a slightly decreased battery time. But not much.

The command is for the current session only. If you want to make it permanent, you can do this:

a. First make sure that you have installed the applications gksu and leafpad:

Click on the grey Ubuntu logo (Dash home). Query: terminal.
Click on Terminal.

Type (or copy/paste):
sudo apt-get install gksu leafpad

Press Enter and submit your password. Please note that the password will remain invisible, not even asterisks will show, which is normal.

b. Then type in the terminal (use copy/paste):
gksudo leafpad /etc/hdparm.conf

Press Enter.

Now text editor Leafpad opens a text file. Add the following text, at the very end of the text (use copy paste to avoid errors):

/dev/sda {
    apm = 254
    apm_battery = 254
}

c. Save the file, close Leafpad and reboot your computer (full reboot).

d. Finally, disable hibernate and suspend, because the hard disk will start clicking again after waking up from those (see item 7 on this page).

This is actually no fault of Ubuntu, but of the hard disk manufacturer, who provides bad firmware.... It's not good when an operating system has to correct a firmware fault.


https://sites.google.com/site/easylinuxtipsproject/bugs

Bunu bi dener misin?

agent

Bende Windows 8 yanına kurdum windowsa göre hdd sesi fazla
aslında hatırlayanlar bilir ms dos kullandıysanız onun gibi ses geliyor
ms dos da smartdrv komutu ile bu duzeliyordu
bursa napmamız gerekiyor bilmiyorum

if

sudo hdparm -I /dev/sda çıktısındaki "Advanced power management level" değerine bakın. 254 ya da 255 değilse sudo hdparm -B 254 /dev/sda komutunu uygulayın. Bundan sonra ses kesiliyor mu?