Do new desktops continuously access the hard disk?
Linux - HardwareThis forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?
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.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
At one time I do know that disks would spin down either by command or by an internal drive setting or maybe other setting. The drive setting my be burned on the drive and not able to modify.
If you want to avoid any disk activity then boot to a ram disk, many ways to do that. One could load their compressed image to a ram drive and run it so that only on shutdown would the system copy changes to the drive maybe.
Not sure if any OS change would affect smart fully.
I am booting with the 'nohotplug' option which, according to a comment in /etc/rc.d/rc.S, turns off udev. But then I have no mouse in the text consoles. The last message when booting is:
Code:
Starting gpm: /usr/sbin/gpm -m /dev/mouse -t imps2
O0o.oops():[server_tools.c(76)]: Could not open (null).
Another thing I see is that the udevd daemon is loaded anyways.
In /etc/modprobe.d/ I put the file psmouse.conf with this content:
Code:
emoi@server:/etc/modprobe.d$ cat psmouse.conf
##############################################################################
# Do not edit this file; instead, copy it to /etc/modprobe.d/ and edit that
##############################################################################
# PS/2 mouse support:
# The default options when the psmouse module can cause problems with KVM
# switches. If you experience this, you may want to uncomment the line
# below to use a more basic mouse protocol with the psmouse module:
options psmouse proto=imps
Turning off udev would be a drastic move, and this is not a drastic problem.
I have a Linux 2.4 system that does this same drive LED blinking, so it is not recent to 3.0.
I have a Win98 system where the drive LED blinks like this, so it is hard to blame udev for that.
I have a Linux 2.6 system that does NOT do this, and it has the usual udev rules.
What they both have are customized kernels. It is slightly possible that some kernel drivers are responsible for triggering this, but I think my customized kernels are very similar.
One thing I did do on all my customized kernels is remove all RAID support, and support for unneeded types of disk drivers.
I think I also removed support for hotplugging.
Booting to Ramdisk may hide the activity, but does not cure it.
What is needed is finding the source of the disk activity (even if it is in udev somewhere), then can decide to kill it or live with it.
Have you tried setting power save drive setting to 1 minute and see if the drives will spin down. Perhaps they will in spite of this drive activity.
It might be that it is checking for hot plugging on the unused drive slot, which would not stop the main drive from spinning down.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.