I have no such a problem with my disk, so I think it's not normal.
You can use the 'smartmontools' utilities to check your disk (install it with the package manager).
Use this command to see all the info about your HD:
Code:
sudo smartctl -a /dev/sda
You can also perform some tests on the disk with these commands:
Code:
sudo smartctl -t short /dev/sda
sudo smartctl -t long /dev/sda
The first one performs a short test (a couple of minutes to complete it), the second one a long test (up to an hour to complete it).
If your HD is ok, then probably it's a power saving misconfiguration. Take a look
at this thread for more info.
_________________
Please consider a little donation to keep the 'Linux On My Samsung' project up and running. Thank you!